Essential Links
Highlights
The main highlight of this first 3.0.0 beta release is the introduction of 1st party Typescript types. Feedback on these types is appreciated.
Enhancements
- #7695 'stack' mode for filler
- #7691 Add offset option for arc
- #7668 TypeScript types. Thanks @sgratzl
Bug Fixes
- #7732 Use offsetX/Y or layerX/Y for events when available
- #7731 Fix shared option handling
- #7717 Resize on devicePixelRation changes
- #7711 Use interpolation in fill: 'stack' (and fix interpolation)
- #7710 Make sure bezier control points are updated
- #7699 Doughnut controller overrides
getLabelAndValue
- #7650 Export extensible classes in ESM compatible way
- #7686 Include
Chart.defaults
always - #7674 Resolve fonts through options.font
- #7649 Do not use line defaults in legend
Documentation
- #7741 Color the scales of multi-axis scatter sample
- #7733 Refer to master documentation for Contributing
- #7718 Document .getElementsAtXAxis(e). Thanks @Ludar-Pavel
- #7685 Add some additional info and sections to animation documentation. Thanks @stockiNail
- #7677 Fixed default of tension property of line element
- #7670 Fix casing of dist files in docs
- #7659 Live demo in getting-started page
- #7658 chart should live in own container
- #7653 Fix import statement in docs