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:
parent
7ad81e5874
commit
8ab3931f2e
@ -200,8 +200,7 @@ beestat.component.chart.runtime_thermostat_detail_temperature.prototype.get_opti
|
|||||||
'outdoor_humidity'
|
'outdoor_humidity'
|
||||||
].forEach(function(series_code) {
|
].forEach(function(series_code) {
|
||||||
if (
|
if (
|
||||||
self.data_.metadata.series[series_code].data[x.valueOf()] !== undefined &&
|
self.data_.metadata.series[series_code].data[x.valueOf()] !== undefined
|
||||||
visible_series.includes(series_code) === true
|
|
||||||
) {
|
) {
|
||||||
points.push({
|
points.push({
|
||||||
'series_code': series_code,
|
'series_code': series_code,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user