enter image description here Cannot find module 'highcharts/modules/treegraph' or its corresponding type declarations.
10 import HCTree from 'highcharts/modules/treegraph'; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
I checked the documentation but didn't found correct way to implement Highcharts Treegraph box layout it in angular.
I want this chart
That's because you need to load the
treemapmodule beforetreegraph.Live demo: https://stackblitz.com/edit/highcharts-angular-line-kagqjy
Docs: https://www.highcharts.com/docs/chart-and-series-types/treegraph-chart