Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7,197 changes: 3,640 additions & 3,557 deletions dist/echarts.common.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/echarts.common.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/echarts.common.min.js

Large diffs are not rendered by default.

168,784 changes: 76,762 additions & 92,022 deletions dist/echarts.js

Large diffs are not rendered by default.

8 changes: 7 additions & 1 deletion dist/echarts.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/echarts.min.js

Large diffs are not rendered by default.

5,483 changes: 2,776 additions & 2,707 deletions dist/echarts.simple.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/echarts.simple.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/echarts.simple.min.js

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion src/model/Series.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,10 @@ const inner = modelUtil.makeInner<{
}, SeriesModel>();

function getSelectionKey(data: SeriesData, dataIndex: number): string {
return data.getName(dataIndex) || data.getId(dataIndex);
return data.getId(dataIndex);
}


export const SERIES_UNIVERSAL_TRANSITION_PROP = '__universalTransitionEnabled';

interface SeriesModel {
Expand Down
40 changes: 40 additions & 0 deletions test/treemap-select-21480.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.