Adding drilldown text or values to Donutchart
Unsolved
Qt for Python
-
Hi,
I have plot a Donutchart. I want to show for example total of Female ,Male on left and right side respectively as well as the Overall total in the center. Like the image labeled below. Please I need help to achieve this task. Thanks in advance. -
You might start first with a normal PieChart from the examples gallery: https://doc.qt.io/qtforpython/examples/index.html then I think you could play around with a QLabel or the title of the chart to be the total number in the middle by manually positioning.