We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2788c0 commit 73c581dCopy full SHA for 73c581d
CHANGELOG.md
@@ -26,3 +26,8 @@ v0.1.4
26
---------------------------------------
27
28
- [fixed] 图表类型改为默认props,从class的名称拿在压缩时会有问题
29
+
30
+v0.1.5
31
+---------------------------------------
32
33
+- [added] 添加onready属性,里面暴露echarts对象,可在里面进行事件绑定等操作
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "rc-echarts",
3
- "version": "0.1.4",
+ "version": "0.1.5",
4
"description": "react echarts",
5
"keywords": [
6
"react",
0 commit comments