Parcourir la source

style: minor linting fixes

tags/1.2.4
Shivam Mishra il y a 5 ans
Parent
révision
0390fb641a
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      src/js/charts/PieChart.js

+ 1
- 1
src/js/charts/PieChart.js Voir le fichier

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


Chargement…
Annuler
Enregistrer