diff --git a/js/component/card/temperature_profiles.js b/js/component/card/temperature_profiles.js index 3b5fe4c..cefa694 100644 --- a/js/component/card/temperature_profiles.js +++ b/js/component/card/temperature_profiles.js @@ -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()