spider_chart 0.2.0 spider_chart: ^0.2.0 copied to clipboard
Spider Chart is a simple spider/radar charting library for Flutter
0.2.0 #
- Color parameter is now optional and alternative color swatch parameter introduced
- Color swatch is useful for app theme matching. Blue color swatch is provided by default if neither custom colors nor color swatch are specified
- Max value now optional and is automatically calculated from data points if not provided
0.1.8 #
- Add api documentation
- Fix formatting issues
0.1.7 #
- Fix linting errors
- Enable web and windows platforms for example project
0.1.6 #
- Add null-safety support
0.1.5 #
- Fix bug causing chart not to fail when labels not provided
0.1.4 #
- Add support for chart perimeter labels.
0.1.0 #
- Initial release. The basics are working.