diff --git a/explorer-nextjs/src/components/lineChart/index.tsx b/explorer-nextjs/src/components/lineChart/index.tsx index dc42001b6c..48a8cc3071 100644 --- a/explorer-nextjs/src/components/lineChart/index.tsx +++ b/explorer-nextjs/src/components/lineChart/index.tsx @@ -72,7 +72,14 @@ export const LineChart = ({ }} theme={{ grid: { line: { strokeWidth: 0 } }, - tooltip: { container: { color: "black" } }, + tooltip: { + container: { + color: "black", + fontSize: 10, + maxWidth: 250, + lineHeight: 1, + }, + }, axis: { domain: { line: { stroke: "#C3D7D7", strokeWidth: 1, strokeOpacity: 1 },