Commit d5ef7f9b authored by Justin Domingue's avatar Justin Domingue Committed by GitHub

fix: revert remove x-axis clamping behavior in liquidity chart (#2045)

* Revert "fix: remove x-axis clamping behavior in liquidity chart (#2042)"

This reverts commit f86db004.

* removed extra curly braces around errorMessage
parent f86db004
......@@ -60,6 +60,9 @@ export function Chart({
}
}, [brushDomain, onBrushDomainChange, xScale])
// ensures the brush remains in view and adapts to zooms
xScale.clamp(true)
return (
<>
<Zoom
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment