Pie chart help needed

Hi all. I’m using the Bubble chart plug in and am struggling with what I think is something really simple!

I have four fields, all numerical. How do I show them on a pie chart as a percentage / proportion of their sum? So each field has their own segment of the pie?

Pretty sure I’m missing something obvious, but I can’t seem to work it out? Thanks in advance.

Can anyone help?

The Bubble chart element can’t compare different fields from a single database entry… it can only compare the same field from different database entries.

So, if you want to use the Bubble pie chart, you’ll have to create a new datatype for the chart data, and then use that as the chart datasource.

@adamhholmes Thanks Adam.