score:1
Accepted answer
I was using line instead of series in below code. previous:
plotOptions: {
line: {
events: { checkboxClick: function () {
alert("checkbox clicked");
},
instead:
plotOptions: {
series: {
events: { checkboxClick: function () {
alert("checkbox clicked");
},
Source: stackoverflow.com
Related Query
- legendItemClick not getting triggred after changing chart type
- Highcharts userOptions does not update after changing the chart title
- chart not updating after changing the chart options
- Highcharts chart not loading after AJAX call to insert partial containing chart
- Highcharts: redraw chart after changing options
- Line chart legend color not getting update on button click (highcharts-angular)
- Highcharts-Vue chart options does not change values after it is set
- my highchart is currently is not working with pie spline chart in updating after rendering chart
- High chart is not getting populated
- Highcharts.js column chart labels and data not displaying properly after 60 columns
- Bullet Chart in Series not displaying after y value
- Ticks marks are moving upon changing the type of Chart
- Hightcharts - Not showing column datalabels when chart type is column
- Getting Error Property 'nodeFormatter' does not exist on type 'SeriesOrganizationDataLabelsOptionsObject[]'
- Highstock chart - selecting '1 month' button in rangeSelector not changing button style as selected
- x-axis, y-axis lines does not appear, when I include 3D chart library of HighChart in my code
- Column rang chart is not getting reset when click on legends in highcharts
- Highcharts 8 - Changing Chart Type on Window Resize
- Why aren’t those 2 HighCharts codes equivalent? (Or is there a way to modify a call to legendItemClick after the creation of the chart object?)
- Highcharts areaspline, not getting the default color for chart
- Changing chart type give: Uncaught TypeError: Cannot read property 'length' of undefined Highcharts
- After print chart another chart is not visible in page
- Highcharts live data not updating after changing PHP variable
- Highchart pie chart colors are not changing
- Highcharts (9.0.1): drilldown problem after change chart type dynamically
- Highcharts - Changing chart type
- Highcharts yAxis plotlines not showing on 'line' chart type
- Hichcharts - Custom legend css not getting displayed in Print Chart download functionality
- Not able to click (Sometimes) categories(Y-axis) of gantt chart after updating series data results
- Spline chart series not getting printed on export as image
More Query from same tag
- highcharts: column chart color change based on value
- how to display menu from date in highchart
- How to show only weekday on xAxis with Highcharts?
- HighCharts refresh size?
- Vue.js - Highmaps - Redraw map on series change
- Highcharts datetime line travels backwards with unsorted data
- Grouping Legends in Highcharts
- Pie chart legend shows empty values
- Default highstock zoom without rangeSelector buttons
- Highcharts displaying additional information to each bubble points using array
- R Highcharter: Highlight/unhighlight a bar in a bar chart by clicking
- Pie Chart keeps loading and never stops
- Highchart JS Set data not updating Export: ShowTable on Dropdown Event but chart updates fine
- Commas in tooltip of Highchart
- Highcharts dynamically move dataLabel if it doesnt fit
- How do I make the title blank disappear for a highchart spider chart?
- Highcharts: completely custom label positions on x-axis
- Integrating Highcharts with REST API
- Question on Highcharts SVG element create / destroy using Highcharts.SVGRenderer
- How to render Xaxes with time in hours, days, ... from 0 to infinity
- How can I install highcharts-angular *and* highcharts?
- Tooltip Highcharts in hybrid application
- How can I reload chart following data update?
- Getting the tick position and labels for Solid Guage using highcharts
- react-highcharts Y-axis categories catch event click in react way
- HighCharts Display Marker Value
- Highcharts/Highstocks: Chart disappears when value is 0
- jsonp callback data in highcharts not working
- Highcharts, how can I start xAxis on an arbitrary time
- Highcharts columnrange dataLabel x,y positioning ignored