|
1 | 1 | # Backlog for Grafana Worldmap Panel
|
2 | 2 |
|
3 | 3 | ## Prio 1
|
4 |
| -- Completely proxy all accesses to self.panel through self.settings |
| 4 | +- Improve PluginSettings: `TypeError: "setting getter-only property "customAttributionText"` |
| 5 | +- After `restart()`: `TypeError: this._ctx is undefined` |
5 | 6 | - Indicate which location source might be suitable for which data source
|
6 |
| -- Remove overloading of labelField for table+json location source |
7 |
| -- Add note about variable interpolation to user interface |
8 |
| -- Document the Makefile and how to run this in a sandbox |
| 7 | +- Add control options ignoreGeohashDecodingErrors, strokeWidth, attributionText, ignoreEscapeKey |
| 8 | +- Add options `strokeDisabled` and `strokeWidth`` |
| 9 | + https://leafletjs.com/reference-1.4.0.html#path |
| 10 | +- Just reloading / hitting / triggering `refresh` does not acquire locations |
| 11 | + again if previously empty. Improve that. |
9 | 12 | - Propagate errors from InfluxDB like "GROUP BY requires at least one aggregate function"
|
10 | 13 | when having "GROUP BY time ($__interval)" in query.
|
11 |
| -- Add control options ignoreGeohashDecodingErrors, strokeWidth, attributionText |
12 |
| -- Add documentation about table+json and table+jsonp |
13 |
| -- When switching from JSON to JSONP, the location list will not get cleared out. |
14 |
| -- Currently, only "valueRounded is displayed" |
15 |
| -- Just reloading / `refresh` does not acquire locations again if previously empty. |
16 |
| - Improve that. |
17 | 14 |
|
18 | 15 | ## Documentation
|
| 16 | +- Add documentation about table+json and table+jsonp |
19 | 17 | - https://community.grafana.com/t/influxdb-and-grafana-plugin-worldmap-panel/16761
|
| 18 | +- Add note about variable interpolation to user interface |
| 19 | +- Document the Makefile and how to run this in a sandbox |
20 | 20 |
|
21 | 21 | ## Prio 2
|
22 | 22 | - Add variable interpolation like `$point_station_id` also to other data sources != "table"
|
|
64 | 64 | - Just switch to dashboard internally instead of fully navigating to the url
|
65 | 65 | - Optionally open link in new or named window
|
66 | 66 | - Convenience checkbox "Add complete dataPoint as query parameters"
|
| 67 | +- Review: Currently, only "valueRounded is displayed" |
67 | 68 |
|
68 | 69 | ## Prio 3
|
69 | 70 | - Something might still be fishy with circle sizes.
|
|
88 | 89 | - Dynamic coloring
|
89 | 90 | - https://github.com/grafana/worldmap-panel/issues/171
|
90 | 91 | - Add location picker based on NominatimAssistant
|
| 92 | + |
| 93 | + |
| 94 | +## Done |
| 95 | +- Completely proxy all accesses to self.panel through self.settings |
| 96 | +- Remove overloading of labelField for table+json location source |
| 97 | +- When switching from JSON to JSONP, the location list will not get cleared out. |
0 commit comments