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

Stopped hiding series data points on tooltip if turned off

This commit is contained in:
Jon Ziebell 2025-02-26 06:28:29 -05:00
parent 7ad81e5874
commit 8ab3931f2e

View File

@ -200,8 +200,7 @@ beestat.component.chart.runtime_thermostat_detail_temperature.prototype.get_opti
'outdoor_humidity'
].forEach(function(series_code) {
if (
self.data_.metadata.series[series_code].data[x.valueOf()] !== undefined &&
visible_series.includes(series_code) === true
self.data_.metadata.series[series_code].data[x.valueOf()] !== undefined
) {
points.push({
'series_code': series_code,