score:2
Accepted answer
Yes, you can specify time using array of numbers, the first index represents time and the second represents the value.
data: [
[Date.UTC(2000, 9, 27), 0 ],
[Date.UTC(2000, 10, 10), 0.6 ],
[Date.UTC(2000, 10, 18), 0.7 ],
[Date.UTC(2000, 11, 2), 0.8 ],
[Date.UTC(2000, 11, 9), 0.6 ],
[Date.UTC(2000, 11, 16), 0.6 ],
[Date.UTC(2000, 11, 28), 0.67],
[Date.UTC(2001, 1, 1), 0.81],
[Date.UTC(2001, 1, 8), 0.78],
[Date.UTC(2001, 1, 12), 0.98]
]
See example here : http://jsfiddle.net/0v6LphLd/
Source: stackoverflow.com
Related Query
- High charts – how to show axis as time
- how to show column and area charts with different y axis with same category and same x axis in highcharts
- not able to show x axis data with datetimelabel format with {hh:mm} in high charts
- How to show time duration on y-axis in high chart
- How to show time values in stacked column using High stock
- High Charts how to show multiple columns value on label
- How to show bar of graph in different colour when it reaches threshold level in high charts in JS?
- High Charts PieChart How Can I show point value inside segment and label name outside
- How to set the x axis dynamically in High Charts 2.3.5
- How to show all values at datetime axis in highcharts?
- How to show only specific x-axis values on datetime axis in Highcharts
- How to set the x value for High Charts error bar
- High chart - Column Range Chart with Time range. How to get tooltip as Start and End time
- How to generate multiple high charts in ng-repeat
- How do you show grid lines for both x axis and y axis in highchart?
- Convert the y-axis values to Millions in dual axis high charts
- How To Show All Data Labels For Datetime Axis In Highcharts
- How to show multiple pie charts using highcharts
- High Charts : Equal spacing for X Axis for unequal interval
- How to make two charts using highchart show up in the same line side by side using div
- Highcharts - Cross browser charts have different Y axis ranges, how can I ensure consistency?
- How to add trend line to high charts
- show only one series data in High charts in start of drawing/load
- how to plot multiple time series in the same graph with customized x axis
- How to display total of extra data in stacked column high charts
- How to show open, close, high and low in tooltip when the chart type is 'line' in highstocks?
- How to show axis labels in Sparkline charts?
- How can I automate high charts and graphs using selenium webdriver?
- How can I put custom color in High Charts PIE data | Slice and want to change slice text
- High Charts / StockChart: x axis values
More Query from same tag
- Hide the line chart inside the Highstocks Scrollbar
- Chart Y-Axis fixed interval
- Highcharts - date on xAxis label difference on tooltip
- Plotting Highcharts Chart from multiple data points in json
- DotNet.Highcharts ChartTypes reference?
- How to customize graph title and subtitle
- Highcharts: displaying data sets from one series
- Highmaps - how to draw two mabBubble series on one chart
- highcharts: the way to call afterPrint
- Show tooltip programmatically in StockChart for multiples series (highchart)
- Error bars with Highcharter
- HighCharts missing data points on line chart
- highcharts can't render
- Highchairs Pie chart moving single data label
- Not able to display highcharts in php
- Highcharts:Legend and title overlap pie chart when updating data
- Stop HighCharts change transparency of another series on hover of one series
- Highcharts, how to get data from array on same js page instead of external JSON
- Wrong rendering of y-axis in polar charts
- Highcharts Pie Chart data corrupted
- How to display all dates with a given Start Date and End Date even if there is no data?
- How to force HighChart xAxis units to show custom format in all zoom levels?
- How to format Highstock range slider date and time formatting
- Highcharts, multiple parts chart
- Highcharts - align columns to gridlines when using series timestamps
- Add stacked border color in Highchart?
- Multiple Google Gauges with different option sets
- HighChart flags Data load issues
- Highcharts - Area Chart - Stacking with series containing negative and positive values
- Issue loading JSON in Highstock