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.

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3e4d5-2c41c.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3e4d5-2c41c.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?