grafana-toolbox / grafanimate

Animate timeseries data with Grafana.
https://community.panodata.org/t/grafanimate/205
GNU Affero General Public License v3.0
47 stars 6 forks source link

AnimationSequence.recurrence #28

Closed intermittentnrg closed 7 months ago

intermittentnrg commented 7 months ago

My attempt at #27 to provide recurrence from scenarios.py

AnimationScenario(
    sequences=[
        AnimationSequence(
            recurrence=RecurrenceInfo(
                frequency=HOURLY,
                interval=12,
                duration=timedelta(days=30)
            )
        )
    ]
)
amotl commented 7 months ago

Thank you. Merged.