Add more colors to the energy charts
This commit is contained in:
parent
5017f71c7a
commit
2dbe17e496
@ -112,9 +112,11 @@ Item {
|
|||||||
property color gray: "gray"
|
property color gray: "gray"
|
||||||
property color darkGray: "darkGray"
|
property color darkGray: "darkGray"
|
||||||
property color blue: "deepskyblue"
|
property color blue: "deepskyblue"
|
||||||
|
property color darkBlue: "royalblue"
|
||||||
property color orange: "#f6a625"
|
property color orange: "#f6a625"
|
||||||
property color purple: "#6d5fd5"
|
property color purple: "#6d5fd5"
|
||||||
property color lime: "#99ca53"
|
property color lime: "#99ca53"
|
||||||
|
property color pink: "orchid"
|
||||||
|
|
||||||
readonly property int fastAnimationDuration: 100
|
readonly property int fastAnimationDuration: 100
|
||||||
readonly property int animationDuration: 150
|
readonly property int animationDuration: 150
|
||||||
|
|||||||
@ -60,7 +60,7 @@ MainViewBase {
|
|||||||
engine: _engine
|
engine: _engine
|
||||||
}
|
}
|
||||||
|
|
||||||
property var thingColors: [Style.blue, Style.green, Style.red, Style.yellow, Style.purple, Style.orange, Style.lime]
|
property var thingColors: [Style.blue, Style.green, Style.red, Style.yellow, Style.purple, Style.orange, Style.lime, Style.pink, Style.darkBlue]
|
||||||
|
|
||||||
|
|
||||||
ThingsProxy {
|
ThingsProxy {
|
||||||
|
|||||||
Reference in New Issue
Block a user