+
(this.container = el)} />
+
+
+ );
}
}
diff --git a/src/components/customLinks/index.tsx b/src/components/customLinks/index.tsx
index 571e01f..734f18b 100644
--- a/src/components/customLinks/index.tsx
+++ b/src/components/customLinks/index.tsx
@@ -5,7 +5,7 @@ import classNames from "classnames";
import * as css from "./style.css";
type Props = {
- widget: "spectrum" | "multi-table" | "table" | "score";
+ widget: "spectrum" | "multi-table" | "table" | "score" | "chart";
api: API;
style?: any;
linkClass?: string;