mukiwu opened a new issue, #18655:
URL: https://github.com/apache/echarts/issues/18655

   ### What problem does this feature solve?
   
   如果今天有兩筆資料數字相差很大,如下:
   
   ```
   option = {
     xAxis: {
       type: 'category',
       data: ['Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat', 'Sun']
     },
     yAxis: {
       type: 'value'
     },
     series: [
       {
         data: [8, 23131],
         type: 'bar'
       }
     ]
   };
   ```
   
   demo:
   
https://echarts.apache.org/examples/zh/editor.html?c=bar-simple&code=PYBwLglsB2AEC8sDeAoWsAeBBDEDOAXMmurGAJ4gCmRA5AMYCGYVA5sAE7m0A0J6AE2aMiAbVoBZGL1i0AKgFcqM2gHUqAlXIAWClQDEOEFQGVmphdFoBdEgF8-6cjnxFUpMpRqyAbowA2SrT2jrB4VEZUhLCi_MQegsJiABw8sABMAMwAjDnWoR4U1HQARowcwR52JLZ2ANxAA
   
   那麼我很難在圖表上看到第一筆的資料,可能會覺得他是 0 或無資料
   
   ### What does the proposed API look like?
   
   有什麼辦法能在不限制 Y 軸刻度的情況下,讓 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: commits-unsubscr...@echarts.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org

Reply via email to