Skip to content

Commit

Permalink
Fix docs bg image event updateframe
Browse files Browse the repository at this point in the history
  • Loading branch information
veghdev committed Aug 15, 2023
1 parent f9cb630 commit 09670eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/tutorial/events.js
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ Promise.all([dataLoaded, mdChartLoaded]).then((results) => {
},
(chart) => {
chart.on("background-draw", backgroundImageHandler);
chart.render.updateFrame(true);
chart = chart.animate(
{
style: {
Expand Down

0 comments on commit 09670eb

Please sign in to comment.