fix: [TokenDetails] Glyph placement on line chart (#4525)
* Modify line curve on token price chart to fix inconsistency on steep drops/increases and glyph placement
* Make curve required on LineChart
* Add curve to SparkLine chart
* Remove dependency: d3-curve-circlecornders - no longer used
* Drop d3-curve-circlecorner from react-app-env
Co-authored-by:
gbugyis <greg@bugyis.com>
Showing
... | @@ -175,7 +175,6 @@ | ... | @@ -175,7 +175,6 @@ |
"clsx": "^1.1.1", | "clsx": "^1.1.1", | ||
"copy-to-clipboard": "^3.2.0", | "copy-to-clipboard": "^3.2.0", | ||
"d3": "^7.6.1", | "d3": "^7.6.1", | ||
"d3-curve-circlecorners": "^0.1.6", | |||
"ethers": "^5.1.4", | "ethers": "^5.1.4", | ||
"firebase": "^9.1.3", | "firebase": "^9.1.3", | ||
"focus-visible": "^5.2.0", | "focus-visible": "^5.2.0", | ||
... | ... |
Please register or sign in to comment