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 2019/10/30 01:50:20 UTC

[GitHub] [incubator-echarts] POILover opened a new issue #11517: markLine的data中坐标轴数值太小时的bug

POILover opened a new issue #11517: markLine的data中坐标轴数值太小时的bug
URL: https://github.com/apache/incubator-echarts/issues/11517
 
 
   ```js
   markLine: {
                   data: [
                       {yAxis:0.001}
                   ]
               }
   ```
   如上配置,此时markLine只会显示在0处,而不是0.001,测试后发现,只有在数值大于0.01时才会正常显示,介于0.005到0.01显示为0.01,低于0.005全部显示为0

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org