diff --git a/src/Legend.tsx b/src/Legend.tsx index 5893c36..c5a1769 100644 --- a/src/Legend.tsx +++ b/src/Legend.tsx @@ -4,6 +4,7 @@ import { LegendItem } from "./LegendItem"; import { MonitorSettings, PluggableMonitor } from "./utils"; import { Scrollbars } from "react-custom-scrollbars"; import Switch from "react-switch"; +import classNames from "classnames"; export function Legend({ chartRef, @@ -158,7 +159,7 @@ export function Legend({