mirror of
https://github.com/timberjoegithub/grafana-statusmap.git
synced 2026-07-22 07:49:47 +00:00
0.3.0
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Vendored
+8
@@ -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
|
||||
|
||||
Vendored
+2
-2
@@ -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
|
||||
|
||||
|
||||
Vendored
+4
-4
@@ -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": [ ]
|
||||
}
|
||||
}
|
||||
|
||||
+4
-4
@@ -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": [ ]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user