File tree 3 files changed +4
-23
lines changed
3 files changed +4
-23
lines changed Original file line number Diff line number Diff line change 2
2
/test
3
3
4
4
npm-debug.log
5
-
6
-
5
+ .DS_Store
6
+ Thumbs.db
7
+ Desktop.ini
Original file line number Diff line number Diff line change @@ -9,26 +9,6 @@ A lightweight canvas library which providing 2d draw for [Apache ECharts (incuba
9
9
10
10
[ https://ecomfe.github.io/zrender-doc/public/ ] ( https://ecomfe.github.io/zrender-doc/public/ )
11
11
12
- ## TODO List
13
-
14
- - [x] Switch to TypeScript
15
- - [x] Add typings
16
- - [x] Generate lib modules
17
- - [x] Be able to run in ECharts
18
- - [x] Generate .d.ts
19
-
20
- - [x] Optimize style
21
- - [x] Remove all text attributes.
22
- - [ ] Generate hash. Faster diff
23
-
24
- - [x] Add TextGroup
25
- - [x] layout texts
26
- - [x] Text wrap
27
- - [x] Rich text support
28
-
29
- - [ ] States
30
-
31
- - [ ] Dirty Rectangle
32
12
33
13
## License
34
14
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " zrender" ,
3
- "version" : " 5.0.0-rc.1 " ,
3
+ "version" : " 5.0.0" ,
4
4
"description" : " A lightweight canvas library." ,
5
5
"keywords" : [
6
6
" canvas" ,
You can’t perform that action at this time.
0 commit comments