This is an automated email from the ASF dual-hosted git repository.
sushuang pushed a change to branch typescript
in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git.
from 286efe8 ts: add types for axisPointer
new 5283e42 little typo. And move highDownXXX to ECElement.
new a782931 Add geo and map series types. And enhance types a bit.
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
src/chart/map/MapSeries.ts | 168 ++++++++++++--------
src/chart/map/MapView.ts | 78 ++++++---
src/chart/map/backwardCompat.ts | 11 +-
src/chart/map/mapDataStatistic.ts | 21 ++-
src/chart/map/mapSymbolLayout.ts | 14 +-
src/chart/map/mapVisual.ts | 11 +-
src/chart/pie/PieSeries.ts | 16 +-
src/component/dataZoom/DataZoomModel.ts | 2 -
src/component/geo.ts | 14 +-
src/component/geo/GeoView.ts | 30 ++--
src/component/helper/MapDraw.ts | 269 +++++++++++++++++---------------
src/component/helper/selectableMixin.ts | 6 +-
src/coord/View.ts | 197 +++++++++--------------
src/coord/geo/Geo.ts | 162 ++++++++-----------
src/coord/geo/GeoModel.ts | 182 ++++++++++++++-------
src/coord/geo/Region.ts | 111 ++++++-------
src/coord/geo/fix/diaoyuIsland.ts | 6 +-
src/coord/geo/fix/geoCoord.ts | 9 +-
src/coord/geo/fix/nanhai.ts | 4 +-
src/coord/geo/fix/textCoord.ts | 8 +-
src/coord/geo/geoCreator.ts | 70 +++++----
src/coord/geo/geoJSONLoader.ts | 23 +--
src/coord/geo/geoSVGLoader.ts | 33 ++--
src/coord/geo/geoSourceManager.ts | 83 +++++-----
src/coord/geo/geoTypes.ts | 116 ++++++++++++++
src/coord/geo/mapDataStorage.ts | 84 +++++-----
src/coord/geo/parseGeoJson.ts | 80 +++++-----
src/coord/geo/prepareCustom.ts | 9 +-
src/coord/single/Single.ts | 4 +-
src/echarts.ts | 11 +-
src/model/Component.ts | 1 -
src/model/Series.ts | 12 +-
src/util/graphic.ts | 41 ++---
src/util/types.ts | 28 +++-
src/view/Chart.ts | 18 +--
35 files changed, 1090 insertions(+), 842 deletions(-)
create mode 100644 src/coord/geo/geoTypes.ts
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]