From acc9e9b06641ed4bdde43a338c3b90fe1404cc06 Mon Sep 17 00:00:00 2001 From: Florian Maas Date: Tue, 2 Jul 2024 17:22:46 +0200 Subject: [PATCH] small style changes --- frontend/app/components/ScatterPlot.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/frontend/app/components/ScatterPlot.tsx b/frontend/app/components/ScatterPlot.tsx index 92db08f..8c0f1ce 100644 --- a/frontend/app/components/ScatterPlot.tsx +++ b/frontend/app/components/ScatterPlot.tsx @@ -205,6 +205,10 @@ const ScatterPlot: React.FC = ({ results }) => { }, ticks: { color: "#FFFFFF", + display: false, + }, + grid: { + display: false, }, }, y: { @@ -268,7 +272,7 @@ const ScatterPlot: React.FC = ({ results }) => {

Click a package to go to PyPI

-
+