This commit is contained in:
Ivan Mikheykin
2020-07-14 12:41:39 +03:00
parent 276d3cce92
commit 7c2f9a9114
6 changed files with 28 additions and 12 deletions
+8
View File
@@ -1,5 +1,13 @@
# Changelog
## v0.3.0
- Tooltip freeze on click
- Show URLs in tooltip
- Pagination controls
- Fix tooltip and null buckets
- Fix display for 6.7+, 7.0+
## v0.2.0
- Migrate code base to typescript
+2 -2
View File
@@ -26,9 +26,9 @@
- InfluxDB
- Mysql
* Tested with Grafana:
- 5.1.3
- 5.4.3
- 6.0.0
- 6.3, 6.6, 6.7
- 7.0
## Installation
+4 -4
View File
@@ -9,7 +9,7 @@
"name": "Flant JSC",
"url": "http://flant.com"
},
"keywords": ["status", "heatmap", "panel"],
"keywords": ["status", "statusmap", "heatmap", "panel"],
"logos": {
"small": "img/logo.svg",
"large": "img/logo.svg"
@@ -24,12 +24,12 @@
{"name": "Color mapping", "path": "img/color-mapping.png"},
{"name": "Queries example", "path": "img/queries-example.png"}
],
"version": "0.2.0",
"updated": "2019-12-03"
"version": "0.3.0",
"updated": "2020-07-14"
},
"dependencies": {
"grafanaVersion": "5.1.x",
"grafanaVersion": "5.4.x",
"plugins": [ ]
}
}