Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
6.8.1
-
None
-
-
6090cb94f (dev), 64d1cd7d1 (6.9), 03d31c0f5 (6.8)
Description
QtGraphs labels are formatted with QString::number which makes it impossible to add e.g. a unit to the tick labels.
QtCharts used printf formatting which allowed that.
Using e.g. "%.0f W" worked in QtCharts but in QtGraphs the " W" is not shown.