Merge pull request #115 from flant/fix_before_0_3_0

version 0.3.0
This commit is contained in:
Ivan Mikheykin
2020-07-14 13:13:44 +03:00
committed by GitHub
12 changed files with 28 additions and 12 deletions
+8
View File
@@ -1,5 +1,13 @@
# Changelog # 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 ## v0.2.0
- Migrate code base to typescript - Migrate code base to typescript
+2 -2
View File
@@ -26,9 +26,9 @@
- InfluxDB - InfluxDB
- Mysql - Mysql
* Tested with Grafana: * Tested with Grafana:
- 5.1.3
- 5.4.3 - 5.4.3
- 6.0.0 - 6.3, 6.6, 6.7
- 7.0
## Installation ## Installation
+8
View File
@@ -1,5 +1,13 @@
# Changelog # 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 ## v0.2.0
- Migrate code base to typescript - Migrate code base to typescript
+2 -2
View File
@@ -26,9 +26,9 @@
- InfluxDB - InfluxDB
- Mysql - Mysql
* Tested with Grafana: * Tested with Grafana:
- 5.1.3
- 5.4.3 - 5.4.3
- 6.0.0 - 6.3, 6.6, 6.7
- 7.0
## Installation ## Installation
BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 72 KiB

After

Width:  |  Height:  |  Size: 44 KiB

BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 142 KiB

After

Width:  |  Height:  |  Size: 74 KiB

BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 66 KiB

After

Width:  |  Height:  |  Size: 40 KiB

+4 -4
View File
@@ -9,7 +9,7 @@
"name": "Flant JSC", "name": "Flant JSC",
"url": "http://flant.com" "url": "http://flant.com"
}, },
"keywords": ["status", "heatmap", "panel"], "keywords": ["status", "statusmap", "heatmap", "panel"],
"logos": { "logos": {
"small": "img/logo.svg", "small": "img/logo.svg",
"large": "img/logo.svg" "large": "img/logo.svg"
@@ -24,12 +24,12 @@
{"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.2.0", "version": "0.3.0",
"updated": "2019-12-03" "updated": "2020-07-14"
}, },
"dependencies": { "dependencies": {
"grafanaVersion": "5.1.x", "grafanaVersion": "5.4.x",
"plugins": [ ] "plugins": [ ]
} }
} }
Binary file not shown.

Before

Width:  |  Height:  |  Size: 72 KiB

After

Width:  |  Height:  |  Size: 44 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 142 KiB

After

Width:  |  Height:  |  Size: 74 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 66 KiB

After

Width:  |  Height:  |  Size: 40 KiB

+4 -4
View File
@@ -9,7 +9,7 @@
"name": "Flant JSC", "name": "Flant JSC",
"url": "http://flant.com" "url": "http://flant.com"
}, },
"keywords": ["status", "heatmap", "panel"], "keywords": ["status", "statusmap", "heatmap", "panel"],
"logos": { "logos": {
"small": "img/logo.svg", "small": "img/logo.svg",
"large": "img/logo.svg" "large": "img/logo.svg"
@@ -24,12 +24,12 @@
{"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.2.0", "version": "0.3.0",
"updated": "2019-12-03" "updated": "2020-07-14"
}, },
"dependencies": { "dependencies": {
"grafanaVersion": "5.1.x", "grafanaVersion": "5.4.x",
"plugins": [ ] "plugins": [ ]
} }
} }