eden Report post Posted February 15, 2013 (edited) Windows XP SP3 Internet Explorer 8 and FireFox 18.2.2 In my XML document I set trendLines like this : <trendLines> <line startValue='2' color='FF0000' displayValue='Moyenne'/> </trendLines> I've got the line in the color but not the DisplayValue (See Picture 'Target' in attachment). The line ist green but not the title 'Moyenne' Data.XML TEST.html I don't know why, someone have an idea ? Edited February 15, 2013 by eden Share this post Link to post Share on other sites
Sanjukta Report post Posted February 16, 2013 HI, Windows XP SP3 Internet Explorer 8 and FireFox 18.2.2 In my XML document I set trendLines like this : <trendLines> <line startValue='2' color='FF0000' displayValue='Moyenne'/> </trendLines> I've got the line in the color but not the DisplayValue (See Picture 'Target' in attachment). The line ist green but not the title 'Moyenne' Data.XML TEST.html I don't know why, someone have an idea ? Please note that the XML file that you have attached has the trendline "displayValue" set to "Target" which is shown on the chart when rendered. Could you please modify the same to use your own display value and see if this helps? Hope this helps. Share this post Link to post Share on other sites
eden Report post Posted February 16, 2013 (edited) HI, FusionCharts : 3.3.0 Please note that the XML file that you have attached has the trendline "displayValue" set to "Target" which is shown on the chart when rendered. Could you please modify the same to use your own display value and see if this helps? Hope this helps. I have modified my XML document ; I replaced “Target” by “Moyenne” and that does not change anything. That seems normal because one can name as it is wished this line. Does somebody arrives to obtain the text of the same color as the line ? Data.XML Edited February 16, 2013 by eden Share this post Link to post Share on other sites
eden Report post Posted February 16, 2013 I have modified my XML document ; I replaced “Target” by “Moyenne” and that does not change anything. That seems normal because one can name as it is wished this line. Does somebody arrives to obtain the text of the same color as the line ? Data.XML By reading the documention of my kind of graph I see that it is possible but the screenshot which accompanies presents the same problem. http://docs.fusioncharts.com/charts/contents/ChartSS/Combi3D.html Bug or not ? Share this post Link to post Share on other sites
Swarnam Report post Posted February 18, 2013 Hey, We are looking into the issue. Meanwhile, can you please try adding font styles to "TrendValues" object? Please find the modified XML attached. Data.xml Share this post Link to post Share on other sites
eden Report post Posted February 18, 2013 Hey, We are looking into the issue. Meanwhile, can you please try adding font styles to "TrendValues" object? Please find the modified XML attached. Yes it's working fine like this Thank you very much for your answer and solution . Share this post Link to post Share on other sites