1. 06 4月, 2021 1 次提交
  2. 03 4月, 2021 1 次提交
  3. 01 4月, 2021 4 次提交
  4. 29 3月, 2021 1 次提交
    • 1
      feature: [geo] · b0d4a358
      100pah 提交于
      (1) Support component focus blur.
      The option `emphasis.focus` can be specified to enable this feature. `emphasis.focus` only supports the value `'self'`.
      The option `emphasis.focusScope` is not supported in component. That is, the focus scope can be only a single component itself. All of the elements in this component will be blurred.
      Added `Component['focusBlurEnabled']` to enable component blur.
      (2) Support component hover link when highlight with a given name.
      There probably be multiple elements share one region name while those region elements has no common ancestor. hover link enables them to be highlighted together.
      Implementation: if a component implements `Component['findHighDownDispatchers']`,  dispatcher elements by a given name will be found and this feature is enabled.
      (3) Support component highlight/downplay be triggered by `dispatchAction`.
      Implementation: if a component implements `Component['findHighDownDispatchers']`,  dispatcher elements by a given name will be found and this feature is enabled.
      (4) Some refactor.
      b0d4a358
  5. 25 3月, 2021 2 次提交
  6. 23 3月, 2021 1 次提交
    • 1
      fix: [tooltip] · c35a522a
      100pah 提交于
      (1) add missing test:visual
      (2) fix tooltip component default position: should apply `position` on option firstly.
      c35a522a
  7. 22 3月, 2021 2 次提交
  8. 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
  9. 19 3月, 2021 1 次提交
  10. 17 3月, 2021 5 次提交
  11. 15 3月, 2021 7 次提交
  12. 14 3月, 2021 1 次提交
  13. 12 3月, 2021 2 次提交
  14. 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
  15. 09 3月, 2021 1 次提交
  16. 08 3月, 2021 3 次提交
  17. 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
  18. 03 3月, 2021 3 次提交
  19. 28 2月, 2021 1 次提交