Skip to content

Commit 093c680

Browse files
Update example
1 parent fcdb81a commit 093c680

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/lib/presentation/samples/line/line_chart_sample1.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ class _LineChart extends StatelessWidget {
223223
);
224224

225225
LineChartBarData get lineChartBarData1_3 => LineChartBarData(
226-
curve: const LineChartCubicTensionCurve(),
226+
curve: const LineChartCubicMonotoneCurve(),
227227
color: AppColors.contentColorCyan,
228228
barWidth: 8,
229229
isStrokeCapRound: true,

0 commit comments

Comments
 (0)