Change Log
v1.5.0 - 2021-02-14
Fixed
- Fix the bug which happens when the plugin is used in Grafana 8.x.
ADDED
- Add version dependency information in README.
- TestData DB sample in README.
v1.4.0 - 2021-02-14
Fixed
- Fix the bug which happens when the plugin is used in Grafana 7.4.x.
Changed
- Change devDependencies of "@grafana/data", "@grafana/toolkit" and "@grafana/ui".
v1.3.1 - 2021-01-16
Changed
- Change the options structures and appearance. (Compatible with the previous version)
v1.3.0 - 2020-11-25
Added
- Add MANIFEST file in dist directory to ensure that the distributed file is community level plugin.
v1.2.2 - 2020-10-17
Added
- Add screenshots.
v1.2.1 - 2020-10-16
Added
- Add how to use instruction in README.md.
Fixed
- Fix to indicate operation point with 0 value.
v1.2.0 - 2020-10-11
Added
- Show time stamp in tooltip.
v1.1.0 - 2020-10-03
Added
- Add tooltip.
- Add unit and decimal options to axes.
v1.0.0 - 2020-09-27
Added
- Add min. value option for x axis and y axis.
- Add dynamic performance curve.
Changed
- Change the options structures. (Not compatible with the previous version)
v0.1.1 - 2020-09-23
Fixed
- Fix id in plugin.json to follow metadata instruction.
v0.1.0 - 2020-09-23
- Initial Release