Answer the question
In order to leave comments, you need to log in
Why is the chart updating slowly when changing the min max value of the axis?
Hello.
I use Qml 5.12
. I display a ChartView, one polyline LineSeries. Data from QAbstractTableModel via VXYModelMapper.
In general, almost everything is as in the examples.
For axes, ValueAxis is used with fixed min and max:
ValueAxis {
id: xAxis
min: 0
max: 10
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question