Merge pull request #58 from flant/version_0_1_0

Version 0.1.0
This commit is contained in:
Ivan Mikheykin
2019-03-11 16:36:27 +03:00
committed by GitHub
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
##### 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
+11
View File
@@ -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
+2 -2
View File
@@ -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
View File
@@ -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
View File
@@ -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": {