ysswebdev commented on issue #19369:
URL: https://github.com/apache/echarts/issues/19369#issuecomment-1844861924

   > dataZoom
   
   我尝试配置如下dataZoom然后缩放到最大,也是取不到最后一条
   dataZoom: [
       {
         type: "slider", // 缩略轴类型为滑动条
         yAxisIndex: [0], // 对应 Y 轴的索引
         // 其他配置项...
       },
       // 可以添加更多的缩略轴
     ],
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to