mirror of
https://github.com/VisActor/VChart
synced 2024-11-22 17:26:19 +00:00
fix: unit test type problem
This commit is contained in:
parent
69f03c6249
commit
1b587589d5
@ -26,7 +26,7 @@ export class BandAxisMixin {
|
||||
let parentScale = this._scale;
|
||||
this._scales.forEach((scale, i) => {
|
||||
if (i > 0) {
|
||||
scale.range([0, parentScale.bandwidth()], false);
|
||||
scale.range([0, parentScale.bandwidth()]);
|
||||
parentScale = scale;
|
||||
}
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user