Add more colors to the energy charts

This commit is contained in:
Michael Zanetti 2022-03-23 19:46:35 +01:00
parent 5017f71c7a
commit 2dbe17e496
2 changed files with 3 additions and 1 deletions

View File

@ -112,9 +112,11 @@ Item {
property color gray: "gray"
property color darkGray: "darkGray"
property color blue: "deepskyblue"
property color darkBlue: "royalblue"
property color orange: "#f6a625"
property color purple: "#6d5fd5"
property color lime: "#99ca53"
property color pink: "orchid"
readonly property int fastAnimationDuration: 100
readonly property int animationDuration: 150

View File

@ -60,7 +60,7 @@ MainViewBase {
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 {