1
0
mirror of https://github.com/beestat/app.git synced 2025-05-24 02:14:03 -04:00

Fixed #176 - Cannot download temperature profiles chart

Forgot to update this one line of code when migrating to chart2.
This commit is contained in:
Jon Ziebell 2019-10-29 20:39:16 -04:00
parent fc2755db87
commit 28b0d9dbd8

View File

@ -207,7 +207,7 @@ beestat.component.card.temperature_profiles.prototype.decorate_top_right_ = func
.set_text('Download Chart')
.set_icon('download')
.set_callback(function() {
self.chart_.get_chart().exportChartLocal();
self.chart_.export();
}));
menu.add_menu_item(new beestat.component.menu_item()