mirror of
https://github.com/timberjoegithub/grafana-statusmap.git
synced 2026-07-22 07:49:47 +00:00
@@ -203,6 +203,17 @@ This plugin is based on "Heatmap" panel by Grafana and partly inspired by ideas
|
||||
|
||||
#### Changelog
|
||||
|
||||
##### v0.1.0
|
||||
|
||||
- Tested with Grafana 6.0.0
|
||||
- Tested with InfluxDB and Mysql datasources
|
||||
- Add initial support for display annotations
|
||||
- Add example for k8s statuses (thanks, @vrutkovs)
|
||||
- Fix hanging on big values
|
||||
- Fix horizontal spacing = 0
|
||||
- Fix for "Object doesn't support property or method 'remove'"
|
||||
- Fix card width for targets with different datapoints count
|
||||
|
||||
##### v0.0.4
|
||||
|
||||
- Fix display of multivalues buckets as an empty cell
|
||||
|
||||
Vendored
+11
@@ -203,6 +203,17 @@ This plugin is based on "Heatmap" panel by Grafana and partly inspired by ideas
|
||||
|
||||
#### Changelog
|
||||
|
||||
##### v0.1.0
|
||||
|
||||
- Tested with Grafana 6.0.0
|
||||
- Tested with InfluxDB and Mysql datasources
|
||||
- Add initial support for display annotations
|
||||
- Add example for k8s statuses (thanks, @vrutkovs)
|
||||
- Fix hanging on big values
|
||||
- Fix horizontal spacing = 0
|
||||
- Fix for "Object doesn't support property or method 'remove'"
|
||||
- Fix card width for targets with different datapoints count
|
||||
|
||||
##### v0.0.4
|
||||
|
||||
- Fix display of multivalues buckets as an empty cell
|
||||
|
||||
Vendored
+2
-2
@@ -25,8 +25,8 @@
|
||||
{"name": "Color mapping", "path": "img/color-mapping.png"},
|
||||
{"name": "Queries example", "path": "img/queries-example.png"}
|
||||
],
|
||||
"version": "0.0.4",
|
||||
"updated": "2018-12-11"
|
||||
"version": "0.1.0",
|
||||
"updated": "2019-03-11"
|
||||
},
|
||||
|
||||
"dependencies": {
|
||||
|
||||
+4
-4
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "status-hetamap",
|
||||
"version": "0.0.1",
|
||||
"description": "Status Heatmap panel plugin for grafana",
|
||||
"name": "flant-statusmap-panel",
|
||||
"version": "0.1.0",
|
||||
"description": "Grafana panel plugin to visualize status of multiple objects over time",
|
||||
"main": "README.md",
|
||||
"scripts": {
|
||||
"build": "grunt"
|
||||
@@ -10,7 +10,7 @@
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/flant/grafana-status-heatmap.git"
|
||||
"url": "https://github.com/flant/grafana-statusmap.git"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel": "^6.23.0",
|
||||
|
||||
+2
-2
@@ -25,8 +25,8 @@
|
||||
{"name": "Color mapping", "path": "img/color-mapping.png"},
|
||||
{"name": "Queries example", "path": "img/queries-example.png"}
|
||||
],
|
||||
"version": "0.0.4",
|
||||
"updated": "2018-12-11"
|
||||
"version": "0.1.0",
|
||||
"updated": "2019-03-11"
|
||||
},
|
||||
|
||||
"dependencies": {
|
||||
|
||||
Reference in New Issue
Block a user