You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by GitBox <gi...@apache.org> on 2021/08/10 08:14:29 UTC

[GitHub] [echarts] aweibell commented on issue #15498: Distribute axes evenly

aweibell commented on issue #15498:
URL: https://github.com/apache/echarts/issues/15498#issuecomment-895826225


   The situation where I need this is when multiple series have different value ranges and my users want a separate Y axis for each series to utilize the full chart height. I want to indicate the min/max range of each series, without wasting a lot of space outside the plot area (limiting the available space for the actual plot). If putting the axis labels outside the plot area, it is also difficult to achieve high utilization of the space as the positioning is fixed by offset in pixels, and not dynamic according to the size of the actual label content.
   
   I also find the possibilities for controlling the axis labels to be limited. They appear ON the min and max lines, while I would prefer to have them below and above, respectively, i.e. outside the plot area. Even if I set `splitNumber: 1` there sometimes appear a value in the middle. That is why I tried to put them in the axis name, as a workaround/hack.
   
   ![2021-08-10-090440_area_grim](https://user-images.githubusercontent.com/3035359/128831536-d5940dbf-6077-4649-af47-281873f8a5c1.png)
   
   Was this clarifying? Please let me know if I can do anything more to explain the problem.


-- 
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-unsubscribe@echarts.apache.org

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



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