This is an automated email from the ASF dual-hosted git repository.

sushuang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/echarts.git


    from edbadad54 Merge pull request #21176 from notthistrain/fix-21170
     add 5956c51b0 test(pie-coord-sys): migrate test cases: "pie on amap" and 
"pie on bmap" to separate file, to avoid affect other case if the external 
links are unavailable or disabled.
     add 700097e87 Merge remote-tracking branch 'origin/master' into 
fix/ts-export-type
     add 8fcf9405c test(pie-coord-sys): test for pie on two grid within a 
single echarts instance.
     add 5643027e5 fix(ts): Fix the option type of dataZoom reference 
(querying) axis.
     add 98778a0da fix(ts): Fix exported option type of visualMap referencing 
(querying) series.
     add e8ff528e9 fix(ts): Add and supplement option type for users ts check - 
the coordinate system query (by xxxIndex, xxxId) when components and series lay 
out based on coordinate system.
     add 8cc7ef916 fix(ts): prop `map` should not be mandatory; consider the 
case that series.map use an external geo component.
     add bf459eb67 fix(ts): fix matrix type for matrix.x.data: [null, null, 
null]
     add 69074790e fix(viewCoodSys): Fix legacy center impl, introduced in 
v6.0.0.
     add cda66dea9 fix(ts): Remove incorrect type in thumbnail.
     add 5468223d5 ts(axisBreak): Fix type - should be optional.
     add 4015f2386 ts: Fix export typo.
     new ae81f7a60 Merge pull request #21147 from apache/fix/ts-export-type

The 1 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/chord/ChordSeries.ts                 |   6 +-
 src/chart/custom/CustomSeries.ts               |   6 +-
 src/chart/effectScatter/EffectScatterSeries.ts |   6 +-
 src/chart/funnel/FunnelSeries.ts               |   5 +-
 src/chart/gauge/GaugeSeries.ts                 |   5 +-
 src/chart/graph/GraphSeries.ts                 |   6 +-
 src/chart/heatmap/HeatmapSeries.ts             |   6 +-
 src/chart/lines/LinesSeries.ts                 |   5 +-
 src/chart/map/MapSeries.ts                     |   6 +-
 src/chart/parallel/ParallelSeries.ts           |   6 +-
 src/chart/pie/PieSeries.ts                     |  10 +-
 src/chart/radar/RadarSeries.ts                 |   8 +-
 src/chart/sankey/SankeySeries.ts               |   6 +-
 src/chart/scatter/ScatterSeries.ts             |   6 +-
 src/chart/sunburst/SunburstSeries.ts           |   6 +-
 src/chart/tree/TreeSeries.ts                   |   5 +-
 src/chart/treemap/TreemapSeries.ts             |   6 +-
 src/component/dataZoom/DataZoomModel.ts        |  22 ++--
 src/component/dataZoom/SliderZoomModel.ts      |   8 +-
 src/component/legend/LegendModel.ts            |   8 +-
 src/component/thumbnail/ThumbnailModel.ts      |   8 +-
 src/component/timeline/TimelineModel.ts        |   9 +-
 src/component/title/install.ts                 |   8 +-
 src/component/toolbox/ToolboxModel.ts          |  10 +-
 src/component/visualMap/VisualMapModel.ts      |  10 +-
 src/coord/View.ts                              |   2 +-
 src/coord/axisCommonTypes.ts                   |   2 +-
 src/coord/cartesian/GridModel.ts               |  10 +-
 src/coord/geo/GeoModel.ts                      |  10 +-
 src/coord/matrix/MatrixModel.ts                |   2 +-
 src/coord/parallel/ParallelModel.ts            |  12 +-
 src/coord/polar/PolarModel.ts                  |  10 +-
 src/coord/radar/RadarModel.ts                  |   9 +-
 src/coord/single/AxisModel.ts                  |   6 +-
 src/export/option.ts                           |   7 +-
 src/util/model.ts                              |   6 +-
 src/util/types.ts                              |  21 +--
 test/pie-coordinate-system-amap.html           |  94 ++++++++++++++
 test/pie-coordinate-system-bmap.html           |  98 ++++++++++++++
 test/pie-coordinate-system.html                | 170 ++++++++-----------------
 40 files changed, 443 insertions(+), 203 deletions(-)
 create mode 100644 test/pie-coordinate-system-amap.html
 create mode 100644 test/pie-coordinate-system-bmap.html


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to