Skip to content
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

ScatterSpot "show" value seems to be ignored? #385

Closed
cudajo opened this issue Jul 3, 2020 · 1 comment
Closed

ScatterSpot "show" value seems to be ignored? #385

cudajo opened this issue Jul 3, 2020 · 1 comment
Labels
bug Something isn't working Scatter Chart

Comments

@cudajo
Copy link

cudajo commented Jul 3, 2020

I'm creating a ScatterChart with ScatterChartData that contains multiple ScatterSpots.
Despite setting show to false for some of these spots, they are shown anyway.

Example:
ScatterSpot(0, 0, show: false);
ScatterSpot(10, 10, show: true);

Result: Both ScatterSpots are shown...

@imaNNeo imaNNeo added bug Something isn't working Scatter Chart labels Jul 10, 2020
imaNNeo added a commit that referenced this issue Jul 10, 2020
Prevent show ScatterSpot if show is false, #385.
@imaNNeo
Copy link
Owner

imaNNeo commented Jul 26, 2020

Fixed in 0.11.0,
Thanks for reporting!

@imaNNeo imaNNeo closed this as completed Jul 26, 2020
ezmegy pushed a commit to ezmegy/fl_chart that referenced this issue Nov 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Scatter Chart
Projects
None yet
Development

No branches or pull requests

2 participants