echarts-bot[bot] commented on issue #18655:
URL: https://github.com/apache/echarts/issues/18655#issuecomment-1558580966

   @mukiwu It seems you are not using English, I've helped translate the 
content automatically. To make your issue understood by more people and get 
helped, we'd like to suggest using English next time. 🤗
   <details><summary><b>TRANSLATED</b></summary><br>
   
   **TITLE**
   
   [Feature] When the data is very different, how can they be displayed at the 
same time
   
   **BODY**
   
   ### What problem does this feature solve?
   
   If there is a large difference in the numbers of two documents today, as 
follows:
   
   ```
   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=PYBwLglsB2AEC8sDeAoWsAeBBDEDOAXMmurGAJ4gCmRA5AMYCGYVA5sAE7m0A0J6AE2aMiAbVoBZGL1i0AKgFcqM2gHUqAlXIAWClQDEOEFQ
 
GVmphdFoBdEgF8-6cjnxFUpMpRqyAbowA2SrT2jrB4VEZUhLCi_MQegsJiABw8sABMAMwAjDnWoR4U1HQARowcwR52JLZ2ANxAA
   
   Then it is difficult for me to see the first data on the chart, and I may 
think that it is 0 or no data
   
   ### What does the proposed API look like?
   
   Is there any way to let the Y-axis judge the data by itself to adjust the 
scale without restricting the scale of the Y-axis, and then display a chart 
with relatively small data
   </details>


-- 
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

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