I'm trying to create a mosaic plot series to include in a widget.
QStackedBarSeries seems like the best place to start but I'm unable to change the width of individual bars in it. (please correct me if there is a better/simpler starting point!)
I digged through the QBarSet to see if I can subclass it to scale it's width but it appears that the graphing is done in the QStackedBarSeries. Is my only option to subclass QAbstractBarSeries to make the bar widths customizable?
Thanks!