score:20
Accepted answer
If you want to delete some points from your serie I sugest you to store your serie points, remove the points you want and then use setData
to set your serie data again.
If you want to remove all points without remove the serie you can use chart.series[0].setData([]);
.
You can use addPoint
to add points one by one or setData
for more than one.
There're some examples which shows how to do it.
demo
reference
Source: stackoverflow.com
Related Query
- How can I delete all of the points from a highcharts series
- How can i hide all the Series in highcharts at a time
- How can I capture all points belonging to the same series with the same xAxis value without a loop?
- How can I hide series from a HighCharts legend?
- How can I hide a series from initially being displayed in Highcharts
- How can I remove the white border from HighCharts pie chart?
- How can I hide ALL series with the same ID with a button on highcharts? (line graph)
- How do I hide a Highcharts series from the chart, but always show it in the tooltip?
- How Can I Hide a Pie Chart's Slice in HighCharts Without Removing It From the Legend?
- Stop Highcharts from cropping the series line between points on the x-axis
- Highcharts - How do I keep both line points in from splitting between the two bar charts
- How can I reverse the series order of a pyramid chart in Highcharts
- How can I put xAxis in highcharts starting in the horizontal line when all values are in 0?
- Highcharts Chart Bar - How can I display in the chart, only one column from my HTML table?
- How to remove batch of points in the period based on xAxis(time) coordinates from the series in Highstock
- How can I add a link to a Highcharts series name in the legend?
- I want delete the values from the series so that the graph is not cluttered how to do that
- How can I fix the error #17 "The requested series type does not exist" error when trying to display a highcharts graph in Vue.js?
- how can I use rangeselector and navigation in highcharts in the given code
- How to manually trigger the afterSetExtremes event from a series click event in HighCharts
- How can I assign multiple series from my json data? Highcharts
- How to dynamically remove the whole Column from a single series HighCharts column graph?
- Highcharts displays series names but missing data points from json source
- How to divide data from the series in highcharts
- HighCharts Hide Series Name from the Legend
- HighCharts - How can I turn off the points?
- Proper way to remove all series data from a highcharts chart?
- How can I change the colors of my highcharts piechart?
- how to set the interval of points on Y - Axis highcharts
- Highcharts - How to set custom colors for the series
More Query from same tag
- How can I hide series from a HighCharts legend?
- high charts line graph x-axis issue
- Highcharts - How to get a value of a stack in a series?
- Control spacing and height between bars in Highcharts.js bar chart
- Tooltip is visible on the whilte area as well in lat-lon mappoint Highmaps
- Need to call an API with min and max X values on Click of rangeselector Buttons
- highchart mysql json with dropdown select value for where condition
- Can I assign a different radius for each pie slice using Highcharts?
- How to disable approximation in HighchartJS?
- HIghcharts, Selecting a second Point within the Point.select event
- Highcharts not starting at give start time
- HighCharts Bug with LiveChart
- Multiple images for Highcharts X Axis Labels
- highcharts missing markers occasionally
- Plotting time series with different scales with Hichcharts
- Receiving incorrect datetimes when using milliseconds for x-axis?
- How do I display the Y axis on top of the X?
- Print target labels on xAxis with labels.formatter
- Highcharts - Click event not firing outside of plot area
- Highcharts plotbands text should not overlap with columns
- Plot band not limited to xAxis, draws for the whole graph
- Highcharts acting weird in chrome 30.0.1599.69
- How to display months in x axis labels in highcharts
- Huge memory leak in Highcharts - Create and destroy lacks memory?
- Show symbol in legend
- How to boost your performance in HighCharts
- Highcharts -- show axis labels on extreme edges
- Highcharts : Info about clicked legend item pass to controller
- Show tooltip over a second graph
- Mouse out event on highcharts