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 fcdb81a commit 093c680Copy full SHA for 093c680
example/lib/presentation/samples/line/line_chart_sample1.dart
@@ -223,7 +223,7 @@ class _LineChart extends StatelessWidget {
223
);
224
225
LineChartBarData get lineChartBarData1_3 => LineChartBarData(
226
- curve: const LineChartCubicTensionCurve(),
+ curve: const LineChartCubicMonotoneCurve(),
227
color: AppColors.contentColorCyan,
228
barWidth: 8,
229
isStrokeCapRound: true,
0 commit comments