1. 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
  2. 17 3月, 2021 4 次提交
  3. 15 3月, 2021 6 次提交
  4. 14 3月, 2021 1 次提交
  5. 12 3月, 2021 2 次提交
  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 次提交
  8. 08 3月, 2021 3 次提交
  9. 07 3月, 2021 2 次提交
    • S
      Fix(sankey): sankey label has higher z2 · a1a3fa3c
      susiwen8 提交于
      a1a3fa3c
    • 1
      fix: [geo] · e9af0508
      100pah 提交于
      (1) refactor of geoJSON & SVG source loader and management.
      (2) remove the support of "load multiple geoJSON or SVG in one map name". This feature is never documented and published. And this feature have a inherent problem that it's not easy to normalize the unit among the different SVG. After this commit, one map name can only have one geoJSON or one SVG.
      e9af0508
  10. 03 3月, 2021 3 次提交
  11. 26 2月, 2021 2 次提交
  12. 25 2月, 2021 4 次提交
  13. 23 2月, 2021 1 次提交
  14. 22 2月, 2021 1 次提交
  15. 19 2月, 2021 3 次提交
  16. 18 2月, 2021 2 次提交
  17. 17 2月, 2021 1 次提交
  18. 13 2月, 2021 1 次提交
  19. 12 2月, 2021 1 次提交