laurapizza opened a new issue #10768: When adding units to xAxis labels, the 
split area becomes unstable
URL: https://github.com/apache/incubator-echarts/issues/10768
 
 
   **Context:** I want to use time intervals in my x axis. 
   **Issue:** When passing in an array of xAxisLabels to the `xAxis` object, 
with a `p` for denoting `pm` like so: 
   
   `['1p', '2p', '3p']`
   
   The split area styles do not seem to function correctly:
   
   
![image](https://user-images.githubusercontent.com/4047521/60294450-60ca7f00-98ef-11e9-9156-1dd6c68bce21.png)
   
   If instead I pass an array of just numbers:
   
   `['1','2','3']`
   
   It looks fine:
   
   
![image](https://user-images.githubusercontent.com/4047521/60294459-64f69c80-98ef-11e9-8def-0f30aa0e8210.png)
   
   Is this the expected behaviour or a bug? @Ovilia 

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