Update state-history-chart-line.ts

This commit is contained in:
Bram Kragten 2021-07-29 20:45:25 +02:00
parent d4cbdab4a3
commit ae10ff42e1
No known key found for this signature in database
GPG Key ID: FBE2DFDB363EF55B

View File

@ -2,6 +2,7 @@ import type { ChartData, ChartDataset, ChartOptions } from "chart.js";
import { html, LitElement, PropertyValues } from "lit";
import { property, state } from "lit/decorators";
import { getColorByIndex } from "../../common/color/colors";
import { numberFormatToLocale } from "../../common/string/format_number";
import { LineChartEntity, LineChartState } from "../../data/history";
import { HomeAssistant } from "../../types";
import "./ha-chart-base";