-
-
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
hi, Is there anyway to let points to be customize widgets? #99
Comments
Hi, currently there isn't, but stay tuned. |
ok, I will. Nice man, God Bless U. |
Hi there, I'm about to post an issue, but this one is kinda similar, which is about customizing dots. It seems until the date that I can't make visual to only show the last dot in a line chart (I couldn't make the custom function, even it's the same like default function |
@imaNNeoFighT any news on this? |
It will be in the next version, |
0.9.0 ->
|
const FlDotData({
this.show = true,
this.dotColor = Colors.blue,
this.dotSize = 4.0,
this.checkToShowDot = showAllDots,
});
this is simple and can not to be customizable.but sometimes we need more comflex and customizable.
The text was updated successfully, but these errors were encountered: