iommi_demo.app.pages¶
Classes¶
Simple index page. |
|
Ranking of cat owners by number of cats |
|
Simple help page. |
|
Simple privacy page. |
Module Contents¶
- class iommi_demo.app.pages.RankingPage(**kwargs)¶
Bases:
iommi.PageRanking of cat owners by number of cats
- h1¶
- p¶
- table¶
- plotly¶
- class Meta¶
- static extra_evaluated__plotly(params: dict[str, Any], **_) str¶
Loads data from the database, and renders it into a plot.
- Parameters:
params – The page parameters, including the load function it’s for.
- Returns:
A div containing the rendered plot (or an empty string if no plot is needed).