You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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), ];
thanks in advance ;)
The text was updated successfully, but these errors were encountered:
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 thisand 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), ];
thanks in advance ;)
The text was updated successfully, but these errors were encountered: