* Add display_priority column to cars table
* Respect display_priority in grafana, falling back to name
* Use smallint for priority rather than int
* Update missed dashboards to respect car priorities
Co-authored-by: Lee Willis <lee@ademti-software.co.uk>
* Update drives.json
Modify Consumption column to Watt-hour (Wh) unit from Kilowatt-hour (kWh) and set decimal to 0 to match in-car unit.
* Update efficiency.json
Modify Consumption (net) / (gross) Singlestat values and Consumption/100mi table column to Watt-hour (Wh) unit from Kilowatt-hour (kWh) and set decimal to 0 to match in-car unit.
* Remerge drives.json
Remerge master drives.json to include lastest commits
* Increase Consumption Unit Detail in Drives Dashboard
Include length unit in consumption value.
Wh/km or Wh/mi
* Increase Consumption Unit Detail in Efficiency Dashboard
Include length unit in consumption value.
Wh/km or Wh/mi
* Update trip.json
Modify Consumption column to Watt-hour per length unit from Kilowatt-hour (kWh) and set decimal to 0 to match in-car unit.
* Update Efficiency Dashboard Consumption Panels Unit
Fix Consumption panel postfix value
* Update efficiency.json
Updated distance to convert_km(distance, '$length_unit') to correct gap in original SQL which wasnt converting the distance and only the min distance.
* Update efficiency.json
Removed convert from filter