Skip to main content
Participant
April 29, 2016
Answered

How do you disable the tooltips in a cfchart (cf11)?

  • April 29, 2016
  • 1 reply
  • 845 views

If I use a chart like this:

<cfchart tipStyle="none">

    <cfchartseries type="line">

        <cfchartdata item="1" value="1">

        <cfchartdata item="2" value="2">

        <cfchartdata item="3" value="3">

        <cfchartdata item="4" value="4">

    </cfchartseries>

    <cfchartseries type="bar">

        <cfchartdata item="1" value="10">

        <cfchartdata item="2" value="11">

        <cfchartdata item="3" value="12">

        <cfchartdata item="4" value="13">

        <cfchartdata item="5" value="14">

        <cfchartdata item="6" value="15">

        <cfchartdata item="7" value="16">

        <cfchartdata item="8" value="17">

    </cfchartseries>

</cfchart>

When my mouse rolls over the data points it displays a tooltip.  I want to make it so that the tooltip does not appear. 

This topic has been closed for replies.
Correct answer haxtbh

I believe this is a bug as this broke in CF 11. There has been a bug submitted - Feature#3865148 - TipStyle attribute will not change from default value

Doesn't seem to have been updated in a while though! It is possible to override it with css though I think.

1 reply

haxtbhCorrect answer
Inspiring
April 29, 2016

I believe this is a bug as this broke in CF 11. There has been a bug submitted - Feature#3865148 - TipStyle attribute will not change from default value

Doesn't seem to have been updated in a while though! It is possible to override it with css though I think.

WolfShade
Legend
April 29, 2016

I added a vote to it.  As of this moment, there are now 2 votes.  Maybe there aren't enough people voting for it, so Adobe ignores it?

V/r,

^_^