lephisto / tesla-apiscraper

API Scraper for pulling Vehicle Statistics from the Tesla Owner API into an InfluxDB + Grafana Dashboards
GNU Lesser General Public License v3.0
365 stars 104 forks source link

Graph line #63

Open ddaddy opened 5 years ago

ddaddy commented 5 years ago

There's a few graphs in the charging section were the lines show a gradual increase whereas it should stay at zero until the first figure. See attached image, the yellow line should be doing what the green line is doing as I plugged the car in at the point the green line started moving upwards.

Screenshot 2019-07-25 at 14 55 30
lephisto commented 5 years ago

Set fill(linear) to fill(0) or fill(null).

Vipercat commented 5 years ago

I set fill(linear) to fill(null) but no effect. Also tried fill(0). Am I doing something wrong?