helgasoft commented on issue #21478:
URL: https://github.com/apache/echarts/issues/21478#issuecomment-3757511301

   <img align="left" width="100" alt="Image" 
src="https://github.com/user-attachments/assets/ef9fa67e-39d5-4054-bfeb-5b3ec9c822e5";
 />
   This is by design. ECharts is auto-sizing the time axis depending on bar 
width.  <br>
   Change series type to 'scatter' to see the difference - the two points are 
placed at either end of the axis. The reason is that scatter points are 
"immaterial" and have no width to consider.<br>
   If you need more control over the axis, use pixel values like 
<code>barWidth:11</code>.
   <br clear="left"/> 
   
   


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