Details
-
Bug
-
Resolution: Unresolved
-
Not Evaluated
-
None
-
6.9.1
-
None
Description
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 }