Chart.qml icon indicating copy to clipboard operation
Chart.qml copied to clipboard

bar chart show no bar when minValue equal maxValue

Open shona3n opened this issue 3 years ago • 0 comments

I found it didn't work when 'valueRange = maxValue - minValue ' is zero. So I add 'if (maxValue === minValue) maxValue = maxValue +10' to make it work. is there a better way?

shona3n avatar Nov 18 '22 07:11 shona3n