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

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

New Here ,
Apr 28, 2016 Apr 28, 2016

Copy link to clipboard

Copied

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. 

Views

739

Translate

Translate

Report

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

Advocate , Apr 29, 2016 Apr 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.

Votes

Translate

Translate
Advocate ,
Apr 29, 2016 Apr 29, 2016

Copy link to clipboard

Copied

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.

Votes

Translate

Translate

Report

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
LEGEND ,
Apr 29, 2016 Apr 29, 2016

Copy link to clipboard

Copied

LATEST

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,

^_^

Votes

Translate

Translate

Report

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
Documentation