Skip to content

Commit

Permalink
Chart width 100% (#1444)
Browse files Browse the repository at this point in the history
  • Loading branch information
springfall2008 authored Sep 8, 2024
1 parent dd93183 commit 460c67a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/predbat/predbat.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
import asyncio
import json

THIS_VERSION = "v8.4.6"
THIS_VERSION = "v8.4.7"
PREDBAT_FILES = ["predbat.py", "config.py", "prediction.py", "utils.py", "inverter.py", "ha.py", "download.py", "unit_test.py", "web.py"]
from download import predbat_update_move, predbat_update_download, check_install

Expand Down
2 changes: 1 addition & 1 deletion apps/predbat/web.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ def render_chart(self, series_data, yaxis_name, chart_name, now_str):
var options = {
chart: {
type: 'line',
width: '80%'
width: '100%'
},
span: {
start: 'minute', offset: '-12h'
Expand Down

0 comments on commit 460c67a

Please sign in to comment.