Skip to content

Commit 8073ead

Browse files
Merge pull request #219 from SriramKiranSenthilkumar/master
warnings resolved
2 parents ab2d418 + c899e30 commit 8073ead

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

lib/samples/chart/cartesian_charts/spline_series/customized_spline_chart.dart

+1-2
Original file line numberDiff line numberDiff line change
@@ -186,8 +186,7 @@ class _SplineCustomPainter extends SplineSegment {
186186
}
187187

188188
void _drawDashedLine(Canvas canvas, CartesianSeries<dynamic, dynamic> series,
189-
Paint paint, Path path, bool isSeries,
190-
[List<Path> pathList, List<Color> colorList]) {
189+
Paint paint, Path path, bool isSeries) {
191190
bool _even = false;
192191
for (int i = 1; i < series.dashArray.length; i = i + 2) {
193192
if (series.dashArray[i] == 0) {

lib/samples/chart/series_features/animation/dynamic_animation.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ class _CartesianDynamicAnimationState extends SampleViewState {
106106
}
107107

108108
/// Returns the the Cartesian chart with dynamic animation.
109-
SfCartesianChart _getDynamicAnimationChart([String _selectedType]) {
109+
SfCartesianChart _getDynamicAnimationChart() {
110110
return SfCartesianChart(
111111
primaryXAxis: CategoryAxis(
112112
majorGridLines: MajorGridLines(width: 0),

0 commit comments

Comments
 (0)