You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
413 B
27 lines
413 B
7 years ago
|
# Hastic Graph Panel
|
||
|
|
||
|
A better version of default Grafana's Graph Panel
|
||
|
|
||
|
Can render Anomalies & more.
|
||
|
|
||
|
# Build
|
||
|
|
||
|
```
|
||
|
npm install
|
||
|
npm run build
|
||
|
```
|
||
|
|
||
|
# Changelog
|
||
|
|
||
|
[Improvements]
|
||
|
|
||
|
* You can zoom during update
|
||
|
|
||
|
|
||
|
# Credits
|
||
|
|
||
|
Based on
|
||
|
|
||
|
* [grafana-plugin-template-webpack-typescript](https://github.com/CorpGlory/grafana-plugin-template-webpack-typescript)
|
||
|
* [@types/grafana](https://github.com/CorpGlory/types-grafana)
|