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 =
|
const curPath =
|
||||||
originDiffAngle === 360
|
originDiffAngle === 360
|
||||||
? makeCircleStr(curStart, curEnd, this.center, this.radius, clockWise, largeArc)
|
? 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.sliceStrings.push(curPath);
|
||||||
s.slicesProperties.push({
|
s.slicesProperties.push({
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user