Yue Report post Posted June 7, 2013 Hi, I use fusion charts to develope a page, But I come across a strange problem , I use JSOnN Data format, I set showValues=0 and showLegend=0, In IE8, the chart value and the legend disappear, but In the IE9 and other browsers, they can not.i do not know anybody whether come across this condition. I attend two images. the Json data format is: [{"chart":{"showValues":"0","showLegend":"0","yAxisMinValue":"251950","showAboutMenuItem":"0","numberPrefix":"$"},"categories":[{"category":[{"label":"Jul 2012"},{"label":"Aug 2012"},{"label":"Sep 2012"},{"label":"Oct 2012"},{"label":"Nov 2012"},{"label":"Dec 2012"},{"label":"Jan 2013"},{"label":"Feb 2013"},{"label":"Mar 2013"},{"label":"Apr 2013"},{"label":"May 2013"},{"label":"Jun 2013"}]}],"dataset":[{"data":[{"value":"284000"},{"value":"289000"},{"value":"292000"},{"value":"269000"},{"value":"260000"},{"value":"251950"},{"value":"289000"},{"value":"289900"},{"value":"302000"},{"value":"292500"},{"value":"305000"},{"value":"307000"}],"seriesname":"Median New Price","color":"001eff"},{"data":[{"value":"264000"},{"value":"240000"},{"value":"243000"},{"value":"249000"},{"value":"250000"},{"value":"244950"},{"value":"231700"},{"value":"259000"},{"value":"279993"},{"value":"302750"},{"value":"284400"},{"value":"286950"}],"seriesname":"Median Sold Price","color":"c600ff"}],"styles":{"definition":[{"type":"font","name":"CaptionFont","color":"666666","size":"15"},{"type":"font","name":"SubCaptionFont","bold":"0"}],"application":[{"toobject":"caption","styles":"CaptionFont"}]}}] I recommend the js files about fusion charts as below: FusionCharts.js, jquery.min.js, prettify.js, json2.js, lib.js, firebug-lite.js Thanks. Yue 未命名.bmp 未命名1.bmp Share this post Link to post Share on other sites
Guest Sumedh Report post Posted June 7, 2013 Hi, Welcome to FusionCharts Forum! We are unable to replicate the same. We have tested your JSON data. "showValues" and "showLegend" attributes are working fine. Please find attached screen-shots for your reference. Also, before you render the chart, clear the browser cache. Hope this helps! Share this post Link to post Share on other sites
Yue Report post Posted June 8, 2013 Hi, Sumedh Thanks your response. here showValues and showLegend are not still working fine in IE9 and other browsers This is the url: http://66.18.231.40/heatmap/cr/test/drawcharts_newtable.html?c=RGVudmVy&m=MTE=&sc=MTAwMDksMTAwMTEs&mk=UHJpY2U=&tp=&istp=MA==&slc=MQ==&sLb=MQ==&tk=&sl=MA==&cd=&sT=MA==&t=MTI=&pc=MA==&wd=OTEw&ht=MzAw Please try to see and run it in your computer. Best Wishes. Yue Share this post Link to post Share on other sites
Guest Sumedh Report post Posted June 25, 2013 Hi, Can you please check the JSON output once again? and see if showLegend and showValues attributes are configured with "0". Since, we have tested with the sample JSON data and the JSON data you have provided, both the attributes are working fine. Please find attached screen-shots and sample for your reference. Hope this helps! MSLine_Test.zip Share this post Link to post Share on other sites
Guest Sumedh Report post Posted June 25, 2013 Hi, Also, try using latest version of FusionCharts XT files, i.e., FusionCharts XT 3.3.1 Service Release 2. You can get the trial version from here: http://www.fusioncharts.com/download/trials/ and let us know your feedback. Share this post Link to post Share on other sites