Alex Sterling Report post Posted September 25, 2019 It's easy enough to read the minValue/maxValue of the Range Legend slider thanks to the events system. However, I would like to sync an adjacent Fusionchart Map's legend based on the position a user sets the original legend position. I haven't been able to find anything in the documentation about setting these values or controlling the Legend programmatically other than configuring it's initial state. Any help or pointers toward the correct docs would be massively helpful! Share this post Link to post Share on other sites
Akash Biswas Report post Posted September 27, 2019 Hi Alex, FusionCharts supports the API event "legendrangeupdated" using which you could fetch the minimum and maximum value of the current colorRange selected on dragging. Sample for reference : https://jsfiddle.net/njgcbv7p/4/ However, it is not possible to set a color range programmatically as of now to set the same selected range on another map when dragged on your first map. Thanks, Akash. Share this post Link to post Share on other sites