Closed amotl closed 3 years ago
Hi there,
@msweef asked at [1] for another detail:
Start- und Endtime in Unix Epoch oder sogar gemischt.
this patch implements this feature. The built-in scenarios.py outlines what is possible now:
scenarios.py
https://github.com/panodata/grafanimate/blob/7efec10c2eccf26557bfcc25b38dbc311bccf086/grafanimate/scenarios.py#L64-L87
With kind regards, Andreas.
[1] https://community.hiveeyes.org/t/improving-time-range-control-for-grafanimate/1783/2
P.S.: Within this example, you will also recognize another two new features coming from other patches:
SequencingMode.CUMULATIVE
grafana_url
dashboard_uid
Hi there,
@msweef asked at [1] for another detail:
this patch implements this feature. The built-in
scenarios.py
outlines what is possible now:https://github.com/panodata/grafanimate/blob/7efec10c2eccf26557bfcc25b38dbc311bccf086/grafanimate/scenarios.py#L64-L87
With kind regards, Andreas.
[1] https://community.hiveeyes.org/t/improving-time-range-control-for-grafanimate/1783/2
P.S.: Within this example, you will also recognize another two new features coming from other patches:
SequencingMode.CUMULATIVE
was unlocked by #7 and 62541a9.grafana_url
anddashboard_uid
into the scenario description itself was unlocked by #8.