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 2021/09/03 09:49:13 UTC

[GitHub] [echarts] Ovilia commented on issue #15667: 折线图y轴markLine不显示

Ovilia commented on issue #15667:
URL: https://github.com/apache/echarts/issues/15667#issuecomment-912410954


   https://echarts.apache.org/examples/zh/editor.html?c=line-marker 参考这个例子,改成这样是可以的:
   ```
   markLine: {
       data: [{
           yAxis: 20
       }]
   }
   ```
   但我不知道为什么你的例子不行,再仔细对照一下吧


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