|
@@ -212,6 +212,7 @@ export default {
|
|
const optionsSetup = this.optionsSetup;
|
|
const optionsSetup = this.optionsSetup;
|
|
const yAxis = [
|
|
const yAxis = [
|
|
{
|
|
{
|
|
|
|
+ max: optionsSetup.maxYLeft !== "" ? optionsSetup.maxYLeft : null,
|
|
type: "value",
|
|
type: "value",
|
|
// 均分
|
|
// 均分
|
|
splitNumber: optionsSetup.splitNumberLeft,
|
|
splitNumber: optionsSetup.splitNumberLeft,
|
|
@@ -254,6 +255,7 @@ export default {
|
|
},
|
|
},
|
|
},
|
|
},
|
|
{
|
|
{
|
|
|
|
+ max: optionsSetup.maxYRight !== "" ? optionsSetup.maxYRight : null,
|
|
type: "value",
|
|
type: "value",
|
|
// 均分
|
|
// 均分
|
|
splitNumber: optionsSetup.splitNumberRight,
|
|
splitNumber: optionsSetup.splitNumberRight,
|