score:1
Accepted answer
You don't need to remove the custom arrows, it is enough if you update their positions. For example:
if (series.customArrow) {
series.customArrow.attr({
d: path
})
} else {
series.customArrow = series.chart.renderer.path(path)
.attr({
fill: series.color
})
.add(series.group);
}
Live demo: https://jsfiddle.net/BlackLabel/wv41sqro/
API Reference: https://api.highcharts.com/class-reference/Highcharts.SVGElement
Source: stackoverflow.com
Related Query
- Remove SVG rendered path on Legend Item Click
- How to modify highcharts legend item click event?
- highcharts change rendered image source on click
- *Highchart* Disable the legend item click
- HighChart Pie Chart click on legend item to trigger drilldown
- Disable legend item click in a Highchart defined as JSON
- Highcharts custom legend SVG symbol does not fade when you click to turn off series
- Click on Highcharts pie rendering border although legend item click is disabled
- Multiple Pie Charts Of Variable Data With Single Legend Item Click
- Right click on specific legend item
- Can I use a simple path for an area chart's legend item symbol?
- How to disable legend click to stop pie slice from disappearing in Highcharts?
- Highcharts remove renderer path
- Wkhtmltopdf fails to printing SVG path (highchart)
- programmatically trigger click event in svg rect element
- Highcharts legend item hover event?
- How do I remove the color swatch from my HighCharts legend without affecting the column?
- Highcharts - Legend item padding
- Is there a way to disable a legend item by default?
- Change cursor on legend after disabling click
- Is there a way to have a toggled legend item save its state on refresh?
- HighChart hide other series on click legend
- How to trigger a legend click in HighCharts with jQuery?
- Show tootip and select pie slice on legend click of pie chart in HighCharts
- SVG Path having weird rounded-corner blocks
- Highcharts semi-pie - remove space between pie and legend
- Set custom legend item symbol (or icon) in HIghcharts
- How to remove label incase column has only one item
- Border around legend item in highcharts
- highmaps click on country and change its background color, Also remove the Series 1 from tooltips
More Query from same tag
- HighChart for PHP 5.1 lower
- Highcharts, minimum, maximum with additional label
- Make function usable outside class in angular2
- Bubble chart cannot reduce bubbles
- Highchart Columns - Space between columns not changing
- Highcharts Export PDF offline by clicking external button
- Highcharts: How to display multiple tooltips by click in multiple series with shared true
- High Chart Data label Formatter not working properly
- Pass a List of Series to SetSeries
- Highcharts chart categories not displaying correctly
- Can highcharts crosshairs show on top of area chart fill?
- How do I stop Highcharts creating a new gridline at the extremities of the chart unless a data point exceeds the min/max gridline?
- Dual Axis in Highstock?
- style highmaps mapbubbles onclick
- highcharts crosshairs wont work
- Highcharts add legend on export
- Highchart : get image url after exporting
- Multiple charts with same data not loading in same page: Highcharts
- HighCharts not displaying series data
- HighCharts - Horizontal line with the zoomed average of the values
- Rcharts Shiny : not reload all variables after just one variable update
- HighChart : Showing Some Data After the Grid Lines
- How to select the drillup button using jquery, so I can do an on click event?
- Highcharts no drilldown on bar / column click
- Highcharts remove grid
- How do you process large amounts of data without using a database?
- Highcharts - show only selected points
- how can I add a borderline to a plotBand when mouse move in and remove that borderline when mouse move out?
- Legend at least one should be active when user clicks in highchart
- highcharts scrollbar labels not appearing