is there a way to get a callback in addpoint in highchart?
const coord = {x: event.xAxis[0].value, y: event.yAxis[0].value, title: 'Note', content: '', action: 'create' }
this.chart.series[2].addPoint( coord, true)
After I create the marker point, I can click on the marker and get the id, but i can't get the id immediately after I create it? Is there a way to do a call back on on addpoint?