HI In highchart is there any way to give time on x-axis as below
1) pass start time 2) give an array of time points 3) give unit of time
for example<
If I understand correctly, pointInterval is what you are looking for:
http://api.highcharts.com/highcharts#plotOptions.series.pointInterval
If that doesn't do what you need, then it should just be a matter of parsing your object to get it do what you need...