aslanlotter Report post Posted April 23, 2007 (edited) Hi, Is it possible to rotate entire charts? Or, is there a Bar 3d chart? //Martin Edited April 23, 2007 by Guest Share this post Link to post Share on other sites
Pallav Report post Posted April 23, 2007 We do have a 3D bar chart in FusionCharts v3.0.3 - It's MSBar3D.swf Share this post Link to post Share on other sites
aslanlotter Report post Posted April 24, 2007 (edited) ok, thx! why wont it work if i enter following code? <chart caption='Barometer' xAxisName='' yAxisName='' numberPrefix='%'><set label='virus' value='1.7400' /><set label='spam' value='89' />/chart> Martin Edited April 24, 2007 by Guest Share this post Link to post Share on other sites
Pallav Report post Posted April 25, 2007 It's a multi-series chart and your data is in single-series XML structure. Share this post Link to post Share on other sites
aslanlotter Report post Posted April 25, 2007 how can i then use a MS chart in my example? I mean i just need a single 3d chart. Martin Share this post Link to post Share on other sites
Pallav Report post Posted April 25, 2007 You'll have to morph the data like: <chart showLegend='0'> <categories> <category label=' ....' ... /> <category label=' ....' ... /> </categories> <dataset> <set value='xx' color='HexCode' /> <set value='xx' color='HexCode' /> </dataset> </chart> Share this post Link to post Share on other sites