maven Report post Posted December 24, 2010 var data=[ {"time":"2010-11-11 12:00:00","hit":454,"stream":45232}, {"time":"2010-11-12 12:00:00","hit":2154,"stream":4785}, {"time":"2010-11-13 12:00:00","hit":45,"stream":1457} {"time":"2010-11-14 12:00:00","hit":147,"stream":454545} {"time":"2010-11-15 12:00:00","hit":144,"stream":145852} {"time":"2010-11-16 12:00:00","hit":1452,"stream":145751} ]; I wonder if I can display these data in a chart where the time in the x axis,and the "hit" and "stream" displayed as series(y axis). Like the third chart at here:example Share this post Link to post Share on other sites
srividya_sharma Report post Posted December 24, 2010 Hi Yes, the type of chart you are looking for, is supported in FusionCharts. (MSCombi2D.swf - 2D Single Y Combination chart ) Please take a look at the 8th chart in the gallery here: http://www.fusioncharts.com/gallery/Category.asp?CombinationSingleY (counting 2 per row, 4th row 2nd chart) When you click on this chart, you can view the xml or json required by the chart too. Hope this meets your requirement. Srividya Sharma Share this post Link to post Share on other sites
maven Report post Posted December 24, 2010 Hi Yes, the type of chart you are looking for, is supported in FusionCharts. (MSCombi2D.swf - 2D Single Y Combination chart ) Please take a look at the 8th chart in the gallery here: http://www.fusioncha...binationSingleY (counting 2 per row, 4th row 2nd chart) When you click on this chart, you can view the xml or json required by the chart too. Hope this meets your requirement. Srividya Sharma Thanks for you attention. In fact,the example I give is a combined of line series and column series. I prefer to the two line series. I think fusionchart may suppor it. I just want to know the format of my data which fusionchart need. For example: my data is : time:"2010-11-12 11:00:00"..... How about : time:"2010/11/12 11:00:00"..... Share this post Link to post Share on other sites