Skip to content

Commit

Permalink
fix: chart issue for #94
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Apr 10, 2020
1 parent ae76903 commit 98cce26
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,7 @@ export class LedgePieComponent implements AfterViewInit {
normal: {
show: true,
position: 'inner',
formatter(params) {
return params.value + '%\n';
},
formatter: '{d}%'
}
}
}
Expand Down
6 changes: 3 additions & 3 deletions src/app/presentation/ledge-helper/ledge-helper.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ b
\`\`\`pie
- Sometitle
- a: 48
- b: 19
- a: 4
- b: 12
- c: 21
- d: 12
- d: 19
\`\`\`
\`\`\`list-style
Expand Down

0 comments on commit 98cce26

Please sign in to comment.