瀏覽代碼

style: minor linting fixes

tags/1.2.4
Shivam Mishra 5 年之前
父節點
當前提交
0390fb641a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      src/js/charts/PieChart.js

+ 1
- 1
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({


Loading…
取消
儲存