chartisan 1.4.0
chartisan: ^1.4.0 copied to clipboard
Chartisan's Dart backend
1.4.0 Now uses Map<String, String> instead of Map<String, Dynamic> #
- The extra fields now use another type annotation. This may be backwards-incompatible if values of dynamic were not Strings as noted by our docs.
1.3.0 Internal changes. #
- Internal changes
1.2.0 Now uses double instead of int #
- The dataset values now require a
List<double>instead of aList<int>
1.1.0 Added missing method #
- Fixes to the
dataset()method. - The constructor now require the
ServerDatainstance.
1.0.1 Added missing method #
- Added the
toObject()missing method.
1.0.0 Initial version #
- Initial release.