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

wangzx pushed a change to branch release-dev
in repository https://gitbox.apache.org/repos/asf/echarts.git


    from ab5de8ecd Merge pull request #20564 from 
apache/feat/geo/styling-in-geojson
     add 9139d4571 fix(map): change map data
     add 04d412ad6 fix: add regions.silent and z for geo and map
     add 945148f2e fix(test): update map data
     add 4d990f750 fix(map): hide label for boundary line features
     add fd87c34e6 fix(map): remove preventAutoZ for map
     add 181842f5e test(map): replace test cases with new map
     add e231c0968 fix(map): update test cases
     add 8dd547561 fix(test): fix map test case
     add 4e84f15ce fix(test): fix map test case
     add 70a5f3f53 Merge pull request #20566 from apache/fix-map

No new revisions were added by this update.

Summary of changes:
 src/chart/map/MapSeries.ts               |   1 +
 src/component/helper/MapDraw.ts          |   6 +
 src/coord/geo/GeoModel.ts                |   1 +
 src/coord/geo/geoCreator.ts              |  15 ++-
 test/brush.html                          |  26 +++-
 test/data/map/js/china.js                |  58 ++++++++-
 test/data/map/json/china-cities.json     |   1 -
 test/data/map/json/china-new.json        |   1 -
 test/data/map/json/china.json            |   1 -
 test/dataZoom-geo.html                   |  22 +++-
 test/dataset-charts.html                 | 102 +++++++--------
 test/effectScatter.html                  |  42 ++++--
 test/geo-data-stream.html                |  15 +++
 test/geo-lines.html                      |  34 ++++-
 test/geo-map.html                        | 139 +++++++++++---------
 test/geo-random-stream.html              |  20 ++-
 test/geo-update.html                     |  16 +++
 test/geoLine.html                        |  62 +++++----
 test/geoScatter.html                     |   4 +-
 test/heatmap-geo.html                    |  15 +++
 test/heatmap-map.html                    |  25 +++-
 test/lines-remove.html                   |  40 ++++--
 test/lines-symbol.html                   |  25 +++-
 test/map-china.html                      |  86 ++++++++++---
 test/map-contour.html                    |  54 ++++++--
 test/map-default.html                    |  30 ++++-
 test/map-locate.html                     |  21 ++-
 test/map-projection.html                 |  29 ++++-
 test/map.html                            | 211 +++++++++++++++++++------------
 test/pie-coordinate-system.html          |  21 ++-
 test/scatter-random-stream-fix-axis.html |   3 +-
 test/scatter-weibo.html                  |  28 +++-
 test/touch-slide.html                    |  19 ++-
 test/visualMap-pieces.html               |  90 +++++++------
 test/visualMap-special-case.html         |  21 ++-
 35 files changed, 916 insertions(+), 368 deletions(-)
 delete mode 100644 test/data/map/json/china-cities.json
 delete mode 100644 test/data/map/json/china-new.json
 delete mode 100644 test/data/map/json/china.json


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

Reply via email to