Sign in to follow this  
maven

Does The Fusionchart Support Data Like This

Recommended Posts

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

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

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this