#FB18236, #I294976 - Provided support for getting calendar details based on the given offset by passing it through an argument in the event calendar.
Enhancements
Now, improved the allowedViews UI in the flutter event calendar.
Chart
Features
Implemented multilevel axis labels support in Cartesian charts to categorize the axis labels.
Improved the date-time axis label’s default format to display additional detail about the date.
Provided support to trim, shift, or hide data labels that overflow from their segments in pie, doughnut, pyramid, and funnel charts.
Breaking Changes
The axisLabelFormatter callback has been moved from the SfCartesianChart class to the ChartAxis class.
The deprecated onAxisLabelRender callback has been removed. Instead, use the axisLabelFormatter callback from the ChartAxis class.
The smartLabelMode property in the SfPyramidChart and SfFunnelChart classes has been removed. Instead, use the overflowMode property.
The deprecated enableSmartLabels property in CircularSeries has been removed. Instead, use LabelIntersectAction.shift of the labelIntersectAction property.