Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

cfchart tooltip issue

Explorer ,
Jun 06, 2013 Jun 06, 2013

When I put my chart inside a div tag:. The tooltip does not function correclty. It displays way over to the right or at the bottom of the page. Is there any fix for this.  Thank you - Jim

1.6K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Engaged , Jun 06, 2013 Jun 06, 2013

I'm still using CF9. I had problems with those UI tags when upgrading from CF8 to CF9.

To use FusionCharts, you need to pass XML. It's pretty easy. See CF sample application on http://www.fusioncharts.com/download/sample-applications/

Translate
Engaged ,
Jun 06, 2013 Jun 06, 2013

If I were you, I would avoid using any ColdFusion UI related tags, such as cfchart, cfwindow, cfdiv, etc. Those tags would cause problems in the future when you upgrade CF. I would highly recommend to use a third-party library such as jQuery UI.

For your particular problem, I would use http://www.fusioncharts.com/

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Jun 06, 2013 Jun 06, 2013

Thanks for you reply. We are using CF 10. We are not too worried about upgrading. We only use the cfchart tag. I wonder is a fix for the tooltip issue exist other than buying a 3rd party product.

Do you know if fusionCharts are difficult to use with Coldfusion?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Engaged ,
Jun 06, 2013 Jun 06, 2013
LATEST

I'm still using CF9. I had problems with those UI tags when upgrading from CF8 to CF9.

To use FusionCharts, you need to pass XML. It's pretty easy. See CF sample application on http://www.fusioncharts.com/download/sample-applications/

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources