27pchrisl opened a new issue, #19952:
URL: https://github.com/apache/echarts/issues/19952

   ### What problem does this feature solve?
   
   Hi, our designer has come up with the following design that I am unable to 
replicate in echarts where the yAxis label is sitting on top of the splitline
   
   ![Screenshot 2024-05-18 at 13 45 
46](https://github.com/apache/echarts/assets/6286310/9ec7e614-f26f-44f1-a987-6b585ffa700a)
   
   Using this configuration I can move the text to the correct position:
   
   ```
   'yAxis' => [
     'axisLabel' => [
       'padding' => [0, 0, 3, 0],
       'inside' => true,
       'verticalAlign' => 'bottom',
     ],
   ],
   ```
   
   ![Screenshot 2024-05-18 at 13 47 
31](https://github.com/apache/echarts/assets/6286310/3b1417d3-dbb1-4dca-82ae-44c659246db3)
   
   But I cannot figure out how to move the line series so there is some margin 
on the left to prevent overlap.
   
   Is such a design possible with echarts? Thanks for the great library!
   
   ### What does the proposed API look like?
   
   Ideally there would be some way of padding the splitline to overflow its 
container, or adding internal margin to cause the chart to start in a different 
position, or adding some sort of margin to the xAxis to do this?


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