staticdash 2025.14__tar.gz → 2025.15__tar.gz
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-2025.14 → staticdash-2025.15}/PKG-INFO +1 -1
- {staticdash-2025.14 → staticdash-2025.15}/pyproject.toml +1 -1
- {staticdash-2025.14 → staticdash-2025.15}/staticdash/dashboard.py +1 -1
- {staticdash-2025.14 → staticdash-2025.15}/staticdash.egg-info/PKG-INFO +1 -1
- {staticdash-2025.14 → staticdash-2025.15}/README.md +0 -0
- {staticdash-2025.14 → staticdash-2025.15}/setup.cfg +0 -0
- {staticdash-2025.14 → staticdash-2025.15}/staticdash/__init__.py +0 -0
- {staticdash-2025.14 → staticdash-2025.15}/staticdash/assets/css/style.css +0 -0
- {staticdash-2025.14 → staticdash-2025.15}/staticdash/assets/js/script.js +0 -0
- {staticdash-2025.14 → staticdash-2025.15}/staticdash.egg-info/SOURCES.txt +0 -0
- {staticdash-2025.14 → staticdash-2025.15}/staticdash.egg-info/dependency_links.txt +0 -0
- {staticdash-2025.14 → staticdash-2025.15}/staticdash.egg-info/requires.txt +0 -0
- {staticdash-2025.14 → staticdash-2025.15}/staticdash.egg-info/top_level.txt +0 -0
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "staticdash"
|
|
7
|
-
version = "2025.
|
|
7
|
+
version = "2025.15"
|
|
8
8
|
description = "A lightweight static HTML dashboard generator with Plotly and pandas support."
|
|
9
9
|
authors = [
|
|
10
10
|
{ name = "Brian Day", email = "brian.day1@gmail.com" }
|
|
@@ -383,7 +383,7 @@ class Dashboard:
|
|
|
383
383
|
|
|
384
384
|
render_elements(page.elements)
|
|
385
385
|
|
|
386
|
-
for i, child in enumerate(getattr(page, "children", []), start=
|
|
386
|
+
for i, child in enumerate(getattr(page, "children", []), start=0):
|
|
387
387
|
story.append(PageBreak())
|
|
388
388
|
child_sec_prefix = sec_prefix.copy() + [i]
|
|
389
389
|
render_page(child, level=level+1, sec_prefix=child_sec_prefix)
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|