Frontend: Remove indexing time plot
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user