From ae10ff42e113825c434f6c0437176b21474ecbb5 Mon Sep 17 00:00:00 2001 From: Bram Kragten Date: Thu, 29 Jul 2021 20:45:25 +0200 Subject: [PATCH] Update state-history-chart-line.ts --- src/components/chart/state-history-chart-line.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/chart/state-history-chart-line.ts b/src/components/chart/state-history-chart-line.ts index 797fd55316..b2bddfba4f 100644 --- a/src/components/chart/state-history-chart-line.ts +++ b/src/components/chart/state-history-chart-line.ts @@ -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";