You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the skin only allows to define the diagrams once, this definition is then used on all pages (index, week, month, year, statistics). So it is not possible to show a specific diagram e.g. the outTemp min/max/avg diagram only on the statistics page. Every diagram is shown everywhere.
This should be configurable like in the default seasons skin [ImageGenerator] section:
Things to consider - Refactor getDiagramProps methods to use weeutil.config.accumulateLeaves and search_up - Expose enableArea and areaOpacity in skin.conf for diagrams
Daveiano
changed the title
Make diagrams configurable per context (per period)
Make diagrams configurable per context (per period) / Refactor diagrams configuration
Sep 22, 2022
Currently, the skin only allows to define the diagrams once, this definition is then used on all pages (index, week, month, year, statistics). So it is not possible to show a specific diagram e.g. the outTemp min/max/avg diagram only on the statistics page. Every diagram is shown everywhere.
This should be configurable like in the default seasons skin
[ImageGenerator]
section:Things to consider
- Refactor getDiagramProps methods to useweeutil.config.accumulateLeaves
andsearch_up
- ExposeenableArea
andareaOpacity
in skin.conf for diagramsRelated issues:
#25
#71
#75
The text was updated successfully, but these errors were encountered: