aeyrium / bezier-chart

A beautiful bezier line chart widget for flutter that is highly interactive and configurable.
Apache License 2.0
447 stars 133 forks source link

Question : PopUp bubble #76

Closed soascii closed 4 years ago

soascii commented 4 years ago

im trying to show bubble when i click one time on point not holding it, is it possible?

soascii commented 4 years ago

@diegoveloper could you help me? Please

diegoveloper commented 4 years ago

It only works using longPress for now because the chart could be scrolable

soascii commented 4 years ago

@diegoveloper and it is possible to make the chart hourly with an scale like (00hs, 6hs, 12hs, 18hs, 24hs) not hour by hour?

diegoveloper commented 4 years ago

Use BezierChartScale.CUSTOM and use your own values :

https://github.com/aeyrium/bezier-chart/blob/master/example/lib/main.dart#L189