Simple.Chen Report post Posted April 6, 2012 Can FuSion Chart Create one Chart like this ? Share this post Link to post Share on other sites
Guest Sumedh Report post Posted April 6, 2012 Hi, FusionCharts does not support this type of Chart. However, you may have a look on the following Charts from PowerCharts Pack: Multi-Level Pie Chart: http://www.fusioncharts.com/demos/gallery/#multi-level-pie-chart Radar Chart: http://www.fusioncharts.com/demos/gallery/#radar-chart Share this post Link to post Share on other sites
Simple.Chen Report post Posted April 9, 2012 (edited) Thank you for the quick reply. and I have another question : how I can increase the width of Data Plot ? I make a bg for my Chart and just create a Bar 2D Chart for the Right Side of my Chart ,So I need to match the bg. is 't there any method to increase the width of Data Plot and set the space of each Data Plot ? Edited April 9, 2012 by Simple.Chen Share this post Link to post Share on other sites
Guest Sumedh Report post Posted April 9, 2012 Hi, Width of the plot cannot be increased. However, you can configure the spacing between two plots using plotSpacePercent attribute. you can set plotSpacePercent to its max value of 80. Ref. Code: <chart .. plotSpacePercent='50'> Thank you for the quick reply. and I have another question : how I can increase the width of Data Plot ? I make a bg for my Chart and just create a Bar 2D Chart for the Right Side of my Chart ,So I need to match the bg. is 't there any method to increase the width of Data Plot and set the space of each Data Plot ? Share this post Link to post Share on other sites
Simple.Chen Report post Posted April 10, 2012 Thanks very much for your kindly answer , I find the plotSpacePercent attribute after I go through the document .and it very helpful for me . here I have a new question , Can I Set the bg for each Data Plot ? Hi, Width of the plot cannot be increased. However, you can configure the spacing between two plots using plotSpacePercent attribute. you can set plotSpacePercent to its max value of 80. Ref. Code: <chart .. plotSpacePercent='50'> Share this post Link to post Share on other sites
Guest Bindhu Report post Posted April 10, 2012 (edited) Hi, Do you mean to change the color of individual data plot ? If yes, then you may use the color attribute of the <set > element and set it to desired color. Ref. Code: <set label='Jan' value='420000' color='FF0000'/> Hope this helps ! Edited April 10, 2012 by Bindhu Share this post Link to post Share on other sites
Simple.Chen Report post Posted April 10, 2012 Thank you very much for Bindhu's Reply , but I mean to change the background image of Data Plot , Like the attachments , the Data Plot 's background set as the battery image Hi, Do you mean to change the color of individual data plot ? If yes, then you may use the color attribute of the <set > element and set it to desired color. Ref. Code: <set label='Jan' value='420000' color='FF0000'/> Hope this helps ! Share this post Link to post Share on other sites
Guest Bindhu Report post Posted April 10, 2012 Hi, You may set the back ground image for the entire chart but not for individual data plot. For more details on 'External Image or SWF File as Background', please refer to the link below, http://docs.fusioncharts.com/charts/contents/?AttDesc/Background.html Hope this helps ! Share this post Link to post Share on other sites