Skip to content

Commit

Permalink
fix: disable pie animate && fixed #94
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Apr 11, 2020
1 parent bc607cc commit e545d3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ export class LedgePieComponent implements AfterViewInit {
type: 'pie',
radius: '60%',
data: seriesData,
animation: false,
label: {
normal: {
show: true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ b
- [ ] c
\`\`\`pie
- Sometitle
- Some & title
- a: 4
- b: 12
- c: 21
Expand Down

0 comments on commit e545d3c

Please sign in to comment.