score:1
Accepted answer
You can change state of the selected points to select
:
selectedPoints.forEach(p => {
p.fromNode.setState('select')
});
Live demo: https://jsfiddle.net/BlackLabel/ufmxpz6L/
API Reference: https://api.highcharts.com/class-reference/Highcharts.Point#setState
Or just change their appearance, for example:
selectedPoints.forEach(p => {
p.fromNode.graphic.css({
fill: 'red'
});
});
Live demo: https://jsfiddle.net/BlackLabel/0hL34rvx/
API Reference: https://api.highcharts.com/class-reference/Highcharts.SVGElement#css
Source: stackoverflow.com
Related Query
- Is there any way to highlight the node on search in network chart when using highcharts in angular application
- Using Highcharts and displaying a message over or on the chart when there is no data
- Is there any way to highlight specific node on click | Highcharts Sankey
- while working with network chart, is there any why to color the common node with two different colors.?
- Is there any way to define the indivdual dataLabels connector width in a pie chart
- Is there a way to limit the range of x, when using dates in highcharts?
- How to make hover effect for two bar in highcharts at the same time is there any way by using css or any inbuilt method to achieve this?
- Is there any way to disable hover action on particularly some nodes in networkchart of highcharts based on the node color.?
- Is there any way to draw a pie chart using highstock latest version?
- Is there any way to show the summation of area charts value in highcharts without using a line chart? I would like to know other alternative
- Issues using highcharts node export server from ClojureScript - "0x03 error when performing chart generation"
- Is there a way how to dynamically create a plotline in highchart when the value is lower than previous one?
- Is there any way to assign "Alt" property while using Highcharts
- Is there a way to scale the custom marker of a high charts scatter chart?
- Is there a way to change the display value in series using highcharts
- Why do I have the issue 'property assigment expected' when I want to display a chart on my web page using highcharts
- How to render a vertical line when the mouse cursor is on the chart using highcharts?
- How to show open, close, high and low in tooltip when the chart type is 'line' in highstocks?
- High chart data downloads but does not display in browser using node
- Adding multiple series to the spline chart using dotnet high charts in asp.net mvc3
- finding the value in the series object and displaying in the tooltip of the high chart using angular 4
- in HighChart the X axis 0(zero) geting up in the middle of the chart when there is no record or all the records are zero
- HighCharts title styles i.e textDecoration property not applying when we export the chart using canvg
- How to get access to the chart from HighchartsReact component to ResponsiveGridLayout component when I'm using functional react component
- Highcharts | Network Graph - Is there a way to expand leaf nodes on click of the Parent node?
- Is there any way to test the highcharts with large data-set with Jest and React.?
- Network Graph - Is there a way to hide a specific node on click in network graph?
- How to set brightness effects on specific columns on the stacked column/bar chart when using Highcharts?
- Is there any way to highlight one particular series in highcharts?
- Is there a way to plot more than 1000 points in a scatter plot using the Highcharts .NET Wrapper?
More Query from same tag
- How to remove space between highChart bar graph between two different category
- Show gridLines when the chart is empty(no series) in highstock
- Apply pagination on column chart using Highcharts
- Highcharts spline chart points not showing unless zoomed in
- Highcharts: Passing a secondary data variable in the tooltip
- Highcharts. Async loading part of the data
- Relative percentage height not showing properly
- Highcharts tooltip always on right side of cursor
- How can I set the legend symbol color for a series when using colorByPoint?
- Highmaps add and join data from Google Spreadsheet
- Highcharts - How to split up multiple charts in Rails 3
- Length of slice in Highcharts pie chart
- Passing Django data to Highcharts via JSON
- highcharts how to override reset zoom button event
- sankey-diagram (skip column) highcharts
- Highcharts drilldown in stacked area chart
- Function to call Highcharts with ajax?
- Labeling for Highchart Funnel Visualization
- Getting error while using highcharts in Angular 7
- Highcharts: Add point to chart, then remove, then add it again... then repeat
- Stacked highchart in php
- highcharts highlight selected point (png)
- Calling function 'ChartModule', function calls not supported
- Highcharts shared tooltip between charts with multiple series and shared tooltip
- Filter data in Highcharts
- How to create navigation column chart in stacked column high chart
- How can I fix Highcharts error #13?
- Highcharts : Point Formatting not working
- Turning off point markers does not appear to work for Highcharts-ng
- Show Google Analytics 30 Day traffic on Highcharts.js