Please Note This forum exists for community support for the Mango product family and the Radix IoT Platform. Although Radix IoT employees participate in this forum from time to time, there is no guarantee of a response to anything posted here, nor can Radix IoT, LLC guarantee the accuracy of any information expressed or conveyed. Specific project questions from customers with active support contracts are asked to send requests to support@radixiot.com.
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! ;)