Skip to content

Commit f5c6ecd

Browse files
committed
Update for lint flaws
1 parent 2fafe28 commit f5c6ecd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/chart/line/LineView.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -731,7 +731,7 @@ class LineView extends ChartView {
731731
points, stackedOnPoints
732732
);
733733
}// If areaStyle is removed
734-
else if(polygon){
734+
else if (polygon) {
735735
lineGroup.remove(polygon);
736736
polygon = this._polygon = null;
737737
}

0 commit comments

Comments
 (0)