Explorar el Código

style: minor linting fixes

tags/1.2.4
Shivam Mishra hace 5 años
padre
commit
0390fb641a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/js/charts/PieChart.js

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

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


Cargando…
Cancelar
Guardar