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 2820735 commit b1b540fCopy full SHA for b1b540f
example/lib/presentation/samples/bar/bar_chart_sample1.dart
@@ -202,7 +202,7 @@ class BarChartSample1State extends State<BarChartSample1> {
202
),
203
children: <TextSpan>[
204
TextSpan(
205
- text: (rod.toY - 1).toString(),
+ text: ((rod.toY - 1).toStringAsFixed(1)).toString(),
206
style: const TextStyle(
207
color: Colors.white, //widget.touchedBarColor,
208
fontSize: 16,
0 commit comments