staticdash 2025.13__py3-none-any.whl → 2025.14__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
staticdash/dashboard.py CHANGED
@@ -361,7 +361,7 @@ class Dashboard:
361
361
  raise ValueError("add_plot must be called with a plotly.graph_objects.Figure")
362
362
  fig.update_layout(margin=dict(l=10, r=10, t=30, b=30), width=900, height=540)
363
363
  with tempfile.NamedTemporaryFile(suffix=".png", delete=False) as tmpfile:
364
- fig.write_image(tmpfile.name, width=900, height=540, scale=3, format="png", engine="kaleido")
364
+ fig.write_image(tmpfile.name, width=600, height=360, scale=2, format="png", engine="kaleido")
365
365
  with open(tmpfile.name, "rb") as imgf:
366
366
  img_bytes = imgf.read()
367
367
  img_buf = io.BytesIO(img_bytes)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: staticdash
3
- Version: 2025.13
3
+ Version: 2025.14
4
4
  Summary: A lightweight static HTML dashboard generator with Plotly and pandas support.
5
5
  Author-email: Brian Day <brian.day1@gmail.com>
6
6
  License: CC0-1.0
@@ -0,0 +1,8 @@
1
+ staticdash/__init__.py,sha256=UN_-h8wFGfTPHYjnEb7N9CsxqXo-DQVo0cmREOtvRXE,244
2
+ staticdash/dashboard.py,sha256=aGKCKdKl7CZJf8PLPvjIJGVmawaAFuaddlmLa_w9V5k,20896
3
+ staticdash/assets/css/style.css,sha256=RVqNdwBsaDv8izdOQjGmUZ4NROWF8uZhiq8DTNvUB1M,5962
4
+ staticdash/assets/js/script.js,sha256=vBFL98da30_zHUKVqhLDBL2HzrI9huSHsea-e8A2qUk,4818
5
+ staticdash-2025.14.dist-info/METADATA,sha256=dF0daZvP0ciuKZKMKZvbRdn5Ac1zbJ-SVvMyyOGfyxo,1934
6
+ staticdash-2025.14.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
7
+ staticdash-2025.14.dist-info/top_level.txt,sha256=3MzZU6SptkUkjcHV1cvPji0H4aRzPphLHnpStgGEcxM,11
8
+ staticdash-2025.14.dist-info/RECORD,,
@@ -1,8 +0,0 @@
1
- staticdash/__init__.py,sha256=UN_-h8wFGfTPHYjnEb7N9CsxqXo-DQVo0cmREOtvRXE,244
2
- staticdash/dashboard.py,sha256=T_W1VPaC5UOSEhHDNbU-HAAXh1V5uDM5g5Ona3fb7vo,20896
3
- staticdash/assets/css/style.css,sha256=RVqNdwBsaDv8izdOQjGmUZ4NROWF8uZhiq8DTNvUB1M,5962
4
- staticdash/assets/js/script.js,sha256=vBFL98da30_zHUKVqhLDBL2HzrI9huSHsea-e8A2qUk,4818
5
- staticdash-2025.13.dist-info/METADATA,sha256=ENLWqCo-0M33EAbnlO6EUjui5gZo-KQ2-Ds5Pwb1HIc,1934
6
- staticdash-2025.13.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
7
- staticdash-2025.13.dist-info/top_level.txt,sha256=3MzZU6SptkUkjcHV1cvPji0H4aRzPphLHnpStgGEcxM,11
8
- staticdash-2025.13.dist-info/RECORD,,