Procházet zdrojové kódy

style: minor linting fixes

tags/1.2.4
Shivam Mishra před 5 roky
rodič
revize
0390fb641a
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      src/js/charts/PieChart.js

+ 1
- 1
src/js/charts/PieChart.js Zobrazit soubor

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


Načítá se…
Zrušit
Uložit