vinny Report post Posted February 25, 2011 Hi. I need to create a 2D bar chart with 2 data groupings on the y axis. Is this possible? If so, what would the JSON data look like? I have attached a sample of what the chart should look like. Any help would be greatly appreciated. Share this post Link to post Share on other sites
Guest Angie Report post Posted February 28, 2011 Hi, Welcome to FusionCharts Forum! Could you please send us a screenshot to look into your requirement? Awaiting for your reply. Share this post Link to post Share on other sites
vinny Report post Posted February 28, 2011 (edited) File attached. Sorry, thought I did this the first time. Didn't realize I had to click "Attach This File" after selecting the file to attach. As I mentioned in my second post, I was able to fake this result by including two rows with a value of zero to act as place holders, but it's not really data grouping and makes the code that creates the result set sort of ugly. Any help would be greatly appreciated. EDIT: hmm, I also thought I added a second post explaining my workaround. Not having a good day. So, what I did was this: As I create the result set, I add a dummy row at the start of each group with a value of zero. As long as I don't display values, it looks just like data grouping. However, if I want to export the results, I have to do a bit more work to create the result set. Hi, Welcome to FusionCharts Forum! Could you please send us a screenshot to look into your requirement? Awaiting for your reply. Edited February 28, 2011 by vinny Share this post Link to post Share on other sites
Guest Angie Report post Posted February 28, 2011 Hi, The chart you require cannot be done directly by FusionCharts. However, we have tried a work-around to solve your purpose. Please check with the XML of the rendered chart for your reference. Hope this helps. Bar2D.xml Share this post Link to post Share on other sites
vinny Report post Posted February 28, 2011 Thanks for the quick response. Seems your solution is the same as mine, and that's fine as it seems to be working ok. Any chance there would be support for this in the future though? Hi, The chart you require cannot be done directly by FusionCharts. However, we have tried a work-around to solve your purpose. Please check with the XML of the rendered chart for your reference. Hope this helps. Share this post Link to post Share on other sites
Guest Angie Report post Posted March 1, 2011 Hi, Welcome to FusionCharts Forum! We will try to implement this feature in our future upgrades. Meanwhile, keep FusionCharting! Share this post Link to post Share on other sites