Konch Roman
a735e1c1df
Fix echarts options definition in npm package
...
Details:
npm package has no its own tsconfig so
we should reference to options manually
2018-11-20 12:26:28 +03:00
Konch Roman
00fd32eae1
Clean up echarts option interfaces
...
Details:
- remove redundant field from SeriesBar
- move Line interface one level up to be able use from other places
- make names of common interfaces more obvious
2018-11-07 17:55:34 +03:00
Konch Roman
3353277ce4
Fix data fields for echarts series option
...
Problem:
official documentation provides inconsistent info about types
so the fix bases on examples and source code
2018-11-06 17:51:07 +03:00
Konch Roman
aa2b6a7eb0
Enhance definition for echarts options
...
Details:
- add definition for tooltip
- add definition for x and y axis
- add definition for series
this commit could lead to braking changes
because it was written by official documentation
that contains mistakes
2018-11-06 00:01:10 +03:00
hzwuxinhan
362d3aa24f
Update index.d.ts
...
Correct the wrong word
2018-08-15 15:52:11 +08:00
Ovilia
fcaa13327f
[echarts] add echarts version
2018-08-14 14:22:01 +08:00
Ovilia
9c9cacbae6
[echarts]: add jsdoc comments and update to ec4.0.4
...
- Added functions descriptions, parameter descriptions and etc. in the
form of JSDoc to better support code impletion.
- Changed a few interfaces according to
https://echarts.apache.org/api.html .
2018-08-14 14:12:48 +08:00
Liveangela
641748a28a
[echarts]: add new feature of echarts4.0 and echarts-gl
2018-05-21 14:59:33 +08:00
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