Skip to content

v1.8.0

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Aug 06:56
· 6 commits to main since this release
08c41ee

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 to options and the helpers are bundled in a utils object where you can reference timeZone, dayjs, matchTimezone, locationService, getTemplateSrv from the utils object like utils.timeZone or utils.locationService.