Skip to content

Commit

Permalink
Merge pull request #12011 from susiwen8/#12006
Browse files Browse the repository at this point in the history
Feature: add tooltip for edges(links) (#12006)
  • Loading branch information
100pah authored Apr 21, 2020
2 parents 11da045 + 91f2dd5 commit 8084fe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/component/tooltip/TooltipView.js
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ export default echarts.extendComponentView({
var dataModel = el.dataModel || seriesModel;
var dataIndex = el.dataIndex;
var dataType = el.dataType;
var data = dataModel.getData();
var data = dataModel.getData(dataType);

var tooltipModel = buildTooltipModel([
data.getItemModel(dataIndex),
Expand Down

0 comments on commit 8084fe3

Please sign in to comment.