mirror of
https://github.com/timberjoegithub/grafana-statusmap.git
synced 2026-07-22 07:49:47 +00:00
@@ -1,5 +1,9 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## v0.3.1
|
||||||
|
|
||||||
|
- Fix to work in Grafana 7.1.0
|
||||||
|
|
||||||
## v0.3.0
|
## v0.3.0
|
||||||
|
|
||||||
- Tooltip freeze on click
|
- Tooltip freeze on click
|
||||||
|
|||||||
@@ -28,7 +28,7 @@
|
|||||||
* Tested with Grafana:
|
* Tested with Grafana:
|
||||||
- 5.4.3
|
- 5.4.3
|
||||||
- 6.3, 6.6, 6.7
|
- 6.3, 6.6, 6.7
|
||||||
- 7.0
|
- 7.0, 7.1
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
|
|||||||
Vendored
+4
@@ -1,5 +1,9 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## v0.3.1
|
||||||
|
|
||||||
|
- Fix to work in Grafana 7.1.0
|
||||||
|
|
||||||
## v0.3.0
|
## v0.3.0
|
||||||
|
|
||||||
- Tooltip freeze on click
|
- Tooltip freeze on click
|
||||||
|
|||||||
Vendored
+1
-1
@@ -28,7 +28,7 @@
|
|||||||
* Tested with Grafana:
|
* Tested with Grafana:
|
||||||
- 5.4.3
|
- 5.4.3
|
||||||
- 6.3, 6.6, 6.7
|
- 6.3, 6.6, 6.7
|
||||||
- 7.0
|
- 7.0, 7.1
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
|
|||||||
Vendored
+2
-2
@@ -24,8 +24,8 @@
|
|||||||
{"name": "Color mapping", "path": "img/color-mapping.png"},
|
{"name": "Color mapping", "path": "img/color-mapping.png"},
|
||||||
{"name": "Queries example", "path": "img/queries-example.png"}
|
{"name": "Queries example", "path": "img/queries-example.png"}
|
||||||
],
|
],
|
||||||
"version": "0.3.0",
|
"version": "0.3.1",
|
||||||
"updated": "2020-07-14"
|
"updated": "2020-07-21"
|
||||||
},
|
},
|
||||||
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|||||||
+2
-2
@@ -24,8 +24,8 @@
|
|||||||
{"name": "Color mapping", "path": "img/color-mapping.png"},
|
{"name": "Color mapping", "path": "img/color-mapping.png"},
|
||||||
{"name": "Queries example", "path": "img/queries-example.png"}
|
{"name": "Queries example", "path": "img/queries-example.png"}
|
||||||
],
|
],
|
||||||
"version": "0.3.0",
|
"version": "0.3.1",
|
||||||
"updated": "2020-07-14"
|
"updated": "2020-07-21"
|
||||||
},
|
},
|
||||||
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|||||||
Reference in New Issue
Block a user