This is an automated email from the ASF dual-hosted git repository.
sushuang pushed a change to branch fix/geo-svg
in repository https://gitbox.apache.org/repos/asf/echarts.git.
from 9c2cb8e fix: tweak the last commit.
new b0d4a35 feature: [geo] (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 give [...]
new 8235095 featrue: [geo] (1) support name on <g>. (2) some refactor.
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
src/chart/graph/GraphView.ts | 4 +-
src/chart/helper/SymbolDraw.ts | 9 +-
src/chart/sunburst/SunburstPiece.ts | 10 +-
src/chart/treemap/TreemapView.ts | 11 +-
src/component/geo/GeoView.ts | 7 +
src/component/helper/MapDraw.ts | 618 +++++++++++++++++++------------
src/component/tooltip/TooltipView.ts | 7 +-
src/coord/geo/Geo.ts | 2 +-
src/coord/geo/GeoSVGResource.ts | 171 +++++----
src/coord/geo/geoTypes.ts | 18 -
src/core/echarts.ts | 67 ++--
src/util/graphic.ts | 7 +-
src/util/innerStore.ts | 18 +-
src/util/states.ts | 194 ++++++++--
src/util/types.ts | 2 +-
src/view/Component.ts | 18 +-
test/{geo-svg.html => geo-svg-demo.html} | 486 +++++++++++-------------
test/geo-svg.html | 249 +++++++------
18 files changed, 1109 insertions(+), 789 deletions(-)
copy test/{geo-svg.html => geo-svg-demo.html} (56%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]