I am using highchart with Angular. I have this ui in screen :
Left Side : stock tool's custom buttons written in angular component.
Right Side: multiple instance of charts.
User can select any one chart and click on custom stock tools button to add some annotations on selected chart.
I don't want to use stock tool's inbuilt buttons. instead I want to add single tollbar with those buttons which are same in stock tools. and want to trigger those function from library that was calling on stock tool's button click.
Anyone know how can I achieve this using angular ?
