diff --git a/src/cards/ha-card-chooser.html b/src/cards/ha-card-chooser.html index 782402ee02..35c0e59223 100644 --- a/src/cards/ha-card-chooser.html +++ b/src/cards/ha-card-chooser.html @@ -2,6 +2,7 @@ + diff --git a/src/cards/ha-history_graph-card.html b/src/cards/ha-history_graph-card.html new file mode 100644 index 0000000000..a3261156b0 --- /dev/null +++ b/src/cards/ha-history_graph-card.html @@ -0,0 +1,102 @@ + + + + + + + + + + + + diff --git a/src/components/ha-cards.html b/src/components/ha-cards.html index b0a988fc92..3430e0f9d8 100644 --- a/src/components/ha-cards.html +++ b/src/components/ha-cards.html @@ -83,6 +83,7 @@ // mapping domain to size of the card. var DOMAINS_WITH_CARD = { camera: 4, + history_graph: 4, media_player: 3, persistent_notification: 0, weather: 4, diff --git a/src/components/state-history-chart-line.html b/src/components/state-history-chart-line.html index 2396fa6046..bd8255e66b 100644 --- a/src/components/state-history-chart-line.html +++ b/src/components/state-history-chart-line.html @@ -1,4 +1,5 @@ + diff --git a/src/components/state-history-chart-timeline.html b/src/components/state-history-chart-timeline.html index a586a5650e..4b0a432795 100644 --- a/src/components/state-history-chart-timeline.html +++ b/src/components/state-history-chart-timeline.html @@ -1,47 +1,38 @@ - - - + + diff --git a/src/components/state-history-charts.html b/src/components/state-history-charts.html index 0c84e8eeb3..04cf753fb1 100644 --- a/src/components/state-history-charts.html +++ b/src/components/state-history-charts.html @@ -1,4 +1,4 @@ - + @@ -14,6 +14,14 @@ display: block; } + .google-visualization-tooltip { + z-index: 200; + } + + state-history-chart-timeline, state-history-chart-line { + display: block; + } + .loading-container { text-align: center; padding: 8px; @@ -40,15 +48,16 @@ + end-time='[[_computeEndTime(endTime, upToNow, historyData)]]' + no-single='[[noSingle]]'> @@ -56,65 +65,67 @@ diff --git a/src/data/ha-state-history-data.html b/src/data/ha-state-history-data.html index 44d037c2e7..94550f52fe 100644 --- a/src/data/ha-state-history-data.html +++ b/src/data/ha-state-history-data.html @@ -1,35 +1,43 @@ - + diff --git a/src/dialogs/more-info-dialog.html b/src/dialogs/more-info-dialog.html index 04d17ce359..a7a72881fd 100644 --- a/src/dialogs/more-info-dialog.html +++ b/src/dialogs/more-info-dialog.html @@ -1,4 +1,4 @@ - + @@ -9,6 +9,7 @@ +