bezier-chart icon indicating copy to clipboard operation
bezier-chart copied to clipboard

Bubble format

Open davidkalil10 opened this issue 4 years ago • 8 comments

Hello, I'm trying to customize the bubble but I had no sucess. The things that I would like to do is:

    • Show all data points together
    • Customize the fontsize
    • Change de gestures type from longpress to only tap. I've running some test and almost all of the people dont try the long press, so they dont realize that it is possible to show the data point data

Is it possible to use or have this features?

Thank you very much! Best regards, David

davidkalil10 avatar Apr 26 '20 03:04 davidkalil10

Point 2 : https://github.com/aeyrium/bezier-chart/blob/master/lib/src/bezier_chart_config.dart#L42

Other points were not implemented, but pull requests are open.

On Sat, Apr 25, 2020, 10:14 PM davidkalil10 [email protected] wrote:

Hello, I'm trying to customize the bubble but I had no sucess. The things that I would like to do is:

    • Show all data points together
    • Customize the fontsize
    • Change de gestures type from longpress to only tap. I've running some test and almost all of the people dont try the long press, so they dont realize that it is possible to show the data point data

Is it possible to use or have this features?

Thank you very much! Best regards, David

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/aeyrium/bezier-chart/issues/81, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABFL3UHDIIAD43BHEG6SMSTROORH7ANCNFSM4MRA7HGA .

diegoveloper avatar Apr 26 '20 03:04 diegoveloper

Thank you for your fast reply!! I'm using e bubbleIndicatorTitleStyle, bubbleIndicatorValueStyle and bubbleIndicatorLabelStyle but I could only change font weight, color and font family. Regarding fontsize no matter what size I put it doesnt change in the bubble. Is it possible to unlock?

davidkalil10 avatar Apr 26 '20 03:04 davidkalil10

Hmm I see, maybe you can fork the project.

Keep in mind that pull requests are open.

On Sat, Apr 25, 2020, 10:25 PM davidkalil10 [email protected] wrote:

Thank you for your fast reply!! I'm using e bubbleIndicatorTitleStyle, bubbleIndicatorValueStyle and bubbleIndicatorLabelStyle but I could only change font weight, color and font family. Regarding fontsize no matter what size I put it doesnt change in the bubble. Is it possible to unlock?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/aeyrium/bezier-chart/issues/81#issuecomment-619474845, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABFL3UDTGJ5UBVTE6U4ZAZ3ROOSSRANCNFSM4MRA7HGA .

diegoveloper avatar Apr 26 '20 03:04 diegoveloper

No problem, I wait for them!! Thank you!! :)

davidkalil10 avatar Apr 26 '20 03:04 davidkalil10

@davidkalil10 Your 3rd opinion have been done by my latest PR but I'm stuck on merging my code to @diegoveloper project. Hope it will be available soon

ltdangkhoa avatar Apr 26 '20 10:04 ltdangkhoa

The changes are already on master https://github.com/aeyrium/bezier-chart/pull/82 thanks @ltdangkhoa (this should cover the 3rd option).

I can't release the new version yet ( permissions) , but you could point directly to the repo:

bezier_chart:
    git: 
      url: git://github.com/aeyrium/bezier-chart.git
      ref: master

diegoveloper avatar Apr 26 '20 16:04 diegoveloper

Great!!! I'm already using this changes!! Thank you very much guys!!! Do you think to implement the points 1 and 2, it takes so much time?

davidkalil10 avatar Apr 26 '20 17:04 davidkalil10

I'm not working on those features right now. Pull requests are open in case someone want to work on those points.

On Sun, Apr 26, 2020, 12:25 PM davidkalil10 [email protected] wrote:

Great!!! I'm already using this changes!! Thank you very much guys!!! Do you think to implement the points 1 and 2, it takes so much time?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/aeyrium/bezier-chart/issues/81#issuecomment-619589845, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABFL3UCJXLXRSANVAEKP57DRORVBBANCNFSM4MRA7HGA .

diegoveloper avatar Apr 26 '20 17:04 diegoveloper