Skip to content

Commit

Permalink
fix: fix build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Mar 13, 2020
1 parent a3f74a5 commit 4a6a9d3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,6 @@ export class MarkdownTreeComponent implements OnInit, AfterViewInit {
]
};

myChart.setOption(options);
myChart.setOption(options as any);
}
}

0 comments on commit 4a6a9d3

Please sign in to comment.