Skip to content

Commit

Permalink
Merge pull request #46 from mtatsuma/show_icons
Browse files Browse the repository at this point in the history
Update the chart to render icons on the initial load
  • Loading branch information
mtatsuma authored Feb 23, 2022
2 parents 9e1818b + d5fdf89 commit 7a874b5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions MMM-WeatherChart.js
Original file line number Diff line number Diff line change
Expand Up @@ -880,8 +880,10 @@ Module.register("MMM-WeatherChart", {
max: dataset.ranges.y2.max,
},
},
animation: { duration: 500 },
},
});
this.chart.update();
wrapper.appendChild(wrapperCanvas);
}

Expand Down

0 comments on commit 7a874b5

Please sign in to comment.