-
Bug
-
Resolution: Fixed
-
Not Evaluated
-
6.9.1
-
None
-
247a6b8f3 (dev), 8be300f54 (6.10), f1dccb9c8 (6.9)
link: https://doc.qt.io/qt-6/qml-qtgraphs-piemodelmapper.html#details
It seems that the code snippet in the link above uses properties that don't exist.
PieModelMapper { series: pieSeries model: customModel labelsSection: 1 valuesSection: 2 firstRow: 1 // not exist. first? rowCount: 4 // not exist. count? orientation: Qt.Vertical }