Skip to main content
Inspiring
June 6, 2013
Answered

cfchart tooltip issue

  • June 6, 2013
  • 1 reply
  • 1726 views

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

    This topic has been closed for replies.
    Correct answer p_sim

    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/

    1 reply

    p_sim
    Participating Frequently
    June 6, 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/

    rockhikerAuthor
    Inspiring
    June 6, 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?

    p_sim
    p_simCorrect answer
    Participating Frequently
    June 6, 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/