Frontend: Remove indexing time plot

This commit is contained in:
2026-03-26 18:25:44 +01:00
parent 5dfaa79ff6
commit 6b0fbf11dd
2 changed files with 0 additions and 2 deletions
@@ -80,7 +80,6 @@ function AxisTypeY(plot: plot_type) : string | ReactNode {
case plot_type.ROI_WEIGHTED_X:
case plot_type.ROI_WEIGHTED_Y:
return "Position [pixel]";
case plot_type.INDEXING_TIME:
case plot_type.PROCESSING_TIME:
return "Time [s]";
case plot_type.PROFILE_RADIUS: