diff --git a/packages/osd-charts/src/components/__snapshots__/chart.test.tsx.snap b/packages/osd-charts/src/components/__snapshots__/chart.test.tsx.snap
index fce65eefa4bd..2d4e865b1342 100644
--- a/packages/osd-charts/src/components/__snapshots__/chart.test.tsx.snap
+++ b/packages/osd-charts/src/components/__snapshots__/chart.test.tsx.snap
@@ -1,3 +1,3 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
-exports[`Chart should render the legend name test 1`] = `"
"`;
+exports[`Chart should render the legend name test 1`] = `""`;
diff --git a/packages/osd-charts/src/components/icons/assets/dot.tsx b/packages/osd-charts/src/components/icons/assets/dot.tsx
index 3c4321869e01..28e78788f8c4 100644
--- a/packages/osd-charts/src/components/icons/assets/dot.tsx
+++ b/packages/osd-charts/src/components/icons/assets/dot.tsx
@@ -29,15 +29,9 @@ export class DotIcon extends React.Component {
}
render() {
- const { color } = this.props;
return (
-
-
-
-
-
-
-
+
+
);
}
diff --git a/packages/osd-charts/src/components/legend/__snapshots__/legend.test.tsx.snap b/packages/osd-charts/src/components/legend/__snapshots__/legend.test.tsx.snap
index a64f4750d2c7..73439392f5a1 100644
--- a/packages/osd-charts/src/components/legend/__snapshots__/legend.test.tsx.snap
+++ b/packages/osd-charts/src/components/legend/__snapshots__/legend.test.tsx.snap
@@ -1,9 +1,9 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
-exports[`Legend #legendColorPicker should match snapshot after onChange is called 1`] = `"splita splitb splitc splitd "`;
+exports[`Legend #legendColorPicker should match snapshot after onChange is called 1`] = `"splita splitb splitc splitd "`;
-exports[`Legend #legendColorPicker should match snapshot after onClose is called 1`] = `"splita splitb splitc splitd "`;
+exports[`Legend #legendColorPicker should match snapshot after onClose is called 1`] = `"splita splitb splitc splitd "`;
exports[`Legend #legendColorPicker should render colorPicker when color is clicked 1`] = `"Custom Color Picker #0c7b93 close
"`;
-exports[`Legend #legendColorPicker should render colorPicker when color is clicked 2`] = `"splita Custom Color Picker #0c7b93 close
splitb splitc splitd "`;
+exports[`Legend #legendColorPicker should render colorPicker when color is clicked 2`] = `"splita Custom Color Picker #0c7b93 close
splitb splitc splitd "`;