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 2019/05/21 05:48:58 UTC

[GitHub] [incubator-echarts] Ovilia opened a new pull request #10509: fix: use a clearer warning message when initing dom without size #10478

Ovilia opened a new pull request #10509: fix: use a clearer warning message when initing dom without size #10478
URL: https://github.com/apache/incubator-echarts/pull/10509
 
 
   The original warning message when calling `chart.init` without DOM `clientWidth` or `clientHeight` is:
   ```
   Can\'t get DOM width or height.
   ```
   
   This may cause some confusion to users and they may not know how to fix this.
   In this PR, a clearer warning message is provided.

----------------------------------------------------------------
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: dev-unsubscribe@echarts.apache.org
For additional commands, e-mail: dev-help@echarts.apache.org