Sign in to follow this  
sco

How To Graph A Json Timeserie ?

Recommended Posts

Hi there,

 

Let's assume I retrieve the following json :

{"measures":[ {date:1234567890, value:45],{date:1234567891, value:70],{date:1234567892, value:80]}

 

How can I get a line with the correct date format (let's say 2009-Feb-14 00:31:30 etc..) ?

 

This is done in Highcharts by setting the x-axis to a timestamp, not found out how to do it when using Fusioncharts.

 

Thank you !

Share this post


Link to post
Share on other sites
Guest Angshu

Hi,

 

Welcome to FusionCharts Forum! smile.gif

 

I am afraid, FusionCharts does not support handling date/time format, as of now.

 

You would need to write your own code in order to suffice your requirement.

 

Hope this helps.

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