I am trying to create custom handles for my chart like this: http://jsfiddle.net/hh3eosgL/2/, but I am having trouble getting access to Highcharts.SVGRenderer.prototype.symbols because Highcharts is not defined. How can I get access to this inside of my ES6 React component?
I am trying to create custom handles for my chart like this: http://jsfiddle.net/hh3eosgL/2/, but I am having trouble getting access to
Highcharts.SVGRenderer.prototype.symbols
becauseHighcharts
is not defined. How can I get access to this inside of my ES6 React component?