This releases updates the plugin to support Grafana 9.0.
This release bumps the minimum required Grafana to >=8.1. Grafana 8 introduces a new theming engine for panel plugins.
- If you're running a Grafana version before 8.0, you should stay with v0.7.5.
- If you're running Grafana 8.1 or above, you should update to v0.8.0.
- Fix Data Links in Grafana 8.0 (#49)
- Cannot read property 'visualization' of undefined (#38)
- Upgrade grafana-plugin-support dependency
- Nothing plotted when too many values on y axis (#32)
- Metadata and docs updates
- Upgrade dependencies
- Color support: You can now configure colors based on text and number fields. Unfortunately, this bumps the minimum required Grafana version to 7.3.0 (#26)
- Support for data links (#25)
- Improved zoom support
- Option to not display y axis labels (#30)
- Limit task bar height (#22) (thanks @ymmt07039)
- Limit Y-axis to relevant values only (#19)
Adds a new Experiments category with two new features: Lock to extents and Relative time:
- Lock to extents locks the zoom to fit all tasks from start to finish
- Relative time changes the X axis to display the duration from when the first task started
- Add option to sort tasks by text or by start time (#15)
- Make dimensions clearable (#12)
- Add fallback panel for unsupported Grafana versions
- Add wizard for configuring the query
- Reduced precision when using strings as time (#5)
- Null values are interpreted as infinity
- Add duration to tooltip
- Improved styles
Initial release. Not fit for production use.