Pie Chart Nested donut chart
-
Hello,
I need group my pie chart results in another chart. Seems maCharts have solution, but how use it in Mango?
-
Hi @Robertas-Kaunas amCharts supports a myriad of chart types, we only have components for a small subset of them. For custom chart types you have to create your own component, to do this you use a user module - https://help.infiniteautomation.com/getting-started-with-a-user-module
You might want to refer to our existing pie chart component to help get started - https://github.com/infiniteautomation/ma-dashboards/blob/main/UI/web-src/ngMango/directives/pieChart.js
-
Oh, I see, Jared. Thank you! ;)