sco Report post Posted January 27, 2012 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 Report post Posted January 31, 2012 Hi, Welcome to FusionCharts Forum! 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