##// END OF EJS Templates
Hide value axis in QML Weather demo
Tero Ahola -
r2095:d08a9a977c1a
parent child
Show More
@@ -57,6 +57,8 Rectangle {
57 57
58 58 ValueAxis {
59 59 id: valueAxisX
60 // Hide the value axis; it is only used to map the line series to bar categories axis
61 visible: false
60 62 min: 0
61 63 max: 5
62 64 }
General Comments 0
You need to be logged in to leave comments. Login now