score:13
You can select several points programatically using the Point.select
function with accumulate
set to true
. The function signature is (API):
select ([Boolean select], [Boolean accumulate])
select
: Boolean. Whentrue
, the point is selected. Whenfalse
, the point is unselected. Whennull
orundefined
, the selection state is toggled.
accumulate
: Boolean. Whentrue
, the selection is added to other selected points. Whenfalse
, other selected points are deselected. Internally in Highcharts,selected points are accumulated on Control, Shift or Cmd clicking the point.
A example of your code would be:
chart.series[0].data[0].select(true, true);
chart.series[0].data[1].select(true, true);
// ...
See this JSFiddle demonstration of how it can select several points.
Source: stackoverflow.com
Related Query
- How to select multiple points or markers programmatically in Highcharts?
- How to have multiple highcharts with different series data in vuejs without repeating code
- highcharts select multiple points in one go
- how to set the interval of points on Y - Axis highcharts
- How to Format Highcharts dataLabels Decimal Points
- How can I force multiple y-axis in Highcharts to have a common zero
- Highcharts - How to programmatically toggle legend items and determine which items are selected
- Javascript Highcharts v3.0.5 - How to hide Y Axis Title when using multiple Y Axis
- How to convert datetime string to UTC to plot points on Highcharts
- How to convert datetime string to UTC to plot points on Highcharts
- How to get multiple data series into Highcharts
- How can I delete all of the points from a highcharts series
- How to set the z-index of points on a HighCharts scatter plot?
- How to add new points to highcharts after plotting the first 'n' points?
- How do I configure the options in Highcharts to allow multiple drilldowns asynchronously?
- How to detect double clicks or long clicks on points in Highcharts charts?
- How to generate single PDF of page that contained multiple highcharts in DIVs
- HighCharts multiple data points per category
- Highcharts multiple series line charter, markers become invisible
- how to sync height & y-axis baseline of multiple chart in highcharts
- Show multiple Tooltips in highcharts on overlapping points
- How do i add mouse wheel code in Angular2 highcharts in typescript
- Highcharts - How to make a scatter plot with multiple series from HTML table
- Highcharts - how to create multiple y axis and group the data series
- how to display 2 same highcharts without duplicate the code
- Highcharts - In area chart how to use gradient color for multiple series?
- Selecting Points over multiple Highcharts treemaps
- Display multiple points with exact same value in scatter HighCharts
- How to use Highcharts React to create chart with multiple lines for same XAxis?
- How to show multiple pie charts using highcharts
More Query from same tag
- Chart with Multiple CandleStick. HighStock/HighCharts
- How to set color of each slice in pie chart in high charts library?
- How to populate a Highchart graph with Angular
- how add an arrow pointing to the y-axis on highcharts
- Extracting multi-dimentsional arrays in Javascript/JQuery
- Changing point className in Highcharts Gantt
- Force-directed graph in Highcharts has lost its lines
- Gantt Chart in HighChart?
- Highstock/highcharts show multiple y-axis values in single tooltip
- Limit ticks on X axis in highcharts with R
- Framework for a Business Dashboard - MVC, browser accessible
- highcharts redraw and reflow not working
- Can't disable animation when using Highcharts in polar mode
- how can i change position of inputs in high charts high-stock?
- Proper x-axis for Highcharts stack group column
- How can I update two highcharts with one dropdown menu?
- Highcharts stacked bar chart hide data labels not to overlap
- Highchart show results without comma for individual line
- Hichcharts Add Button to toggle between Series
- Custom labeling highcharts json.net to geckoboard
- how to dynamically set the minPointLength except 0
- Highcharts.js combined bar/line chart with timespan bars
- Using local file instead of $.getJSON
- Background event on Highcharts Gantt
- Highcharts Multi-Panes and Scrollbar
- Highcharts xaxis is off by several hours
- HighCharts: How to put the xAxis category text inside the chart
- Double X-axis within same Highchart object
- SVG Path having weird rounded-corner blocks
- Highcharts annotations outside the plot area incorrectly placed