highcharts / highcharts/highcharts-react-native
is 3d charts supported?
Open
enhancement
- Dominant language
- JavaScript
- Stars
- 105
- Forks
- 79
- PR merge metrics
- No merged PRs in 30d
Description
Can I use it to draw 3D pie charts? now, I use the following options to do 3d pie charts does not work
chart: {
type: 'pie',
options3d: {
enabled: true,
alpha: 45,
beta: 0,
},
}
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.