we are using highstock with reactjs using following package: https://www.npmjs.com/package/highcharts-react-official
it is working nicely, we like that we can pass json objects just like it is documented in the demos, and don't have to use jsx tags. however the package probably doesn't include indicators module hence getting error "series type does not exist". need some help on how to integrate indicators in reactjs app. best would be code sample similar to that provided in the above page. thanks