Suraj Report post Posted February 5, 2019 HI Akash, Can we provide dynamic color through smartLineColor in Fusion charts options of Doughnut 2d Graph. I want to color the name as well the smart label line with same color as that of arc in front of it .is it possible? eg :- Kim(10/10/1989) and the line connecting it to be in blue color. and if possible can i pass array of colors for arc and then map it Thanks Suraj Share this post Link to post Share on other sites
Akash Biswas Report post Posted February 11, 2019 Hi Suraj, You can set the color of the labels and the values same as the plot color using the attribute "useDataPlotColorForLabels". Please refer to the sample fiddle below : http://jsfiddle.net/zavbeh9n/2/ Also, to set the color of the smart line use the attribute "smartLineColor" with the hexadecimal color code. Please note : "smartLineColor" applies to all the smart lines of the chart. Thanks, Akash. Share this post Link to post Share on other sites