Skip to content

Commit

Permalink
small style changes
Browse files Browse the repository at this point in the history
  • Loading branch information
fpgmaas committed Jul 2, 2024
1 parent 309da8d commit acc9e9b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion frontend/app/components/ScatterPlot.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,10 @@ const ScatterPlot: React.FC<ScatterPlotProps> = ({ results }) => {
},
ticks: {
color: "#FFFFFF",
display: false,
},
grid: {
display: false,
},
},
y: {
Expand Down Expand Up @@ -268,7 +272,7 @@ const ScatterPlot: React.FC<ScatterPlotProps> = ({ results }) => {
<h2 className="text-center text-white mb-4">
Click a package to go to PyPI
</h2>
<hr className="border-gray-500 mb-4 w-full" />
<hr className="border-gray-500 mb-4 w-[700px]" />
<div className="w-full h-[600px]">
<Scatter data={data} options={options} plugins={plugins} />
</div>
Expand Down

0 comments on commit acc9e9b

Please sign in to comment.