Update: 更新Mixly.StatusBarSerialChart
This commit is contained in:
@@ -78,8 +78,7 @@ class StatusBarSerialChart extends PageBase {
|
|||||||
show: true,
|
show: true,
|
||||||
font: {
|
font: {
|
||||||
fill: axisFontColor
|
fill: axisFontColor
|
||||||
},
|
}
|
||||||
labelWidth: 30
|
|
||||||
},
|
},
|
||||||
xaxis: {
|
xaxis: {
|
||||||
show: true,
|
show: true,
|
||||||
@@ -122,7 +121,7 @@ class StatusBarSerialChart extends PageBase {
|
|||||||
if (isNaN(yMin) || yMin >= this.#yMax_) {
|
if (isNaN(yMin) || yMin >= this.#yMax_) {
|
||||||
this.#$yMin_.val(this.#yMin_);
|
this.#$yMin_.val(this.#yMin_);
|
||||||
} else {
|
} else {
|
||||||
this.#yMin_ = yMin_;
|
this.#yMin_ = yMin;
|
||||||
let { yaxis } = this.#plot_.getAxes();
|
let { yaxis } = this.#plot_.getAxes();
|
||||||
yaxis.options.min = yMin;
|
yaxis.options.min = yMin;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user