Skip to content

Commit 9adfa1b

Browse files
Merge branch 'hotfix/hotfix-v19.3.0.53' of https://github.com/syncfusion-content/flutter-docs into flut-5833-alignmentchange-hot
1 parent 1ff761e commit 9adfa1b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Flutter/cartesian-charts/chart-types/histogram-chart.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,9 +142,7 @@ You can collapse the normal distribution curve using the [`showNormalDistributio
142142
showNormalDistributionCurve: true,
143143
curveColor: const Color.fromRGBO(192, 108, 132, 1),
144144
binInterval: 20,
145-
width: 0.99,
146-
curveWidth: 2.5,
147-
yValueMapper: (ChartData sales, _) => sales.y as double)]))));
145+
yValueMapper: (ChartData sales, _) => sales.y)]))));
148146
}
149147
}
150148

0 commit comments

Comments
 (0)