Skip to content

Commit 460c67a

Browse files
Chart width 100% (#1444)
1 parent dd93183 commit 460c67a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/predbat/predbat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
import asyncio
3333
import json
3434

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

apps/predbat/web.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ def render_chart(self, series_data, yaxis_name, chart_name, now_str):
216216
var options = {
217217
chart: {
218218
type: 'line',
219-
width: '80%'
219+
width: '100%'
220220
},
221221
span: {
222222
start: 'minute', offset: '-12h'

0 commit comments

Comments
 (0)