marcusolsson / grafana-gantt-panel

A panel plugin for Grafana to visualize Gantt charts.
Apache License 2.0
26 stars 12 forks source link

Keep absolute time range when using 'groupBy' #51

Closed n-arakawa closed 2 years ago

n-arakawa commented 3 years ago

I disable experimental `Lock to extents' .

Without 'gropBy', the time range in chart is the time range of the dashboard. It is Ok.

On the other hand, when using 'groupBy' feature, the time range of the dashboard change to the oldest start time and the most recent end time.

Hope to be consistent.