Shira Report post Posted October 25, 2020 How can I add a custom pin? Can I use an SVG that I have to show the specific point? Please find attached image Thanks Share this post Link to post Share on other sites
Srishti Jaiswal Report post Posted January 25, 2021 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 Share this post Link to post Share on other sites