-
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
Custom track labels #248
Custom track labels #248
Conversation
Fix: images readme
dart format done
Fixed analyze issues
Remove: Coverage
Updated readme,pubspec
Update README.md
Update: Readme
Update: Changelog
[FEAT]: Interactivity for Needle & Shape Pointer
Update: README.MD JULY
…ity-problem FIX: Shape & Needle Pointer Interactivity ListView
- Due to the double/string conversion, steps were not respected - Rename mapTrackLabel into trackLabelFormater
Hi, @LudoPL I appreciate your efforts in adding custom labels in Radial Gauge. Since we are following an architecture and we have built a custom label for linear gauge something like the below and would like to have the same for RadialGauge as well by using the same class. Will you be willing to take a look at how we have done that by reading the Linear Guage code?
and here is how we are using it GaugesFlutter/lib/src/linear_gauge/linear_gauge_label.dart Lines 38 to 47 in 9fb6df8
|
Hi ! |
Allow to customize track labels.
New version of #246
Do not hesitate to modify it as it suits you.