pooch-tonic opened a new issue #10928: Axis tick auto align on multiaxis
URL: https://github.com/apache/incubator-echarts/issues/10928
 
 
   ### What problem does this feature solve?
   I want to have a functionality which allows the user to have the same number 
of ticks on every parallel axis. 
   
   i.e. I have 2 `yAxis`, but the auto ticks calculation gives me 6 ticks for 
one axis and 5 for the other. The difference creates irregular spacings between 
the split lines, which is not really good for user experience. 
   
   My request is based on the HighCharts library, which provides an API called 
`alignTIcks`, which does the same thing as I described here. 
   
   ### What does the proposed API look like?
   Let's say we have a boolean attribute `yAxis.axisAutoAlign`. By setting it 
to true, its ticks will get aligned with every other axis in the `yAxis` array 
which has the same boolean to `true`. That way, if one of the axis has 6 ticks, 
all the other axis will also have 6 ticks and get nicely aligned altogether.
   
   <!-- This issue is generated by echarts-issue-helper. DO NOT REMOVE -->
   <!-- This issue is in English. DO NOT REMOVE -->

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to