kirjs / react-highcharts

React wrapper for Highcharts library

Home Page:http://kirjs.github.io/react-highcharts/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create custom SVGRenderer for Highstock navigator

samklonaris opened this issue · comments

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?