score:1
Accepted answer
The issue is related to Highcharts callback functions. Inside click
callback this points to chart series, not component object.
Try this solution:
point: {
events: {
click: (function(self) {
return function() {
// this as Highcharts series
var month = this.category;
// self - reference to the component object
self.filterHzdlisting('hzrdtrend', month, 66);
}
})(this)
}
}
Source: stackoverflow.com
Related Query
- Highchart event click runtime error in Ionic
- programatically fire a click event for a point on highchart scatter plot
- Get X Axis value on bar Highchart click event
- Click event on highchart axis
- Fire click event on a highchart column drilldown chart on clicking x axis for drill down reports
- adding click event dynamically created highchart
- highchart with angular and ionic framework error
- HighChart : plot line click event for multiple chart
- Use a symfony route with parameters in a click event for highchart series
- Accessing functions in a highcharts click event in an ionic project
- Highchart xAxis label click jquery error
- HIghchart Treemap - Add double click event on legend click
- Unable to trigger a click event on series data | Highchart
- Call a function from within highchart click event in reactjs
- Highchart on bar item click event
- HighChart is preventing click event on a parent
- Highchart annotation click event doesn't work
- How to trigger legend click event on outside when using Highchart and no using JQuery
- Highchart org chart type error with ionic application
- Highchart Click Event
- HighChart : plot line and plot click event
- highchart get each drilldown categories name on click event
- Highchart plotOption click event only fired once with mouse stay in the block
- Click event on Donut Highchart with GWT
- highchart click event Brakedown browser in iphone
- How to get the X axis value from HighChart on android on click event
- changing page output view after click event on highchart plot point
- how to call button click event on click of slice of piechart using highchart
- Highchart multiple level drilldown click event get drilldown series data
- Shared Tooltip error during mouse click event in highcharts
More Query from same tag
- Exporting 2 button option issue in highchart
- Spline chart rounded edges
- HighCharts Bullet Chart appears to ignore xAxis minTickInterval
- Changing baseSeries dynamicilly
- Highcharts Level 3 drill down
- How do I dynamically change the yAxis min, max and tickInterval in HighCharts
- Multiple Axes on a Highcharts Heatmap
- How to change line color when loading static csv data into Highcharts Highstock graph?
- Align date ticks on x axis
- Javascript string as closure function
- highcharts gantt display as bar instead of lines
- Prevent column text overlapping
- Creating Pie Chart from external JSON not working
- how to assign date time to highchart with intervals and date start
- Highcharts Graph not recreating on same Android activity
- Line not rendered with data in variable but rendering with array data
- how to display 24 hours in xAxis on Highcharts
- Seeking Guidance on Implementing HighCharts in Joomla
- To serialize the object into JSON
- How to change time in hours on HighChart xAxis from Military to Standard time?
- Unresponsive Script and/or high response time for bar chart using HighCharts
- HighCharts: Displaying 3 vu-meters
- Highstock rangeSelector from days in the future
- Spline chart tooltip only snaps on x-axis
- HighCharts - do not crop series line on max value
- Set background color to DotNet.Highcharts
- Display an error message when chart doesn't appear
- how to render multiple line charts - highcharts on same page using highcharts react wrapper - highcharts-react-offical
- Area chart with two data points. Full width
- HightChart Error 13 with angular js, function and controller scope