score:2
Accepted answer
You are setting categories, which isn't datetime type for xAxis. Remove them, then concat time and temp arrays.
For example:
var concatenatedData = [];
$.each(time, function(i, e){
concatenatedData.push([parseInt(e), temp[i]]);
});
Demo: http://jsfiddle.net/SjL6F/1/
Note: I have added parseInt, because Highcharts requires timestamps to be numbers, not strings.
Source: stackoverflow.com
Related Query
- Highcharts - with datetime axis labels overlap
- Highcharts label format with tickPositioner in a datetime x Axis
- How to show only specific x-axis values on datetime axis in Highcharts
- HighCharts scatter plot with Datetime on X Axis not plotting values correctly
- How can I force ticks/grid lines on a Highcharts datetime X axis to arbitrarily line up with data points?
- How To Show All Data Labels For Datetime Axis In Highcharts
- Highcharts Datetime axis issue
- Highcharts datetime axis overlap with a long time series
- Highcharts Datetime axis
- Highcharts datetime axis labels according to data point groups
- Highcharts React update animations with datetime axis
- Can I enable scrollbar for datetime x axis in Highcharts columnrange chart
- How do I get DateTime from mysql and set it to json format ready for highcharts
- Highcharts x-range chart datetime type for x and y axis
- How to properly configure DateTime axis for Highcharts on Android?
- Highcharts - draw path on chart with datetime axis
- How to show equally spaced axis for datetime for billing cycle related data on highcharts
- Category chart with datetime y axis in highcharts
- Hide axis and gridlines Highcharts
- Highcharts DateTime Localization
- customize highcharts tooltip to show datetime
- Change HighCharts axis title
- how to set the interval of points on Y - Axis highcharts
- How replicate the value of Y Axis on both sides of the axis in Highcharts
- Highcharts Area graph, use 2 fill colors above / below X axis
- Highcharts datetime axis, how to disable time part (show only dates)?
- highcharts datetime x-axis custom formatting
- HighCharts show datetime format on xAxis
- Highcharts y axis thousands separator
- Highcharts - remove times between dates on a datetime xaxis type
More Query from same tag
- Highcharts - Columns Showing Negative When Data is Zero
- Load data into Highcharts with Ajax
- TypeError: Cannot read property 'nodeName' of null
- Inner size of pie chart (HighChart) getting change with the values provided in the series
- How to synchronize the Highchart Sunburst behavior
- Rendering a graph in highcharts/miso
- Get point by ID from highchart with multiple series
- how to call high chart in asp.net
- How can I sort the stacked bar charts in Highcharts by the sum of positive response?
- Trying to push data to a JSON array
- How to change alignment of Highchart tooltip?
- Hightlight a Bar in HighCharts Bar chart
- Highchart.js pass array doesnt work
- Highcharts numberformat
- Highcharts multiple series and axes types overlapping
- highcharts: issues
- highcharts column stacking Y axis sync - value seem to be represented as an increase on that of previous column
- Update tickposition on zoom
- Javascript - How to display a specific index of an array on Highcharts?
- Why am I seeing two different point types in Highcharts?
- Show datalabels for spiderweb only when hovered over the line or the legend?
- Importing JSON file into Highcharts for Bar Chart Visualization
- Redraw/Resize highcharts when printing website
- Updating data in charts, highcharts with angular, highcharts-ng
- Dynamically create highcharts with bootstrap carousel
- HighCharts: stacked bar shows percentages of stack
- Modify multiple Highcharts in a sequential loop
- Highcharts: how to set legend label name after chart created?
- Highcharts: when exporting, unselected series should not show in the legend
- Highcharts Series data as JSON doesn't render