Kirk Report post Posted January 3, 2015 I have a candlestick graph with a moving average drawn using a trend set. On the moving average line I would like to add an annotation (a red circle with a tooltip), but I am having trouble calculating the necessary y coordinate to use for the annotation. Macros looked promising (e.g. http://docs.fusioncharts.com/tutorial-advanced-charting-annotations-dynamically-positioning-annotations-using-macros.html) however they do not seem to support trend sets. How does one achieve this effect using FusionCharts? Share this post Link to post Share on other sites
Nabajeet Report post Posted January 5, 2015 Hi, Welcome to FusionCharts Forum. As you have stated macros are not supported for trend sets. You have to position the annotations statically for trendsets. However you can align the annotation to the center of the dataset using macros. Check this fiddle for a demo:http://jsfiddle.net/nabajeet_fusioncharts/1j6kccko/ Share this post Link to post Share on other sites