Search code examples
qtqmlpie-chartqtcharts

QML: Donut pie graph without QtChart module


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?


Solution

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