1
0
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:
Michael Hosmar 2025-07-24 15:17:24 -04:00 committed by GitHub
parent bf0e9a8272
commit 659b3651d7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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(deltas_converted);
const linear_trendline = beestat.math.get_linear_trendline(profile.deltas);
fields.push({ fields.push({
'name': beestat.series['indoor_' + type + '_delta'].name, 'name': beestat.series['indoor_' + type + '_delta'].name,