1. 06 4月, 2021 1 次提交
  2. 01 4月, 2021 2 次提交
  3. 21 3月, 2021 1 次提交
    • 1
      fix: [geo] · 152ab8ec
      100pah 提交于
      (1) fix contain point calculation.
      (2) remove Geo['_nameCoordMap'], instead, calculate center on demand.
      (3) fix that some API missing nameProperty and geoJSON should cached not only by mapName but also by nameProperty.
      (4) do not support nameMap in geoSVG until some real requirements come.
      (5) svg line polyline use 'region.lineStyle' rather than 'region.itemStyle'
      (6) svg text tspan image are enabled to trigger tooltip and user event (but not supported to change state and style yet).
      152ab8ec
  4. 17 3月, 2021 1 次提交
  5. 12 3月, 2021 1 次提交
  6. 10 3月, 2021 1 次提交
    • 1
      feature: [geo] · 30c861cc
      100pah 提交于
      (1) "geoselectchanged" event: add param: allSelected: { geoIndex: number, name: string[] }[]
      (2) geoSVG resource support:
      + label
      + emphasis/select/blur state
      + "geoselectchanged" event (on geo component)
      + "selectchanged" event (on map series)
      (3) some refactor to make those happen:
      + The original `Region` is migrated to `GeoJSONRegion`. And make `Region` as the base class of `GeoJSONRegion` and `GeoSVGRegion`.
      + Modify the constructor of `Geo`.
      30c861cc
  7. 09 3月, 2021 1 次提交