score:1

you need to add the highcharts-3d module, in angular:

import * as highcharts from 'highcharts';
import hc_3d from 'highcharts/highcharts-3d';

hc_3d(highcharts);

live demo: http://jsfiddle.net/blacklabel/0qdkhbt6/

docs:

https://www.highcharts.com/docs/chart-concepts/3d-charts

https://github.com/highcharts/highcharts-angular#to-load-a-module


Related Query

More Query from same tag