Sign in to follow this  
chenka

Custom Style In Tooltip

Recommended Posts

In multi-series 2D line chart . I want to custom style in tool tip because it's show too long as {seriesname}, {label}, {value}

I can disable seriesname by seriesNameInToolTip='0' but can't disable label to display

I try to use tooltext attribute but can adjust only breakline {br}

How to show tool tip only value attribue

post-16133-063651500 1305261636_thumb.png

Share this post


Link to post
Share on other sites
Guest Angshu

Hi,

Thanks for your post.

For multi-series charts, FusionCharts shows the following information in tool tip by default: "Series Name, Category Name, Data Value".

You would need to explictly define the <toolText> attribute to show only value.

For ex: <set value='27400' toolText='10' />

Hope this helps.smile.gif

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this