You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@echarts.apache.org by GitBox <gi...@apache.org> on 2018/11/06 07:47:05 UTC

[GitHub] Wheandis commented on issue #7907: markLine值大于坐标轴最大值时会显示不出,应该如何处理这种情况

Wheandis commented on issue #7907: markLine值大于坐标轴最大值时会显示不出,应该如何处理这种情况
URL: https://github.com/apache/incubator-echarts/issues/7907#issuecomment-436159916
 
 
   ```js
   yAxis: {
       max () {
           return 500;
       }
   }
   ```
   可以通过这种方式设置Y轴最大值
   ![image](https://user-images.githubusercontent.com/8326999/48049893-1d45c800-e1db-11e8-93cb-03de8c04f92a.png)

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


With regards,
Apache Git Services

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