Ver a proveniência

style: minor linting fixes

tags/1.2.4
Shivam Mishra há 5 anos
ascendente
cometimento
0390fb641a
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      src/js/charts/PieChart.js

+ 1
- 1
src/js/charts/PieChart.js Ver ficheiro

@@ -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({


Carregando…
Cancelar
Guardar