score:1
Accepted answer
I prepared a demo which should help you to implement data adding functionality to your project.
chart.addSeries({
data: [{
start: today + day * Math.floor(Math.random() + i),
end: today + day * Math.floor(Math.random() + i * 2),
name: 'test' + i,
}]
});
Demo: https://jsfiddle.net/BlackLabel/ue2xg6o7/1/
API: https://api.highcharts.com/class-reference/Highcharts.Chart#addSeries
Let me know if you have any further questions.
Source: stackoverflow.com
Related Query
- Add series / data to highchart gantt from function
- How to render Gantt Highchart from data source
- How to add Series data in Highcharts from MVC
- HighCharts column chart populated with series data from a function
- Populate Highchart with data from a python function
- How do I add an array of data points to a Highchart series
- HighCharts activity gauge populated with series data from a function
- how to add data from database and set it to data serie in highchart C#
- Highcharts: How do I add data from a dict to a series
- Add two json data series in one highchart
- Add time-stamp data from multiple csv files to highchart
- highcharts: when adding new data series add new Y axis only if the title is different from existing Y axis
- Add more data to series in highchart pie chart
- Highchart Data from HTML table with line series
- Draw multiple series in Highchart from single JSON data container
- Highchart - Is it possible to add data to series in stockchart.
- Highcharts displays series names but missing data points from json source
- Proper way to remove all series data from a highcharts chart?
- Add additional data to a Highcharts series for use in formatters
- How to display highchart series line marker symbol from tooltip formatter?
- Reduce gap between series data in Bar Highchart
- Highchart (Column Chart) : Few data labels are not appearing for a series
- Highchart data series filled with different colors
- Add dynamic data to line chart from mysql database with highcharts
- Columns HighChart remove spacing for empty data series
- Dynamically add data to series in Highcharts
- Several Series with the same xAxis data in HighChart
- Highchart does not load data from hidden input when using .val
- Highchart data series on wrong y-axis
- Highchart angular directive doesn't redraw from dynamic (ajax) data table
More Query from same tag
- Get xAxis extremes before fire afterSetExtremes in higcharts
- How to add annotation text to x and y axis in Highcharts?
- Add dynamic series
- Need a single border for stacked bar graph in Highcharts
- How to show numbers in datalables donut highchart
- Highcharts with multiple series from JSON Dynamically
- How to configure Highcharts so that it displays some pre-defined value
- Strange behavior with highcharts when using "column" type and multiple datetime series
- Auto Update Highcharts with Ajax
- Highcharts make positive numbers in ranges of green and negative ranges of red
- HighCharts xAxis - tickInterval for month
- Is it possible to plot points on a line graph using two separate arrays? (highcharts)
- In Highchart, use JSON file instead of csvURL
- Highstock Shared Tooltip This Index
- Highcharts drilldown - when useing setData chart doesn't stay drilled down
- How to get PlotBands data to show up on HighChart chart?
- Highcharts - Long multi-line y axis labels causing following label to be removed
- How to reflow HighCharts when using highcharts-vue?
- HighCharts how to add live series data set to existing chart
- How to change the chart title dynamically on tooltip hover in the points Highcharts.. React JS
- Calling function 'ChartModule', function calls not supported
- How does HighCharts Series.update() handle a new tooltip positioner?
- How can I hide a series from initially being displayed in Highcharts
- Print Array in HighChart
- SVG rendered button re-position on resize highcharts
- Show some data in tabular format in high chart's pie chart drill down
- highcharts.NET Add Additional Data to datalabel
- Show average in highcharts graph as column
- Highcharts: how to stop the function setTimeout when I open new component angular?
- Highchart specific width stack column bar graph