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

Y-axis and bubble card is cut off on top #120

Open chumanhhai opened 2 years ago

chumanhhai commented 2 years ago

Screen Shot 2022-04-27 at 00 08 27 Screen Shot 2022-04-27 at 00 08 48

chumanhhai commented 2 years ago

this issue happens when the largest value is so far away from the largest Y-axis value. e.g: y axis values = [15, 30, 45, 60, 75] and the largest y value is 60.1 (if the largest y value is closed enough to 75 (for e.g: 73.4), this issue will not happen)

chumanhhai commented 2 years ago

version I use: bezier_chart: ^1.0.17+1