marcusolsson / grafana-gantt-panel

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

Data which starts outside display window not drawn #40

Closed jamessewell closed 3 years ago

jamessewell commented 3 years ago

Thanks for all the updates recently!

I just noticed that if I have elements returned from my query which start outside the current time window (but continue into it), it seems that they won’t be drawn.

This is often really desirable.

Thanks again!

marcusolsson commented 3 years ago

This is already implemented, though looking at the code it seems like there's a missing case for when the start time of the task is before the start of the interval AND the end time of the task is after the end of the interval. Could you confirm that this is the issue you're seeing?

jamessewell commented 3 years ago

Yes - now I look into this more that is the edge case!