Welcome to the Flutter feedback portal. Weβre happy youβre here! If you have feedback on how to improve the Flutter, weβd love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
I was able to test the charts out but I have done something π and now I can only load an empty SfCartesianChart() (*note: the other chart types are working fine for me), if I try to populate it with a series from the
Error output:
```
Launching lib\main.dart on Chrome in debug mode...
Building application for the web...
Attempting to connect to browser instance..
Debug service listening on ws://127.0.0.1:60670/wnHxrfMXCFw=
ββββββββ Exception caught by widgets library βββββββββββββββββββββββββββββββββββββββββββββββββββββββ
The following IndexError was thrown building LayoutBuilder:
RangeError (index): Index out of range: index should be less than 1: 1
When the exception was thrown, this was the stack:
package:build_web_compilers/src/dev_compiler/C:/b/s/w/ir/cache/builder/src/out/host_debug/dart-sdk/lib/_internal/js_dev_runtime/private/ddc_runtime/errors.dart 196:49 throw_
package:build_web_compilers/src/dev_compiler/C:/b/s/w/ir/cache/builder/src/out/host_debug/dart-sdk/lib/_internal/js_dev_runtime/private/js_array.dart 577:7 _get]
package:syncfusion_flutter_charts/src/chart/utils/helper.dart 1092:18 _getLabelValue
package:syncfusion_flutter_charts/src/chart/common/renderer.dart 417:30 _calculateTooltipRegion
package:syncfusion_flutter_charts/src/chart/common/renderer.dart 198:7 _calculateSeriesRegion
...
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
```
```
Flutter 1.13.6 β’ channel beta β’ https://github.com/flutter/flutter.git
Framework β’ revision 659dc8129d (6 weeks ago) β’ 2019-12-30 09:24:47 -0800
Engine β’ revision bdc9708d23
Tools β’ Dart 2.8.0 (build 2.8.0-dev.0.0 c547f5d933)
```