score:12
Accepted answer
You can set an id
for each point you want to get.
series: [{
name: 'Jane',
data: [{
'name': 'Point1',
'id': 'point1',
'x': 1,
'y': 2
}, {
'name': 'Point2',
'id': 'point2',
'x': 2,
'y': 5
}]
}, {
name: 'John',
data: [5, 7, 3]
}]
Then you can get the point by the following code.
// assuming that chart is your chart var
chart.get('point1');
Or if you don't want to set an id
you can simple loop thrue points
to compare the name
you want to find with the point name
.
Reference:
Source: stackoverflow.com
Related Query
- Selecting a point by ID using Highcharts
- How do I dynamically change a data point in Highcharts using JavaScript
- create a sticky tooltip for a point or a permanent label using HighCharts
- Using PhantomJS to create HighCharts grahps server side for use in PDF creation (PHP) - results in exit code 11 from PHPs exec();
- Selecting a point programmatically on stockchart from HighCharts library in GWT (Also in native JS)
- Highcharts display label for pie chart using html table as data source
- How to show other point property in bubble highcharts using tooltip
- Highcharts point selecting trouble
- HTML table as data source for highstock charts using highcharts
- hover on a point in highcharts graph using playwright and typescript
- Using a flask variable as data source for highcharts
- Can you remove specific grid lines and point labels using highcharts without css?
- How to highlight a point without using any event or action in highcharts
- Using different list for names of each point in highcharts in javascripts
- highcharts move a point using pixels
- How to create a column range chart in Highcharts using range and navigator functions?
- Rendering Highcharts using Angular js Directives
- How to display the value instead of percentage in a pie chart using jquery Highcharts
- Hiding a Highcharts series without using the legend
- Highcharts - manually trigger hover event on a point
- Loading Highcharts via shim using RequireJS and maintaining jQuery dependency
- Highcharts => Getting the id of a point when clicking on a line chart
- How to get Highcharts X-Axis Categories starting at the left most point
- SyntaxError: JSON.parse: expected property name or '}' while using highcharts
- Type 'number[]' has no properties in common with type 'XrangePointOptionsObject' in Angular8 using Highcharts
- Highcharts scatter chart with a name per point
- Getting error while using highcharts in Angular 7
- Javascript Highcharts v3.0.5 - How to hide Y Axis Title when using multiple Y Axis
- Highcharts highlight single point on line
- Highcharts Pie Chart ignores percentageDecimals tooltip setting and has floating point inaccuracy issue
More Query from same tag
- Hover effect on Inside/InnerSize of donut chart?
- Highcharts Y-axis per serie csv
- Highcharts in R: sort xAxis in Line Chart
- Angular 2 - HighCharts implementation: Cannot find name 'HighchartsOptions'
- Showing partial legend in Highcharts BarChart
- Is possible to add a frame in 3d chart?
- Highcharts with data populated by php generated html table - only one will load
- How to invert (transpose) the rows and columns of an HTML table which is generated dynamically from highchair in Angular 12?
- Put Rally.ui.chart.Chart charts inside a container
- Highcharts Line Chart doesn't have connecting lines
- How to format column chart data labels
- Highchart How to set pie chart sliced distance gap wider to one another
- highcharts: margin between two boxplot series
- To rotate X (or) Y axis of rect ?
- HighCharts: automatic x-axis issue in presence of missing data values
- Highcharts live data update does not work
- how do I edit/customize tooltip
- Customize colors for boxplot with highcharter
- I am getting error on highcharts. like "ERROR TypeError: Cannot read property 'series' of undefined"
- highcharts data labels overlaps the plotlines value
- How to enable plotting only if values are present in Highcharts?
- Highcharts: How to set unique images on top of bar chart serie
- highcharts find point with given x value
- Highcharts packed bubble chart not working for negative values
- How do you create a survey that will immediately display the results as a pie chart on a website?
- highchart stacked bar plotting data doesn't work by javascript
- Show labels outside in sunburst highchart
- React Element on Highcharts
- Does Highcharts redraw every time the dataset is changed?
- Fixing/discounting a data series when changing chart-type in Highcharts