Version 0.1.0

This commit is contained in:
Ivan Mikheykin
2019-03-11 16:35:16 +03:00
parent 63e36b1656
commit 624be3450d
5 changed files with 30 additions and 8 deletions
+11
View File
@@ -203,6 +203,17 @@ This plugin is based on "Heatmap" panel by Grafana and partly inspired by ideas
#### Changelog #### 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 ##### v0.0.4
- Fix display of multivalues buckets as an empty cell - Fix display of multivalues buckets as an empty cell
+11
View File
@@ -203,6 +203,17 @@ This plugin is based on "Heatmap" panel by Grafana and partly inspired by ideas
#### Changelog #### 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 ##### v0.0.4
- Fix display of multivalues buckets as an empty cell - Fix display of multivalues buckets as an empty cell
+2 -2
View File
@@ -25,8 +25,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.0.4", "version": "0.1.0",
"updated": "2018-12-11" "updated": "2019-03-11"
}, },
"dependencies": { "dependencies": {
+4 -4
View File
@@ -1,7 +1,7 @@
{ {
"name": "status-hetamap", "name": "flant-statusmap-panel",
"version": "0.0.1", "version": "0.1.0",
"description": "Status Heatmap panel plugin for grafana", "description": "Grafana panel plugin to visualize status of multiple objects over time",
"main": "README.md", "main": "README.md",
"scripts": { "scripts": {
"build": "grunt" "build": "grunt"
@@ -10,7 +10,7 @@
"license": "Apache-2.0", "license": "Apache-2.0",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/flant/grafana-status-heatmap.git" "url": "https://github.com/flant/grafana-statusmap.git"
}, },
"devDependencies": { "devDependencies": {
"babel": "^6.23.0", "babel": "^6.23.0",
+2 -2
View File
@@ -25,8 +25,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.0.4", "version": "0.1.0",
"updated": "2018-12-11" "updated": "2019-03-11"
}, },
"dependencies": { "dependencies": {