This is an automated email from the ASF dual-hosted git repository. sushuang pushed a commit to branch typescript in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git
The following commit(s) were added to refs/heads/typescript by this push: new dfb5136 ts: typo dfb5136 is described below commit dfb5136c9d3906be8ae171171bd1bf3899a46365 Author: 100pah <sushuang0...@gmail.com> AuthorDate: Wed Mar 4 16:52:59 2020 +0800 ts: typo --- src/chart/scatter/ScatterSeries.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/chart/scatter/ScatterSeries.ts b/src/chart/scatter/ScatterSeries.ts index ddaf258..d8da89c 100644 --- a/src/chart/scatter/ScatterSeries.ts +++ b/src/chart/scatter/ScatterSeries.ts @@ -58,6 +58,8 @@ export interface ScatterSeriesOption extends SeriesOption, SeriesLargeOptionMixin, SeriesStackOptionMixin, SeriesSymbolOptionMixin { + hoverAnimation: boolean + cursor?: string clip?: boolean @@ -109,6 +111,7 @@ class ScatterSeriesModel extends SeriesModel<ScatterSeriesOption> { z: 2, legendHoverLink: true, + hoverAnimation: true, symbolSize: 10, // 图形大小,半宽(半径)参数,当图形为方向或菱形则总宽度为symbolSize * 2 // symbolRotate: null, // 图形旋转控制 --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org For additional commands, e-mail: commits-h...@echarts.apache.org