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

ovilia pushed a change to branch fix-map
in repository https://gitbox.apache.org/repos/asf/echarts.git


    from 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

No new revisions were added by this update.

Summary of changes:
 src/chart/map/MapSeries.ts               |   1 -
 src/component/helper/MapDraw.ts          |  12 +-
 src/coord/geo/GeoModel.ts                |   3 -
 test/brush.html                          |  26 +++-
 test/data/map/js/china-map.js            | 103 ----------------
 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/effectScatter.html                  |  31 +++--
 test/geo-data-stream.html                |  15 +++
 test/geo-lines.html                      |  34 ++++--
 test/geo-map.html                        |  19 ++-
 test/geo-random-stream.html              |  20 ++-
 test/geo-update.html                     |  16 +++
 test/geoLine.html                        |  62 ++++++----
 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.html                            | 203 +++++++++++++++++++------------
 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 +++-
 32 files changed, 757 insertions(+), 349 deletions(-)
 delete mode 100644 test/data/map/js/china-map.js
 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