We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0436f7f commit d67d8deCopy full SHA for d67d8de
example/lib/presentation/samples/bar/bar_chart_sample1.dart
@@ -201,7 +201,7 @@ class BarChartSample1State extends State<BarChartSample1> {
201
),
202
children: <TextSpan>[
203
TextSpan(
204
- text: (rod.toY - 1).toString(),
+ text: ((rod.toY - 1).toStringAsFixed(1)).toString(),
205
style: const TextStyle(
206
color: Colors.white, //widget.touchedBarColor,
207
fontSize: 16,
0 commit comments