Commit Graph

15 Commits

Author SHA1 Message Date
Andy Hanson
45c9246c09 Remove esModuleInterop from tsconfigs (no longer mandatory) 2018-02-14 14:55:13 -08:00
V#
e63a146766
getInstanceByDom return type should be Echarts 2018-02-07 20:38:03 +08:00
Andy
bef4d2b27d
Enable "esModuleInterop" in all tsconfigs (#23354) 2018-02-05 11:01:56 -08:00
SoraYama
3f1f38b16b Update index.d.ts (#23021)
* Update index.d.ts

add containPixel in interface ECharts.

* Update index.d.ts

1. fix quotation marks in Japanese
2. desperate interface `finder`
3. change const `graphic` to interface

* add getMap 

add getMap method declaration

* Update index.d.ts

1. changed all comments to JSDoc type;
2. fix `graphic` variable & add interface `Graphic`;
3. add TypeScript version instruction;
4. changed `mapObj` interface to CamelCase;

* delete import for travis
2018-01-30 11:00:58 -08:00
vdfor
c505a992f7 [echarts]Supported when include ECharts charts and components on demand (#23127) 2018-01-25 08:27:38 -08:00
PollionChang
fcf736b0aa about graphic
111
2017-11-13 20:43:35 +08:00
PollionChang
5241f55a22 111
11
2017-11-13 20:30:11 +08:00
PollionChang
ce0eb729bc about graphic
add echarts graphic LinearGradient
2017-11-03 16:50:06 +08:00
Andy
19f89399e4 Ensure every package has a tslint.json (#21009)
* Ensure every package has a tslint.json

* Fixes
2017-10-25 11:13:50 -07:00
Andy
947a8fb761 Enable strictFunctionTypes (#20373) 2017-10-06 14:03:03 -07:00
loopArray
e835076e1e @types/echarts Modify namespaces from ECharts to echarts (#19507)
* Modify namespaces from ECharts to echarts

Modify namespaces from ECharts to echarts. Because the global variables in the window browser using echarts rather than ECharts.
If I don't use UMD or AMD or commonjs way to use echarts, ECharts compiled in the browser can not find.

* ECharts is only a type not a constructed function
2017-09-26 01:04:59 +09:00
AntiMoron
b4ff159f07 Add echart method and graphic declaration. (#18685)
* Update index.d.ts

0. Add declaration of graphic.
1. Add method ```convertFromPixel```

* Update index.d.ts

Tested.
2017-08-14 13:55:46 -07:00
AntiMoron
fbe02a0916 Update index.d.ts 2017-04-06 15:19:49 +08:00
AntiMoron
66acd43247 Update index.d.ts 2017-04-06 15:15:32 +08:00
Andy Hanson
354cec620d Move all packages to a types directory 2017-03-24 14:27:52 -07:00