kimbitna Report post Posted September 26, 2012 (edited) Hello. I am using Powerchart. I want display chart like attatched file using Waterfall2D.swf. There is just simple examples in document. I am using JSON. I thought It can be displayed chart what i want as arranging json below. { "chart":{ }, "dataset":[{ "label":"Product Revenue", "data":[{ "value":"420000" }, { "value":"210000" }, {"issum":"1" }]}], "dataset":[{ "label":"Product Revenue2", "data":[{ "value":"-170000" }, { "value":"-136000" }, {"issum":"1" } ]} ] } But, It does not work. Please answer my question :-) Edited September 26, 2012 by kimbitna Share this post Link to post Share on other sites
Guest Sumedh Report post Posted September 27, 2012 Hi, It is not possible to render the required using Waterfall chart. But you can use Combination chart from FusionCharts XT pack for your requirement. A combination chart is a chart that combines two or more charts types in a single charts e.g., a column charts series and a line charts series. For more information, please refer the following URL's: http://www.fusioncharts.com/demos/gallery/#combination-dual-y http://docs.fusioncharts.com/charts/contents/?ChartSS/MSStColLineDY.html Hope this helps! Share this post Link to post Share on other sites