Skip to content

Commit

Permalink
Added link
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosCuezva committed Jan 22, 2023
1 parent 9a124be commit cacf7df
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions dashboards/charging-costs-stats.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"editable": true,
"fiscalYearStartMonth": 0,
"graphTooltip": 1,
"iteration": 1674232559450,
"iteration": 1674398970543,
"links": [
{
"icon": "dashboard",
Expand Down Expand Up @@ -2901,6 +2901,16 @@
{
"id": "custom.align",
"value": "right"
},
{
"id": "links",
"value": [
{
"targetBlank": true,
"title": "Charging Costs Stats",
"url": "d/LdwdLXt4z/charging-costs-stats?orgId=1&from=${__data.fields.date_from}&to=${__data.fields.date_to}&var-car_id=$car_id"
}
]
}
]
},
Expand Down Expand Up @@ -3609,8 +3619,8 @@
{
"current": {
"selected": false,
"text": "3684.21",
"value": "3684.21"
"text": "3695.98",
"value": "3695.98"
},
"datasource": "TeslaMate",
"definition": "SELECT\n\tsum(charge_energy_added)\nFROM\n\tcharging_processes\nWHERE\n\tcar_id = $car_id AND charge_energy_added > 0.01;",
Expand Down

0 comments on commit cacf7df

Please sign in to comment.