As part of my Highchart POC I am trying to achive change a
- labelcolor of x-axis on click of particular lable on x-axis
- want to read the current x-axis lable and y-axis data
but click event only not firing,, on load I achievd the lable color, but I am tring to do it on same thing on click event
https://stackblitz.com/edit/highcharts-angular-demo-t8pmf4?embed=1&file=src/app/app.component.ts
Can any one can help me or suggest me
As per solution provided below I acheived 50% https://stackblitz.com/edit/highcharts-angular-demo-z84bav?embed=1&file=src/app/app.component.ts
but how to change label color ??
Thanks in advance