156 Commits

Author SHA1 Message Date
Wenli Zhang
9884a8dff3
Update README.md (#378) 2020-08-21 14:16:47 +08:00
Wenli Zhang
d16f125979
doc: update links to Apache Website (#377) 2020-08-21 09:37:10 +08:00
bpdsw
c191d484cb
Add getEchartsInstance API to type definition file (#352)
Co-authored-by: Benjamin Dobson <dobsonpublic@icloud.com>
v2.0.16
2020-05-19 19:46:12 +08:00
hustcc
998b83251c
chore: upgrade size-sensor version (#358) 2020-05-19 19:46:04 +08:00
fxxjdedd
f59d39fb53
修复shouldSetOption使用场景问题 (#338)
shouldSetOption如果返回false,在任何情况下,框架都不应该帮用户进行setOption。
2020-05-03 10:23:06 +08:00
howel52
dce3ec6501 fix(core): remark typo 2019-12-02 14:06:31 +08:00
howel52
1bea79331f chore(.npmrc): add npmrc 2019-12-01 14:08:51 +08:00
howel52
626d8dcf85 docs(readme): add echarts-gl 2019-11-28 19:26:40 +08:00
Colder Xihk
b1df3b339b fix: use @types/echarts as option type (#325) 2019-11-16 08:15:59 +08:00
hustcc
9a26214bd0 chore: build and update version 2019-09-29 17:04:25 +08:00
hustcc
6d2185ff3d
Create FUNDING.yml 2019-08-22 19:01:28 +08:00
hustcc
d9b52706f3
FUNDING.yml 2019-08-22 19:01:18 +08:00
hustcc
c2b5397823
Merge pull request #264 from ricardobah/master 2019-02-12 08:22:38 +08:00
ricardobah
3058d68f29 change change Otion to Option at charts file 2019-02-11 10:58:48 -03:00
ricardobah
d8afa254a5 chage option={this.getOtion()} to option={this.getOption()} at code below section 2019-02-11 10:54:10 -03:00
hustcc
227952a440 update jest-canvas-mock 2019-01-30 13:27:26 +08:00
hustcc
0de0faacd2
Merge pull request #241 from chenvan/patch-1 2018-11-03 00:13:26 +08:00
Chen Wang
19e5742ec4
fix this.getOtion to this.getOption 2018-11-02 21:12:17 +08:00
xsthunder
5763e01a4d make core.d.ts inherit index.d.ts, fix inconsistence in d.ts fix #226 (#232)
* add core.d.ts for ReactEchartsCore for ts

* make echarts props nessary in core.d.ts

* make core.d.ts inherit index.d.ts
2018-09-30 19:50:00 +08:00
hustcc
4b248e5281
Merge pull request #226 from SidKwok/master 2018-09-18 21:43:36 +08:00
SidKwok
72f2df8520 add object type check in core.d.ts 2018-09-18 20:57:31 +08:00
SidKwok
11a285a2e9 fix #200 2018-09-18 20:51:32 +08:00
hustcc
058c6172f5 release beta version 2018-09-17 09:46:06 +08:00
xsthunder
d42026458c add .d.ts for ReactEchartsCore allowing us to reduce echarts bundle size in ts (#225)
* add core.d.ts for ReactEchartsCore for ts

* make echarts props nessary in core.d.ts
2018-09-17 09:44:13 +08:00
Howard.Zuo
c78ddf5d5f fix: remove this reference since it is not necessary (#223) 2018-09-17 09:42:56 +08:00
hustcc
884828836c
Update README.md 2018-09-07 09:39:21 +08:00
hustcc
11a4fdde82 http -> https 2018-08-08 16:50:31 +08:00
hustcc
921265e271 try catch with echarts.resize() 2018-08-08 16:15:19 +08:00
hustcc
2d4a3e603c shouldSetOption not exist 2018-06-22 11:07:12 +08:00
hustcc
676dfceaa9 upgrade echarts version of demo 2018-06-22 10:55:21 +08:00
hustcc
fdd56ba503 fixed bug on ie 2018-06-22 10:52:25 +08:00
hustcc
627563eb03 v2.0.12 v2.0.12 2018-06-19 13:30:46 +08:00
hustcc
5c1158ff45 2.0.12-beta.0 2018-06-06 19:32:06 +08:00
hustcc
7d67e5ce5e replace element-resize-event with size-sensor 2018-06-06 16:40:53 +08:00
hustcc
e6976da8ed add testcase for shouldSetOption 2018-05-21 20:14:04 +08:00
hustcc
c7598264a1 add props function shouldSetOption 2018-05-21 20:02:22 +08:00
hustcc
8565a6fb95 update demo website, use immutable on state 2018-05-21 16:23:19 +08:00
hustcc
07866bfbcf update testcase for setTimeout 2018-05-18 21:36:18 +08:00
Sid
9baf47a709 add deep equal (#192)
* add deep equal

* add debounce
2018-05-18 20:57:14 +08:00
hustcc
4083e6379d v2.0.9 2018-05-18 18:36:20 +08:00
hustcc
6844cc287b remove unused resize 2018-05-18 18:01:40 +08:00
hustcc
3b621d94e7 #174 #175, performance opt 2018-05-18 17:59:56 +08:00
hustcc
56ff43c880 remove unused code branch 2018-03-30 22:13:29 +08:00
hustcc
1524b166b6 upgrade devDependencies 2018-03-14 20:03:58 +08:00
hustcc
d5c02c6e65 update README 2018-03-03 21:57:35 +08:00
hustcc
138a4eb187 jsdon not support node = 5 2018-03-03 21:48:10 +08:00
hustcc
25cba28e83 upgrade jest, babel-jest 2018-03-03 10:09:14 +08:00
hustcc
0c476198ed update jest version 2018-03-03 10:00:43 +08:00
hustcc
44c1e27e10 fix duplicate bind event, fixed #155 v2.0.8 2018-03-02 21:32:06 +08:00
hustcc
caa31b4183 onEvent 为 null 报异常,fixed #154 2018-03-02 14:09:01 +08:00