Is it possible to create multiple standalone/separated pie charts in one go?
I have tried configuring multiple sets of data in datasets but the pie chart seems to render cascadedly.
What I am looking for is multiple pie charts (e.g. 2 or 3 pie charts) to render standalone/separately and with only one set of legend.
Unfortunately there isn’t really a great way to render multiple pies in a single chart. This is a limitation of Chart.js. You’d probably have to generate each pie and compose them separately.
I’ve logged your request and it’ll be something that we can support once Chart.js adds support.