score:2
Accepted answer
You need to load your csv, parse your dates into timestamps (by i.e Date.UTC() or Date.parse()) and extract y value.
http://www.highcharts.com/docs/working-with-data/preprocessing-data-from-a-file-csv-xml-json
score:0
I found the solution. Because I have for each value a given date, I need to create the dataset on my own:
series.data.push([Date.UTC(a[2], a[1], a[0], b[0], b[1], b[2],b[2]),parseFloat(value)]);
Source: stackoverflow.com
Related Query
- JS Highchart Import CSV data
- Correct format of using csv data to plot highchart
- Preprocess Highchart data using CSV file
- Highcharts series visibility with csv data source
- Add time-stamp data from multiple csv files to highchart
- How to render Gantt Highchart from data source
- Read data from csv file in Highchart Angular
- Highchart Pie Chart shows "slice 0.0%" when loading data from csv
- Highchart columnrange, color code lines based on data
- How to parse the data from CSV FILE to arrays so it could be used for a pre-formatted Highchart
- Highchart Tool-tio show CSV data
- Unable to draw Spline on secondary Y Axis (getting data from CSV file) using highchart
- how to hide highchart x - axis data values
- Reduce gap between series data in Bar Highchart
- creating highchart with ajax json data
- Plot Highchart Gauge with JSON Data
- HighChart Heatmap with JSON data
- How to display highchart y axis with constistant data
- Adding new data to highchart tooltip
- Highchart (Column Chart) : Few data labels are not appearing for a series
- Can color of data label be different inside and outside of the bar in Highchart
- Highchart data series filled with different colors
- Is it possible update Highchart data automatically and make animated effect?
- Creating a line graph with highcharts and data in an external csv
- time data with irregular intervals in HighChart
- Exporting highcharts data to CSV file
- Highcharts - Global configuration with common code and unique data & Headings
- Columns HighChart remove spacing for empty data series
- Django - can't get highchart to display data
- Creating a Highchart for every data set
More Query from same tag
- Very difference between lines on Highstock
- Highcharts markers on legend and hover ONLY
- "Guide lines" in Highcharts?
- Proper JSON format for highcharts
- An alternative way of displaying the negative values on the column chart
- Loading Highcharts from MySQL using Java
- Highcharts - Bar - Setting the X axis width and the chart area width to be constant
- Highstock custom datagrouping datetimelabelformats timeseries
- Highcharts, influxdb and nodejs, how to display data of influxdb in highcharts using influxdb-nodejs?
- Add text to generated quadrant area by x and y plot lines , highcharts
- highcharts tooltip usehtml doesn't work
- Angular-highcharts colors. Is there any way to get color besides Highcharts.getOptions().colors[index]?
- Highchart save chart image using cURL
- stackLabels configuration in Highcharts
- Hightchart to display user online time
- Highcharts pie chart annotations are not centering
- Highcharts highstocks - candlestick graph has last value partially cut
- Highcharts copy HTML of chart can't disable cursor change
- Highcharts dataLabels shadows
- Highstocks Multiple x-axis or just remove date and use numbering
- Highcharts Gauge - how to read input from file?
- Highcharts - Stockchart Zoom position without Navigator
- How can I make milestone lines with a GANTT chart using the highcharts library?
- How to add arrow to end of line while using type scatter
- Unable to rename Category column for Highcharts Pie chart
- DotNetHighcharts- Can I assign my whole chart to a JS var after page load, for further manipulation
- Dynamically change renderer.text css attribute in HighCharts
- Highcharts: generate blank chart
- Content besides tooltip are visible
- HighCharts animation android