Shira Report post Posted October 26, 2020 (edited) Hi Can I create a custom pin (using image or svg) and show it in a specific value? Edited October 26, 2020 by Shira Share this post Link to post Share on other sites
Srishti Jaiswal Report post Posted October 28, 2020 Hi Shira, In FusionCharts Area2D chart, you can highlight a specific data point or value by customizing the anchor properties. You can also add images to the anchor by using "anchorImageURL" attribute and for displaying any custom text you can use "displayValue" attribute under the individual data object. Please refer to this fiddle for the implementation: http://jsfiddle.net/jcm96ayd/ Note: Due to cross domain security restrictions it is advised to use an image from the same domain name as your charts. Documentation Link: https://www.fusioncharts.com/dev/chart-attributes/area2d Hope this will help. Thanks, Srishti Jaiswal Share this post Link to post Share on other sites