add dark mode (!)
This commit is contained in:
@@ -8,7 +8,7 @@ function TemperaturePlot() {
|
||||
if (error) return <p>Error: {error.message}</p>
|
||||
|
||||
return (
|
||||
<div>
|
||||
<div className="w-full">
|
||||
<ResponsiveContainer width="100%" height={400}>
|
||||
<ScatterChart data={data}>
|
||||
<XAxis dataKey="id" />
|
||||
|
||||
Reference in New Issue
Block a user