angularjschartsdrilldownangular-chartist.js

Angular-Chart drilldown options in doughnut chart


When each segment is clicked,need to form a another chart with its respectively lower level of a data.

This experience need in Angular-chart.js


Solution

  • Unfortunately, there is no support for that with angular-chart.js, you have to implement it by yourself.

    Also angular-chart is getting inherited from chart.js, there is already asked question

    See Any support drill-down charts?