staked_horizontal_bar_chart 0.0.1 copy "staked_horizontal_bar_chart: ^0.0.1" to clipboard
staked_horizontal_bar_chart: ^0.0.1 copied to clipboard

a simple stacked horizontal bar chart

This package implements a simple stacked horizontal bar chart

image

Usage #

return StakedHorizontalBarChart(data:[
    StakedHorizontalBarChartData(units: 0.5, color: Colors.red),
    StakedHorizontalBarChartData(units: 0.2, color: Colors.blue),
    StakedHorizontalBarChartData(units: 0.3, color: Colors.green),
    ]);
copied to clipboard
3
likes
130
points
26
downloads

Publisher

unverified uploader

Weekly Downloads

2024.09.10 - 2025.03.25

a simple stacked horizontal bar chart

Repository (GitHub)

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on staked_horizontal_bar_chart