Skip to content

Commit

Permalink
Adjust size of xyCharter
Browse files Browse the repository at this point in the history
  • Loading branch information
allenporter committed Aug 4, 2024
1 parent 99e7bea commit 3591f43
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions home_assistant_datasets/tool/leaderboard/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,8 @@ def run(args: argparse.Namespace) -> int:
---
config:
xyChart:
width: 1200
height: 600
width: 1600
height: 500
xAxis:
labelFontSize: 10
labelPadding: 10
Expand Down
12 changes: 6 additions & 6 deletions reports/leaderboard.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
---
config:
xyChart:
width: 1200
height: 600
width: 1600
height: 500
xAxis:
labelFontSize: 10
labelPadding: 10
Expand All @@ -40,8 +40,8 @@ xychart-beta
---
config:
xyChart:
width: 1200
height: 600
width: 1600
height: 500
xAxis:
labelFontSize: 10
labelPadding: 10
Expand All @@ -63,8 +63,8 @@ xychart-beta
---
config:
xyChart:
width: 1200
height: 600
width: 1600
height: 500
xAxis:
labelFontSize: 10
labelPadding: 10
Expand Down

0 comments on commit 3591f43

Please sign in to comment.