You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by de...@apache.org on 2018/12/04 12:44:58 UTC

[incubator-echarts] branch master updated: fix: fix annotation error

This is an automated email from the ASF dual-hosted git repository.

deqingli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git


The following commit(s) were added to refs/heads/master by this push:
     new ecc2dfb  fix: fix annotation error
     new a1cd531  Merge branch 'master' of https://github.com/apache/incubator-echarts
ecc2dfb is described below

commit ecc2dfba42295612935cf3af821cd517d56ce815
Author: deqingli <an...@gmail.com>
AuthorDate: Tue Dec 4 20:44:15 2018 +0800

    fix: fix annotation error
---
 src/echarts.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/echarts.js b/src/echarts.js
index c505826..c3146c5 100644
--- a/src/echarts.js
+++ b/src/echarts.js
@@ -1936,7 +1936,7 @@ function enableConnect(chart) {
  * @param {Object} [theme]
  * @param {Object} opts
  * @param {number} [opts.devicePixelRatio] Use window.devicePixelRatio by default
- * @param {string} [opts.renderer] Currently only 'canvas' is supported.
+ * @param {string} [opts.renderer] Can choose 'canvas' or 'svg' to render the chart.
  * @param {number} [opts.width] Use clientWidth of the input `dom` by default.
  *                              Can be 'auto' (the same as null/undefined)
  * @param {number} [opts.height] Use clientHeight of the input `dom` by default.


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