James_UK Report post Posted May 12, 2017 (edited) When using column charts (column2d) and adding a callout annotation, the annotation is hidden behind other columns. (i.e. a lower stacking order). Example: given the fiddle http://jsfiddle.net/fusioncharts/bLxr4/ change the value for Q1 to 40000. The column for Q1 now appears on top of the annotation. (Note this also happens with line charts but is obviously more noticeable with columns.) {FC XT 3.12} Edited May 12, 2017 by James_UK Share this post Link to post Share on other sites
Akash Biswas Report post Posted May 12, 2017 Hi James, FusionCharts provides the option to show the custom Annotations on the chart both in foreground as well as in background. You need to set the group-level attribute "showBelow" to "0" to display the annotation on top always. Check the modified fiddle : http://jsfiddle.net/Akash008/3jd9kq6q/ Please find the link below for further reference to configure annotations : http://www.fusioncharts.com/dev/advanced-chart-configurations/annotations/grouping-annotations.html#creating-annotation-groups Thanks, Akash. Share this post Link to post Share on other sites
James_UK Report post Posted May 13, 2017 Thanks Akash. I missed that setting, or more accurately I didn't understand what the Description meant. Perhaps you could change the following page as well to reflect the change you made on the grouping-annotations.html page? http://www.fusioncharts.com/dev/advanced-chart-configurations/annotations/annotations-references.html Thanks for your quick reply and your help. James Share this post Link to post Share on other sites