Rename blur labels to diameter
Build & Deploy / build (push) Successful in 2m33s
Build & Deploy / deploy (push) Successful in 41s

This commit is contained in:
2025-10-05 13:39:59 +02:00
parent 39afb5c9e0
commit 21dcdee1f0
+3 -3
View File
@@ -324,7 +324,7 @@ const PlotSection = ({ lensCurves, plotType, setPlotType, previewDistanceMeters
<div className="flex flex-wrap items-center justify-between gap-3">
<div>
<h2 className="text-lg font-semibold text-slate-100">Blur comparison</h2>
<p className="text-xs uppercase tracking-wide text-slate-400">Blur radius as % of sensor diagonal</p>
<p className="text-xs uppercase tracking-wide text-slate-400">Blur diameter as % of sensor diagonal</p>
</div>
<div className="flex flex-wrap items-center gap-3">
<select
@@ -358,7 +358,7 @@ const PlotSection = ({ lensCurves, plotType, setPlotType, previewDistanceMeters
...(axisConfig.ticksuffix ? { ticksuffix: axisConfig.ticksuffix } : {}),
},
yaxis: {
title: 'Blur radius (% of sensor diagonal)',
title: 'Blur diameter (% of sensor diagonal)',
type: 'linear',
gridcolor: 'rgba(148, 163, 184, 0.2)',
zerolinecolor: 'rgba(148, 163, 184, 0.4)',
@@ -979,7 +979,7 @@ const App = () => {
<div>
<h1 className="text-2xl font-semibold text-slate-100">Lens & Sensor Blur Comparison</h1>
<p className="text-sm text-slate-400">
Explore blur radius as % of sensor diagonal across lens and sensor combinations.
Explore blur diameter as % of sensor diagonal across lens and sensor combinations.
</p>
</div>
</div>