What's Changed
New Features
- Attribute History Dialog: Click on any sparkline chart in the History column to view detailed historical data in a modal dialog with a larger chart and scrollable table (#71)
- ZFS Collector: Added ZFS collector to omnibus Docker image (#82)
- Dashboard Sorting: Added more sorting options for the dashboard (#80)
Bug Fixes
- Sparkline Tooltips: Fixed tooltip cutoff issue on sparkline charts by replacing hover tooltips with click-to-view dialog (#71)
Technical Details
The sparkline tooltip issue (#71) was caused by ApexCharts tooltips being clipped by the overflow: auto container. After multiple approaches (overflow toggling, fixed positioning, custom tooltips), the solution was to disable inline tooltips and provide a click-to-view dialog that renders outside the overflow container.
Full Changelog: v1.8.0...v1.9.0