Axel Report post Posted July 20, 2016 Hello, I use stacked2dbar like in this fiddle: http://jsfiddle.net/fusioncharts/x8MDc/ and I want to insert annotations like these in this picture: Is that possible and how to get these annotations inside the bar? Share this post Link to post Share on other sites
Axel Report post Posted July 20, 2016 Hello, I use a stacked2dbar like in this fiddle:http://jsfiddle.net/fusioncharts/x8MDc/ and I want to set annotations into the bar instead of the value like in this picture. Is that possible? How get the text into the bar? Share this post Link to post Share on other sites
Prerana Report post Posted August 1, 2016 Hi Axel, You could achieve your requirement without using annotation. "displayValue" attribute can be used to specify the custom text at the individual set level and for second dataset, default value can be hidden by setting "showValue" as "0" at the dataset level. Please refer the fiddle below for implementation. http://jsfiddle.net/Prerana/x8MDc/418/ Please let us know, if you would like to use the annotation feature for any specific reason. Hope this helps. Thanks, Share this post Link to post Share on other sites