File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 3
3
## development
4
4
5
5
6
+ ## v0.11.0
7
+ - Add categorical colors. Thanks, @JonasProgrammer !
8
+ - Color mode can be switched between threshold (default/fallback) and categories
9
+ - Categories are based on the datapoint's locationName field
10
+ - Add absolute circle size. Thanks, @JonasProgrammer !
11
+ - Add option for absolute circle size, rather than using a dynamic range (disabled by default and as fallback)
12
+ - Use prefactor for absolute values, defaulting to 1.0
13
+ - Absolute circles are still being clamped by min/max settings
14
+
15
+
6
16
## v0.10.0
7
17
- Improve tests for checking "clickthroughUrl" interpolation
8
18
- Add tests for elasticsearch query results, both for table- and timeseries-data
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " grafana-map-panel" ,
3
- "version" : " 0.10 .0" ,
3
+ "version" : " 0.11 .0" ,
4
4
"description" : " Map Panel" ,
5
5
"scripts" : {
6
6
"build" : " grafana-toolkit plugin:build" ,
You can’t perform that action at this time.
0 commit comments