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

Bubble indicator not working

Open gunjchhetri opened this issue 4 years ago • 2 comments

Hi, I am facing this issue where the bubble indicator is not being displayed. I have tried all the configuration as required but still no luck. verticalIndicatorStrokeWidth: 3.0, verticalIndicatorColor: Colors.blue, showVerticalIndicator: true, showDataPoints: true, // displayYAxis: true, // stepsYAxis: 1, verticalIndicatorFixedPosition: false, // backgroundColor: Colors.red, footerHeight: 35.0, backgroundColor: Colors.transparent,

error

gunjchhetri avatar May 01 '20 17:05 gunjchhetri

long press to display the bubble indicator

On Fri, May 1, 2020 at 12:19 PM gunjchhetri [email protected] wrote:

Hi, I am facing this issue where the bubble indicator is not being displayed. I have tried all the configuration as required but still no luck. verticalIndicatorStrokeWidth: 3.0, verticalIndicatorColor: Colors.blue, showVerticalIndicator: true, showDataPoints: true, // displayYAxis: true, // stepsYAxis: 1, verticalIndicatorFixedPosition: false, // backgroundColor: Colors.red, footerHeight: 35.0, backgroundColor: Colors.transparent,

[image: error] https://user-images.githubusercontent.com/63118150/80825333-c8cbaf00-8bfd-11ea-90d0-564b61f67cf9.PNG

— 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/85, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABFL3UFRIZQ4L3WVAJXUPA3RPMAALANCNFSM4MXHRHDQ .

diegoveloper avatar May 01 '20 17:05 diegoveloper

Hi, Did you manage to find the solution. I am also facing the same issue when using BezierChartScale.CUSTOM. I tried Long press didnt work. I also tried using the examples included the package with BezierChartScale.CUSTOM but didnt work. If i change to using BezierChartScale.WEEKLY the bubble indicator works. Regards,

ag-0214 avatar Jul 12 '20 20:07 ag-0214