CmdChart: Week number now always displayed for first line

This commit is contained in:
Paul Beckingham 2016-07-06 07:23:58 -04:00
parent 225494d360
commit 9de59fe58e

View file

@ -145,8 +145,7 @@ int renderChart (
last_hour); last_hour);
// For rendering labels on edge detection. // For rendering labels on edge detection.
Datetime previous (filter.range.start); Datetime previous {0};
--previous;
// Is the :blank hint being used? // Is the :blank hint being used?
bool blank = findHint (cli, ":blank"); bool blank = findHint (cli, ":blank");