aeyrium/bezier-chart

Bubble indicator not working

Opened this issue · 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

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,