stox Report post Posted October 26, 2012 Hi This is more of a 'what to check if you see this' hint than a bug request, as it's symptoms are down to incorrect incoming configuration data. On a Multi Line graph (MSLine.swf), if you happen to mistakenly set a dataset colour to 'null' (e.g. in JSP extracting colour values from an array in a forEach loop, using the status variable's 'count' field ... <duh/> ) the line plot comes out black, but oddly, the circle in the legend's icon for the plot comes out light grey (though the cross bar is black). This confused me for some time... Cheers! Share this post Link to post Share on other sites
Guest Bindhu Report post Posted October 29, 2012 Hi, A warm welcome to the FusionCharts Forum We are looking into it and would get back to you as soon as possible. Share this post Link to post Share on other sites
Guest Bindhu Report post Posted October 31, 2012 Hi, The color black is the result of providing no color/null in the color attribute. It is the intended behavior. Please note: We do not encourage the use of null type in any of the attributes, until and unless it is essential, like in the case of plotGradientColor. And for the legend icon color difference issue, we have logged an improvement request. Hope this helps! Share this post Link to post Share on other sites