style: minor linting fixes
This commit is contained in:
parent
49afbd8e6c
commit
0390fb641a
@ -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({
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user