-
-
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
Grid include min and max value #1150
Comments
Hi. We separated the To solve this issue, we need to make FlBorderData more customizable to support dashed line. (just like what we do in FlGridData) |
I solved the problem by customizing the DashdedBorder and passing in FlBorderData
|
Is it related to #494 issue? If yes please close this issue and let's follow it in one place. |
Can we include min and max values for drawing grid lines?
I want to show grid lines for outer box also like for 0 and max value.
I know border is supposed to be used for this use case but I want the same style as grid lines (dotted / dashed)
and flutter dont allow dotted / dashed border.
Can we have something proper for this?
The text was updated successfully, but these errors were encountered: