lkopenid Report post Posted October 30, 2012 How do we change the default color of the lines in a MSLine.swf chart? Setting 'lineColor' as part of the parent object sets that to both the lines, where as setting it as part of the dataset object doesn't show any difference. Thank You, LK Share this post Link to post Share on other sites
Guest Sumedh Report post Posted October 31, 2012 Hi, A warm welcome to FusionCharts Forum! "lineColor" attribute is a global attribute for the chart to change the color of the plot. However, you can customize one particular dataplot using "color" attribute. You would have to set this attribute under the <dataset> element. Ref. Code: <dataset ... color='CB2F2F'> For more information, please refer the following link: http://docs.fusioncharts.com/charts/contents/?ChartSS/MSLine.html Hope this helps! Share this post Link to post Share on other sites
lkopenid Report post Posted October 31, 2012 Thank You, It worked Share this post Link to post Share on other sites