File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 3131---------------------------------------
3232
3333- [ added] 添加onready属性,里面暴露echarts对象,可在里面进行事件绑定等操作
34+
35+ v0.2.0
36+ ---------------------------------------
37+
38+ - [ update] 升级为echarts3
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ $ npm install rc-echarts
66
77## Usage
88
9- 注:以下示例中,option为echarts官方的option选项,详见[ 文档] ( http://echarts.baidu.com/echarts2/doc/doc .html#Option ) 。series为echarts官方series的选项,详见[ 文档] ( http://echarts.baidu.com/echarts2/doc/doc .html#Series )
9+ 注:以下示例中,option为echarts官方的option选项,详见[ 文档] ( http://echarts.baidu.com/option .html ) 。series为echarts官方series的选项,详见[ 文档] ( http://echarts.baidu.com/option .html#series )
1010
1111* 折线图*
1212``` js
Original file line number Diff line number Diff line change 11{
22 "name" : " rc-echarts" ,
3- "version" : " 0.1.9 " ,
3+ "version" : " 0.2.0 " ,
44 "description" : " react echarts" ,
55 "keywords" : [
66 " react" ,
You can’t perform that action at this time.
0 commit comments