-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a parameter to allow customising radial track labels #246
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you also please add screen shot or something which can demonstrate this feature ?
@@ -121,6 +122,11 @@ class RadialTrack { | |||
/// The [trackStyle] property is used to customize the track of the Radial Gauge. | |||
/// | |||
final TrackStyle trackStyle; | |||
|
|||
/// | |||
/// The [mapTrackLabel] property is used to customize the track labels of the Radial Gauge. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we add an example code here ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your reactivity. I add some example here, in the example directory and a screenshot in the README.
Sorry, I will close this pull request because I have done it from the "main" branch of my repo. |
This is a PR to implement this feature : #245
Don't hesitate to modify it as you want.