ezubarev opened a new issue #9598: Bug with width of markline
URL: https://github.com/apache/incubator-echarts/issues/9598
 
 
   Sometimes line width doesn't match provided settings. 
   
   ```
   markLine: {
       lineStyle: {
           normal: {
               type: 'solid',
               width: 1,
               color: 'black'
           },
       },
   }
   ```
   
   
![image](https://user-images.githubusercontent.com/5698522/50068474-a4358980-01f8-11e9-970e-020583b95a36.png)
   
   Two lines have the same configuration but the upper one is wider than lower 
one.
   
   http://gallery.echartsjs.com/editor.html?c=xCUWInr4gz&v=1
   
   Probably, you have to resize a window to reproduce it.
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org
For additional commands, e-mail: dev-h...@echarts.apache.org

Reply via email to