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 2022/02/17 04:43:41 UTC

[GitHub] [echarts] RavalikaP opened a new issue #16523: Axis line and axis ticks are not changing the position

RavalikaP opened a new issue #16523:
URL: https://github.com/apache/echarts/issues/16523


   ### Version
   
   5.3.0
   
   ### Link to Minimal Reproduction
   
   https://echarts.apache.org/examples/en/editor.html?c=line-simple
   
   ### Steps to Reproduce
   
   1. Create one basic Line chart report
   2. Add x-axis position as 'top'
   3. Axis is not moving at the top position
   
   ### Current Behavior
   
   X-Axis is not moving as Y-Axis is moving
   ![image](https://user-images.githubusercontent.com/15928301/154406758-483fdef6-14cf-4aa7-890f-cd3f0866ceb1.png)
   
   
   ### Expected Behavior
   
   Axis should be moved as expected
   
   ### Environment
   
   ```markdown
   - OS:
   - Browser:
   - Framework:
   ```
   
   
   ### Any additional comments?
   
   _No response_


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


[GitHub] [echarts] pissang closed issue #16523: Axis line and axis ticks are not changing the position

Posted by GitBox <gi...@apache.org>.
pissang closed issue #16523:
URL: https://github.com/apache/echarts/issues/16523


   


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


[GitHub] [echarts] RavalikaP commented on issue #16523: Axis line and axis ticks are not changing the position

Posted by GitBox <gi...@apache.org>.
RavalikaP commented on issue #16523:
URL: https://github.com/apache/echarts/issues/16523#issuecomment-1042587857


   @plainheart thank you 
   


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


[GitHub] [echarts] plainheart commented on issue #16523: Axis line and axis ticks are not changing the position

Posted by GitBox <gi...@apache.org>.
plainheart commented on issue #16523:
URL: https://github.com/apache/echarts/issues/16523#issuecomment-1042576201


   ```js
   position: 'top',
   axisLine: {
     onZero: false
   },
   axisTick: {
     inside: true
   }
   ```


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