Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

"FlSpot.nullSpot' at the end of the LineChartBarData not working #1829

Open
zouhirdev opened this issue Dec 26, 2024 · 0 comments
Open

"FlSpot.nullSpot' at the end of the LineChartBarData not working #1829

zouhirdev opened this issue Dec 26, 2024 · 0 comments

Comments

@zouhirdev
Copy link

hello man nice work you doing here i found this bug with using 'FlSpot.nullSpot' at the end of the chart, it the chart just ignores it like it does'nt exist but if u put a regular flSSpot after it it works fine, here is the code to produce the bug [ const FlSpot(0, 0), const FlSpot(1, 0), const FlSpot(2, 2), const FlSpot(3, 3), FlSpot.nullSpot, FlSpot.nullSpot, FlSpot.nullSpot, ],using this code produces this
Screenshot 2024-12-26 232532
and this code with adding a regular flspot after the null ones "the desired output" [ const FlSpot(0, 0), const FlSpot(1, 0), const FlSpot(2, 2), const FlSpot(3, 3), FlSpot.nullSpot, FlSpot.nullSpot, const FlSpot(6, 5), ];
Screenshot 2024-12-26 232446
thanks in advance ;)

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant