mirror of
https://github.com/beestat/app.git
synced 2025-06-03 05:36:51 -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:
parent
fc2755db87
commit
28b0d9dbd8
@ -207,7 +207,7 @@ beestat.component.card.temperature_profiles.prototype.decorate_top_right_ = func
|
|||||||
.set_text('Download Chart')
|
.set_text('Download Chart')
|
||||||
.set_icon('download')
|
.set_icon('download')
|
||||||
.set_callback(function() {
|
.set_callback(function() {
|
||||||
self.chart_.get_chart().exportChartLocal();
|
self.chart_.export();
|
||||||
}));
|
}));
|
||||||
|
|
||||||
menu.add_menu_item(new beestat.component.menu_item()
|
menu.add_menu_item(new beestat.component.menu_item()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user