Skip to content

Commit

Permalink
Merge pull request #11854 from susiwen8/#11772
Browse files Browse the repository at this point in the history
Add missing param for treemap setLabelStyle
  • Loading branch information
100pah authored Apr 21, 2020
2 parents 878829b + 841794c commit 11da045
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/chart/treemap/TreemapView.js
Original file line number Diff line number Diff line change
Expand Up @@ -881,7 +881,8 @@ function renderNode(
{
defaultText: isShow ? text : null,
autoColor: visualColor,
isRectText: true
isRectText: true,
labelFetcher: seriesModel
}
);

Expand Down

0 comments on commit 11da045

Please sign in to comment.