mirror of
https://github.com/beestat/app.git
synced 2025-08-11 09:13:50 -04:00
Remove line causing residual changes in temperature_profiles_info.js
This commit is contained in:
parent
bf0e9a8272
commit
659b3651d7
@ -42,8 +42,7 @@ beestat.component.modal.temperature_profiles_info.prototype.decorate_contents_ =
|
||||
});
|
||||
}
|
||||
|
||||
profile.deltas = deltas_converted;
|
||||
const linear_trendline = beestat.math.get_linear_trendline(profile.deltas);
|
||||
const linear_trendline = beestat.math.get_linear_trendline(deltas_converted);
|
||||
|
||||
fields.push({
|
||||
'name': beestat.series['indoor_' + type + '_delta'].name,
|
||||
|
Loading…
x
Reference in New Issue
Block a user