edesin Report post Posted May 19, 2016 (edited) I came across this issue, using the $dataValue with line or area charts doesn’t print any value, although in the Tooltips macro description under the Applicable charts it includes the exact same list with the $value macro which works fine with line and area charts. Using "plottooltext":"<div>$label<br/>$seriesName:$dataValue</div>" via the chart or "tooltext":"<div>$label<br/>$seriesName:$dataValue</div>" in the individual dataset both work perfectly fine with bar("column") charts but produce a empty string for line and area charts. One has simply to change the graph type with renderAs to observe the above results. The lack of this feature is a major work load issue, as it forces you to virtually transfer and rewrite all your customisations regarding your data on the specific chart tooltip, rendering the commands regarding decimals, separators and any other number formatting pointless, as you will be forced to manually format your data upon passing them to your dataset. Please advise, as to if there is a workaround on this or if I have misunderstood the usage of the specific macro. In any case thank you for providing us with this great tool. Edited May 19, 2016 by edesin Share this post Link to post Share on other sites
Gagan Sikri Report post Posted May 25, 2016 Hi We have identified it as a problem with value macros, and logged an improvement request for it. We will keep you posted about the same. Share this post Link to post Share on other sites
edesin Report post Posted May 25, 2016 Hi Gagan, Thank you for the reply. Share this post Link to post Share on other sites
pc06matt Report post Posted August 2, 2016 Hi Gagan, I am also facing the same issue. But only in Firefox and IE, chrome it is working fine. Is it the case? Share this post Link to post Share on other sites
Gagan Sikri Report post Posted August 5, 2016 Hi This issue has been fixed in latest version of FusionCharts. Please upgrade to latest version and check for the issue. You can refer to this JSFiddle sample in reference to the issue with latest files: http://jsfiddle.net/pkX4k/4/ Share this post Link to post Share on other sites