radar_chart_plus
A customizable radar (spider) chart widget for Flutter.
This package helps you visualize multi-dimensional data in a clean, interactive radar chart.
Features
- π― Draw radar (spider) charts with ease
- π¨ Customizable chart colors, labels, and ticks
- π΅ Optional dots at data points
- π Responsive layout support
- β‘ Lightweight and dependency-friendly
Getting started
RadarChartPlus(
dotColor: Color(0xFF8072F3),
chartBorderColor: Color(0xFF8072F3),
chartFillColor: Color(0x668072F3),
ticks: [2, 4, 6],
labels: ['AA', 'BB', 'CC'],
data: [3, 2, 5],
),
Additional information
This package was created to offer a modern, customizable, and lightweight radar chart widget for Flutter applications. Ideal for dashboards, analytics, and performance visualization. Feel free to contribute, report issues, or request new features on the GitHub repository.
Contribution
Contributions are welcome! If you'd like to improve the package, follow these steps:
-
Fork the repository
-
Create a new branch for your feature or fix
-
Make your changes with clear commit messages
-
Submit a Pull Request describing what you changed and why
-
The PR will be reviewed and merged if everything looks good