@@ -192,6 +192,7 @@ The test suite includes:
192192- ** test_colormaps** : Color mapping functions
193193- ** test_term_render_mode** : Terminal render mode parsing/cycling helpers
194194- ** test_range_popup** : Range popup logic (symmetric computation, value parsing)
195+ - ** test_timeseries** : Time series reading, multi-file concatenation, and CF time unit conversion
195196- ** test_file_netcdf** : NetCDF file I/O
196197- ** test_file_zarr** : Zarr file I/O (when built with ` WITH_ZARR=1 ` )
197198- ** test_integration** : End-to-end workflow tests
@@ -211,6 +212,12 @@ The test suite includes:
211212 - ** Minimum/Maximum** : Editable text fields for exact values
212213 - ** Symmetric about Zero** : Sets range to [ -max(|min|,|max|), max(|min|,|max|)]
213214 - ** Reset to Global Values** : Restores the variable's full data range
215+ - ** Time series plot** : Click on the image to show a time series popup at that location:
216+ - Displays value vs time for the selected variable at the clicked grid point
217+ - Y-axis with numeric tick labels, X-axis with CF time date formatting (when detected)
218+ - Blue data line with dots at data points; gaps shown for fill/missing values
219+ - Works with both single files and multi-file datasets
220+ - When files have different time epochs, values are automatically normalized to a common reference
214221- ** Dimension panel** : Shows dimension names, ranges, current values
215222- ** Colorbar** : Min/max and intermediate labels update as you adjust range
216223
0 commit comments