On the problem of echarts double Line Chart

clipboard.png
as shown in the figure above, there are a few questions I"d like to ask.
1. The span of the blue curve starts at 10000 +, and the last span of 25-26 is very large (suddenly increased by 10w +). Here is how to indent what it looks like in the picture.
how to hide tick points on the x axis.

May.25,2021

consider two y axes

axisLabel:{
    inside:true // 
},
axisTick:{
  show: false  //
},

http://js.jirengu.com/zimedog.

Menu