Skip to content

Commit

Permalink
refactor: apply legend text color from theme
Browse files Browse the repository at this point in the history
  • Loading branch information
SevenOutman committed Jun 14, 2022
1 parent 66eca98 commit 0faf107
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,7 @@ const createOptions = {
: series.map((comp: any) => {
return comp.props.name;
}),
bottom: 0,
textStyle: {
color: '#8e8e93'
}
bottom: 0
};

if (chartType === 'pie') {
Expand Down

0 comments on commit 0faf107

Please sign in to comment.