chenka Report post Posted May 13, 2011 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 Share this post Link to post Share on other sites
Guest Angshu Report post Posted May 16, 2011 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. Share this post Link to post Share on other sites