General
- Provided the Material 3 themes support.
General
- Upgraded the
intl
package to the latest version 0.19.0.
Bugs
- #FB47938 - Now, the disposed exception is no longer thrown when the radial gauge is displayed in a button click along with the marker pointer or needle pointer.
Bugs
- #FB42660 - Now, the disposed exception is no longer thrown in the radial gauge when a pointer is updated dynamically.
Bugs
- #FB40920 - Now, the axis tapped callback returns the proper value while enabling the
canScaleToFit
property in gauges.
Features
- Now, the pointer focus will not get lost until the user interaction ends.
Bugs
- Now, on setting the
showLastLabel
property asfalse
, the last label will not be visible in theSfRadialGauge
widget. To make it visible, set theshowLastLabel
property astrue
.
Features
- Pointer drag behavior - Provides an option to change the dragging behavior of the marker pointers. The available drag behaviors are
free
andconstraint
. - Added
onChangeStart
andonChangeEnd
callbacks in theLinearMarkerPointer
to notify the user about the marker pointer start and end actions.
Breaking changes
- The
onValueChanged
callback has been renamed toonChanged
in theLinearMarkerPointer
class.
Enhancements
- Now, the pointer can be freely dragged beyond the end-angle for circular radial gauge. For the non-circular radial gauge, the pointers can be dragged between the start and end angle only.
- The
GaugeRange
will always apply in clockwise direction even thestartValue
is greater than theendValue
.
Features
- Now, the rendered gauge can be exported and saved as a png image or pdf document for future use.
No changes.
No changes.
Bugs
- Now, with minimum axis value, the radial gauge widget won't throw any exceptions.
No changes.
Breaking changes
- Changed the name of the property to
canRotateLabels
fromneedRotateLabels
.
No changes.
No changes.
Bugs
- Now the axis renders up to the maximum value even when the maximum value doesn't fall under the calculated interval.
No changes.
No changes.
No changes.
No changes.
No changes.
No changes.
No changes.
No changes.
No changes.
No changes.
No changes.
No changes.
No changes.
No changes.
Features
- Support has been provided to adjust the radius of a radial gauge automatically based on the angle value.
Features
- Gradient support has been provided for range, scale and pointer.
- Background image support has been provided for the axis to add own background frame.
- Initial load animation support has been provided for the radial gauge.
No major changes.
Initial release.
Features
- Includes features such as axes, ranges, pointers, pointer animation, pointer interaction, annotations, etc.