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
feat: area y2 bands, annotation responsiveness, bar label improvements
- Area marks support y2 encoding channel for confidence bands / ranges
- Annotations gain responsive opt-out (responsive: false stays visible at compact breakpoints)
- RefLine annotations accept 'rule' type alias and strokeDash array override
- Bar labels position correctly for negative values (inside and outside)
- Inside-bar labels use findAccessibleColor instead of hardcoded white
- findAccessibleColor tries both lighten/darken directions for edge cases
- Legend auto-suppression respects any explicit legend config, not just show: true
- Layout skips label margin reservation when responsive strategy hides labels
- LegendConfig.exclude type added for future series exclusion support
0 commit comments