style: linting fixes
This commit is contained in:
parent
e3c5397cf4
commit
ece0015366
@ -51,4 +51,4 @@ export default {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
||||
@ -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;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user