Authored by zhengwen.ge

不设最大值

... ... @@ -41,7 +41,6 @@ function getEchartOption(title, threeContext, xData, costData, numData, ratio, t
type: 'value',
name: threeContext[1],
min: 0,
max: topNumData*1.2,
position: 'right',
axisLine: {
lineStyle: {
... ... @@ -56,7 +55,6 @@ function getEchartOption(title, threeContext, xData, costData, numData, ratio, t
type: 'value',
name: threeContext[0],
min: 0,
max: topCostData*1.2,
position: 'right',
offset: 80,
axisLine: {
... ... @@ -72,7 +70,6 @@ function getEchartOption(title, threeContext, xData, costData, numData, ratio, t
type: 'value',
name: threeContext[2],
min: 0,
max: topRatio*1.2,
position: 'left',
axisLine: {
lineStyle: {
... ...