You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes error handling that made everything disappear in edit mode, #213
Fixes partial (not full height) map on first render #212
Add new mapping options table+json and table+jsonp to retrieve
location information from JSON endpoint, even for table data.
The lookup key is the value obtained from the database field
designated by tableQueryOptions.labelLocationKeyField.
Add autoPanLabels and autoWidthLabels to visual option settings.
Add zoomControl and attributionControl to visual option settings.
Optionally display legend in different DOM element.
Increase form field width for JSON endpoint url settings.
Fix conditional table options display in settings editor.
Add showTableOptions() conditional for signalling any type of table source.
Add software tests covering new control options
locationData: "table+json"
showZoomControl: false
showAttribution: false
legendContainerSelector
Add Makefile as entrypoint for repository tooling.
Fix popover labels text color for light theme (#169).
Thanks, @dtheb.
Add clickthrough option for circles, use fixed url (#129).
Thanks, @ryft.
Add clickthrough option for circles, use urls from data (#190).
Thanks, @leonhardhaas.
Combine both clickthrough link implementations grafana#129 and grafana#190,
add basic variable interpolation based on keys from dataPoint.
Introduce the regular Grafana templating mechanism for interpolating variables
into clickthrough links. As we are now interpolating dashboard anddataPoint
variables, the latter one will get prefixed with __field_ to avoid collisions.
Apply Grafana-style variable interpolation to all panel settings.
Add query parameters into the interpolation dictionary, prefixed by request_.
Use request parameters prefixed with "panel-" to optionally override the
respective control options.
Improve map center control handling.
Improve clickthroughUrl interpolation.
Add control option clickthroughOptions.windowName to open clickthrough target in designated window.