kirjs / react-highcharts

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

Do not support 3D? #322

Closed swanghao closed 5 years ago

swanghao commented 7 years ago

Do not support 3D?

alexpoltava commented 7 years ago

It does. To enable 3d support you have to do something like this:

import ReactHighcharts from 'react-highcharts';
import highcharts3d from 'highcharts/highcharts-3d';

highcharts3d(ReactHighcharts.Highcharts);

Don't forget to add 3d-options to chart config as usual.

kirjs commented 5 years ago

Closing and there has been no activity in this issue for a while. if this is still relevant, please feel free to reopen