Ver a proveniência

style: linting fixes

tags/1.2.3
Shivam Mishra há 6 anos
ascendente
cometimento
ece0015366
2 ficheiros alterados com 3 adições e 3 eliminações
  1. +1
    -1
      docs/assets/js/demoConfig.js
  2. +2
    -2
      src/js/charts/DonutChart.js

+ 1
- 1
docs/assets/js/demoConfig.js Ver ficheiro

@@ -51,4 +51,4 @@ export default {
}
}
}
}
};

+ 2
- 2
src/js/charts/DonutChart.js Ver ficheiro

@@ -34,8 +34,8 @@ export default class DonutChart extends AggregationChart {
let s = this.state;
this.radius =
this.height > this.width
? this.center.x - this.strokeWidth / 2
: this.center.y - this.strokeWidth / 2;
? this.center.x - this.strokeWidth / 2
: this.center.y - this.strokeWidth / 2;

const { radius, clockWise } = this;



Carregando…
Cancelar
Guardar