Emilio Report post Posted January 15, 2019 Hello, I've referenced this fiddle of a USA DMA chart over the last few years and it's always displayed the colors correctly. But now it appears to only be paying attention to one of the colors. The ones associated with the color objects don't appear to be having an effect. Did something change with this map recently to break this? Also, is there a way I can reference older FusionCharts/Maps js files when testing with fiddles? I only know how to get the latest js files. Just in case the link doesn't work, attached is the JS portion of the fiddle. Thanks, Emilio usa dma map fiddle js.txt Share this post Link to post Share on other sites
Akash Biswas Report post Posted January 16, 2019 Hi Emilio, The individual "color" objects(child of colorRange object) supports the attributes "minValue" and "maxValue" to define the lower and upper limit of the color range. In your implementation the "value" attribute is used within the color objects, which is not supported. Instead, use the attribute "maxValue" in the color objects, Please refer to the modified sample fiddle : https://jsfiddle.net/cxekLuw8/3/ Also we would request you to use the latest version(3.13.3-sr.1) as in the above fiddle, and you need to include the usadma.js file to render the map. Thanks, Akash. Share this post Link to post Share on other sites
Emilio Report post Posted January 18, 2019 Thank you, Akash. I have another question on formatting the numbers in the color scale, but I'll post that as a separate question. Emilio Share this post Link to post Share on other sites
Akash Biswas Report post Posted January 21, 2019 Hi Emilio, Thanks for the acknowledgement You will receive a response in the separate thread for your other query. Share this post Link to post Share on other sites