highcharts / highcharts-react-native

Other
103 stars 79 forks source link

List of supported options #55

Closed tlow92 closed 4 years ago

tlow92 commented 4 years ago

Hello,

Since it is just a webview with injected javascript it is unclear to me why plotOptions is not working.

In general it is a bit unclear what options are actually working. In the documentation you refer to the Highcharts API documentation, but it seems a lot of the options are actually not supported.

I have seen the various tickets marked as enhancement. But also things like plotOptions dont seem to be supported as well.

Best regards Thilo

tlow92 commented 4 years ago

I was not aware of the fact, that you need to specify type: 'area' in order for plotOptions to work.