diff --git a/src/main.js b/src/main.js index 43f806d..a233180 100644 --- a/src/main.js +++ b/src/main.js @@ -427,7 +427,7 @@ class MiniGraphCard extends LitElement { } renderSvgPoints(points, i) { - if (!points) return; + if (!this.config.show.points) return; const color = this.computeColor(this.entity[i].state, i); return svg` 0 && !config.entities[i].color) this.gradient[i] = this.Graph[i].computeGradient( config.color_thresholds, this.config.logarithmic,