From 0390fb641aad6be41b76572bacbd390581e4eb70 Mon Sep 17 00:00:00 2001 From: Shivam Mishra Date: Tue, 30 Jul 2019 09:54:30 +0530 Subject: [PATCH] style: minor linting fixes --- src/js/charts/PieChart.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/charts/PieChart.js b/src/js/charts/PieChart.js index 160cc3c..656f108 100644 --- a/src/js/charts/PieChart.js +++ b/src/js/charts/PieChart.js @@ -61,7 +61,7 @@ export default class PieChart extends AggregationChart { const curPath = originDiffAngle === 360 ? makeCircleStr(curStart, curEnd, this.center, this.radius, clockWise, largeArc) - : makeArcPathStr(curStart, curEnd, this.center, this.radius, clockWise, largeArc) + : makeArcPathStr(curStart, curEnd, this.center, this.radius, clockWise, largeArc); s.sliceStrings.push(curPath); s.slicesProperties.push({