QML: Donut pie graph without QtChart module

494 views Asked by At

I have a Qt-QML application where I have a donut pie graph.

Now I am using a ChartView with a PieSeries (full of PieSlice items)

I need to change my QML class to avoid using QtChart module.

Which would be the best idea?

1

There are 1 answers

1
NG_ On BEST ANSWER

While it is totally unclear what are your objections against QtCharts @Diego, there are plenty of options. Some of options: