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
{{ message }}
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.
I modified the example code in nonzero_bound_measure_axis.dart as follows:
static List<charts.Series<MyRow, DateTime>> _createRandomData() {
final random = new Random();
final int base = 100;
It works if base > 0 or base < -100 but not if base is around -50
The text was updated successfully, but these errors were encountered: