diff --git a/app/src/components/Sidebar/PlotHistory.tsx b/app/src/components/Sidebar/PlotHistory.tsx index 33ac41b..8a7c34b 100644 --- a/app/src/components/Sidebar/PlotHistory.tsx +++ b/app/src/components/Sidebar/PlotHistory.tsx @@ -84,7 +84,7 @@ export default withTheme((props: Props) => { ) - }, [width, props.data, tooltip, props.interpolation, props.range]) + }, [width, props.data, tooltip, props.interpolation, props.range, props.color, props.theme]) }) function domainForData(data: Array<{ x: number; y: number }>): [number, number] {