solutions2 Report post Posted January 5, 2011 Hi, I am using a MultiSerieLine graph, and I would like to highlight specific values of my chart. So different colors for different values. When I add a color attirbute to <set> this changes the line color, but not the color of the displayvalue. Is there a solution or workaround for this? <set value='100' displayValue='100 %, SU' toolText='100 %, Significant Up' color='00ff00' /> <set value='10' displayValue='10 %, SU' toolText='10 %, Significant Down' color='ff0000' /> Thanks! S. Share this post Link to post Share on other sites
Guest Angie Report post Posted January 6, 2011 Hi, Welcome to FusionCharts Forum! I am afraid, FusionCharts does not support the feature of changing <displayValue> color you are looking for, at this time. Hope this helps. Share this post Link to post Share on other sites
solutions2 Report post Posted January 6, 2011 Hi, Is it then possible to insert an (individual) image in the displayValue? Best regards, S. Share this post Link to post Share on other sites
Guest Angie Report post Posted January 6, 2011 Hi, <displayValue> attribute accepts only String value. Hence, it is not possible to insert an image, at this time. Hope this helps. Share this post Link to post Share on other sites