-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extra border on BarChartData #143
Labels
bug
Something isn't working
Comments
try this. |
imaNNeo
added a commit
that referenced
this issue
Jan 4, 2020
imaNNeo
added a commit
that referenced
this issue
Jan 4, 2020
fixed drawing border with 0.0 width and Border.none, #143
Sever bug from day one :) |
Fixed in 0.6.3, check it out. |
@imaNNeoFighT fixed, thank you |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
cannot set up custom border
focus on FlBorderData;
if show=false -> no border
if border: Border(top: BorderSide.none, right: BorderSide.none,) -> no different to default
if border: Border(top: BorderSide.none, right: BorderSide(color: Colors.grey),) -> will be two border on right side
The text was updated successfully, but these errors were encountered: