Fixed build

This commit is contained in:
Przemek Wiech
2022-02-04 20:34:19 +01:00
parent 1e3cf7a24f
commit 1bb65c0f23

View File

@@ -433,7 +433,7 @@ export function Chart(props: ChartProps) {
resetPosition: true, resetPosition: true,
}); });
} }
}, [props.data, props.selection, props.chartType, props.colors]); });
return ( return (
<div id="svgContainer"> <div id="svgContainer">