Releases: nline/nline-plotlyjs-panel
Releases · nline/nline-plotlyjs-panel
v1.8.1
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
.
v1.7.0
Release v1.7.0
v1.6.7
This fixes a rogue parenthesis in the panel frame.
v1.6.6
Release v1.6.6
v1.6.5
Fix resizing selector
v1.6.4
Fix timezone matching
v1.6.3
Add column selector for timezone matching
v1.6.2
Fix for matchTimezone & bump packages
v1.6.1
Adds the ability to specify the exported image's format