Skip to content

Commit

Permalink
Show solar as filled area
Browse files Browse the repository at this point in the history
Closes #8
  • Loading branch information
MyForest committed Mar 1, 2020
1 parent a03ecb7 commit 2e5911a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions config/application-configuration.json
Expand Up @@ -128,10 +128,13 @@
"solar": {
"displayOptions": {
"label": "Solar",
"color": "gold",
"color": "yellow",
"precision": 2,
"scale": 0.001,
"scaledUnit": "kW"
"scaledUnit": "kW",
"lines": {
"fill": true
}
},
"type": "feed",
"autoname": "solar",
Expand Down

0 comments on commit 2e5911a

Please sign in to comment.