(https://i.sstatic.net/H8QGK4Oy.png)
I’m working on an Android app using Flutter, and I need to implement a chart similar to the one shown in the attached image. The chart displays multiple series of horizontal bars, with each series representing a different category or data point. Additionally, the bars have varying lengths and colors based on the data values.
I’m looking for recommendations on Flutter packages or libraries that would be suitable for creating this type of chart design. Ideally, the solution should provide the following features:
Support for rendering multiple series of horizontal bars within the same chart.
Customization options for bar colors, lengths, and widths based on data values.
Ability to add labels or annotations for each bar or series.
Responsive layout and scaling for different screen sizes.
Efficient handling of large datasets.
While I’ve researched some potential options like fl_chart, charts_flutter, syncfusion_flutter_charts, and mp_chart, I’m unsure which one would best fit my requirements or if there are any other suitable alternatives.
BROLY XD is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.