kirjs / react-highcharts

React wrapper for Highcharts library
http://kirjs.github.io/react-highcharts/
MIT License
1.26k stars 233 forks source link

Create custom SVGRenderer for Highstock navigator #383

Closed samklonaris closed 6 years ago

samklonaris commented 6 years ago

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?