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/07/06 10:14:16 UTC

[GitHub] [echarts] langzikaze opened a new issue, #17325: [Bug] When I set axisLine.symbol with 'arrow' and inverse with true, the arrow will display out of the axisline

langzikaze opened a new issue, #17325:
URL: https://github.com/apache/echarts/issues/17325

   ### Version
   
   5.3.3
   
   ### Link to Minimal Reproduction
   
   https://jsfiddle.net/mfLp4ou8/
   
   ### Steps to Reproduce
   
   Use this option to set echartsInstance
   `{
     dataset: {
       source: [
         ['水果', '价格'],
         ['苹果', 1],
         ['香蕉', 0.5],
         ['梨', 2],
         ['菠萝', 4]
       ]
     },
     grid: [
       {
         containLabel: true,
         top: '50%',
         right: '50%'
       }
     ],
     xAxis: [
       {
         type: 'category',
         inverse: true,
         axisLine: {
           symbol: 'arrow'
         }
       }
     ],
     yAxis: {
       inverse: true,
       axisLine: {
         show: true,
         symbol: 'arrow'
       }
     },
     series: [
       {
         type: 'bar'
       }
     ]
   }`
   
   ### Current Behavior
   
   axisLine arrow is not on the axisLine
   
   ### Expected Behavior
   
   axisLine arrow shown on the axisLine
   
   ### Environment
   
   ```markdown
   - OS: Windows11
   - Browser: Microsoft Edge 103.0.1264.44 and FireFox Developer Edition 103.0b4
   - Framework: Vue@2
   ```
   
   
   ### 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.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 closed issue #17325: [Bug] When I set axisLine.symbol with 'arrow' and inverse with true, the arrow will display out of the axisline

Posted by GitBox <gi...@apache.org>.
plainheart closed issue #17325: [Bug] When I set axisLine.symbol with 'arrow' and inverse with true, the arrow will display out of the axisline
URL: https://github.com/apache/echarts/issues/17325


-- 
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 #17325: [Bug] When I set axisLine.symbol with 'arrow' and inverse with true, the arrow will display out of the axisline

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

   It seems to be a bug.


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