Skip to content

Commit

Permalink
refactor(Treemap): upgrade deprecated itemStyle.normal option
Browse files Browse the repository at this point in the history
  • Loading branch information
SevenOutman committed Jun 16, 2022
1 parent 74f2249 commit 9e71a14
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -688,11 +688,9 @@ const createOptions = {
levels: [
{
itemStyle: {
normal: {
borderColor: '#fff',
borderWidth: 1,
gapWidth: 1
}
borderColor: '#fff',
borderWidth: 1,
gapWidth: 1
}
}
]
Expand Down

0 comments on commit 9e71a14

Please sign in to comment.