pedroten Report post Posted July 9, 2007 (edited) Hello, I'm pretty new to fusion charts, and I was wondering if is there any way to use a bell shapped chat to display a comparison beween age, sex, and a value related to each sex and age, with horizontal bars of different lenghts depending on the value. Thanks!! Edit: Something like the ones on this website (nothing to do with my project) http://www.ccss.sa.cr/germed/dis/diess/intcam.htm Edited July 9, 2007 by Guest Share this post Link to post Share on other sites
Pallav Report post Posted July 10, 2007 Currently, we do not have a bell shaped curve. Share this post Link to post Share on other sites
pedroten Report post Posted July 10, 2007 (edited) Thanks, anyway, are you guys thinking of adding it to Fusion Charts?? Our project is due Jan '08, and we still have time to look for other solutions, or simply use the 3D Stacked Bar. Thanks again!! Edit, not a great solution, but can be ok -- data.xml -- <chart palette="2" caption="Comparaci Edited July 10, 2007 by Guest Share this post Link to post Share on other sites
Pallav Report post Posted July 16, 2007 Hi, We'll try and add it to our suite by Dec mid. Share this post Link to post Share on other sites
r_wichman Report post Posted August 15, 2008 I need to create some bell curve charts. Has there been any progress implementing this feature? Share this post Link to post Share on other sites
hammad Report post Posted November 17, 2010 Hi, I have successfully used the Stacked Column 3D chart but I have one more requirement. I want to place all the bars in ascending order so that i can easily compare one bar's data with another. It can give me an idea of Median as well. So, is there any command to sort the Stacked Column 3D bars in ascending or descending order?? I dont want to do it while making my XML, I want to do it through the Fusion Chart Functionality (if exists). Thanks!! Hammad Currently, we do not have a bell shaped curve. Share this post Link to post Share on other sites
Sanjukta Report post Posted November 18, 2010 Hi Hammad, I am afraid, FusionCharts natively does not support the display of the chart in any specific patterns. FusionCharts is a data-visualization component. It just displays the data in the way it is mentioned in the XML. In case you wish to show the data in the ascending/descending order, you would need to shuffle the <set> elements in the XML in your desired way. Hope this helps. Share this post Link to post Share on other sites
hammad Report post Posted November 18, 2010 Thanks for your reply Sanjukta, Actually I was reluctant to change my XML generation code. Thanks Again, Hammad Hi Hammad, I am afraid, FusionCharts natively does not support the display of the chart in any specific patterns. FusionCharts is a data-visualization component. It just displays the data in the way it is mentioned in the XML. In case you wish to show the data in the ascending/descending order, you would need to shuffle the <set> elements in the XML in your desired way. Hope this helps. Share this post Link to post Share on other sites
Sanjukta Report post Posted November 19, 2010 Hi Hammad, You are always welcome. I hope your issue is resolved. Please feel free to revert in case you have any further queries. Share this post Link to post Share on other sites