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/06/07 09:54:52 UTC

[GitHub] [echarts] LorenzoXue opened a new issue, #17175: [Bug] When I increase the stroke width of the pictorialBar symbol, the bottom of the symbol deviates from the position of the xAxis 0 value

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

   ### Version
   
   e.g.5.2.2
   
   ### Link to Minimal Reproduction
   
   _No response_
   
   ### Steps to Reproduce
   
   option = {
     xAxis:{
       data:[1,2,3,4,5]
     },
     yAxis:{
     },
     series: {
       type: 'pictorialBar',
       data:[1,2,3,4,5],
       symbol: 'path://M0 240H180C130 190 90 100 90 0C90 100 50 190 0 240Z',
       itemStyle: {
         color: '#FFFFFF00',
         borderWidth: 6,
         borderColor: '#41E0B3',
       }
     }
   }
   
   ### Current Behavior
   
   The borderWidth does not operate according to the set value, and the bottom is not aligned uniformly
   
   ### Expected Behavior
   
   I hoped that the stroke width of the figure will not be scaled, and the bottom of the figure is based on the starting position of the xAxis.
   
   ### Environment
   
   ```markdown
   - OS: macOS Monterey
   - Browser: Microsoft Edge 102.0.1245.33
   - 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.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