Basic
SizedBox(
height: 30,
child: DChartSingleBar(
forgroundColor: Colors.green,
value: 80,
max: 100,
),
),
SizedBox(
height: 30,
child: DChartSingleBar(
forgroundColor: Colors.green,
value: 80,
max: 100,
),
),