OpenCDSS / cdss-lib-common-java

Colorado's Decision Support Systems (CDSS) common library (Java)
GNU General Public License v3.0
0 stars 1 forks source link

Raster graph - for multiple time series, missing at the end of a row is not shown as missing #218

Closed smalers closed 11 months ago

smalers commented 11 months ago

Showing multiple time series in a raster graph (heat map) is not properly handling missing data at the end of a row.

smalers commented 11 months ago

I fixed the bug, which was due to the pixel width not matching the interval, but set to 1, which is a full year. Therefore a rectangle was always drawn to the end of the raw and if missing data occurred at the end of the row, it was not drawn at all, and the previous color was shown. Close this issue.