-
Notifications
You must be signed in to change notification settings - Fork 131
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
Format bubble value & updatePositionOnTap #80
Conversation
Great, please add a new sample in the example project using the new properties you added. |
Can I update to the sample13? |
Or you can create sample14
…On Fri, Apr 24, 2020, 10:29 AM Kris ***@***.***> wrote:
Great, please add a new sample in the example project using the new
properties you added.
Can I update to the sample13?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#80 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABFL3UHTKBILUEIWTD4F7KTROGV47ANCNFSM4MQF737A>
.
|
@diegoveloper : new sample have been added ;) |
Thanks @ltdangkhoa it looks great! one thing before merging it , change the PR to dev instead of master. |
@diegoveloper Is it ok for the dev branch? |
Yes, point to dev branch, it looks like it has some conflicts |
@ltdangkhoa please check the conflicting files before the merge |
@diegoveloper Sorry I'm not good at git merging. Is it okay right now? |
@ltdangkhoa thanks !! |
You're awesome guys!! Is already possible to use this new features? where can i found some examples? |
Hi,
I've added 2 new options for this package:
The ability to format value in bubble indicator by using NumberFormat from intl package: Eg: 123456789.01 -> 123,456,789.01
While experience current package, I've found that the long press gesture to display bubble indicator on each point would not easy for end-user. The option updatePositionOnTap will solve that problem. However, there is a trade off with the ability to hide the indicator.
Above options are optional and keep the default behavior from master repository
Thanks