diff --git a/frontend/package.json b/frontend/package.json
index ddf0606bb2..ebd3487cea 100644
--- a/frontend/package.json
+++ b/frontend/package.json
@@ -19,6 +19,7 @@
"lodash": "^4.17.20",
"moment": "^2.29.1",
"moment-timezone": "^0.5.33",
+ "plotly.js": "^2.5.1",
"plotly.js-basic-dist": "^2.2.1",
"prop-types": "^15.7.2",
"query-string": "^7.0.0",
@@ -34,6 +35,7 @@
"react-idle-timer": "^4.4.2",
"react-input-autosize": "^3.0.0",
"react-js-pagination": "^3.0.3",
+ "react-plotly.js": "^2.5.1",
"react-responsive": "^8.1.1",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
diff --git a/frontend/src/components/ButtonSelect.js b/frontend/src/components/ButtonSelect.js
index 8ba2d14bab..2b2242eb63 100644
--- a/frontend/src/components/ButtonSelect.js
+++ b/frontend/src/components/ButtonSelect.js
@@ -27,6 +27,7 @@ function ButtonSelect(props) {
endDatePickerId,
dateRange,
disabled,
+ className,
} = props;
const [checked, setChecked] = useState(applied);
@@ -160,7 +161,7 @@ function ButtonSelect(props) {
const ariaLabel = `${menuIsOpen ? 'press escape to close ' : 'Open '} ${ariaName}`;
return (
-
+