v1.8.0
Changed
- Add support for click, select, and zoom events
- Implement dashboard time range synchronization with chart zoom
- Expand script context with more Grafana variables and utilities
- Update README with detailed usage instructions and examples
- Improve error handling and code organization
Fixed
- Titles substitute vars properly
Note
The contextual variables have been changed:
parameters
(referencing the data, allData, layout, config) has been changed tooptions
and the helpers are bundled in autils
object where you can referencetimeZone
,dayjs
,matchTimezone
,locationService
,getTemplateSrv
from theutils
object likeutils.timeZone
orutils.locationService
.