mirror of
https://github.com/beestat/app.git
synced 2025-05-23 18:04:14 -04:00
Stopped hiding series data points on tooltip if turned off
This commit is contained in:
parent
7ad81e5874
commit
8ab3931f2e
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user