Abhinav Tushar
Abhinav Tushar
Right now, we have same colors sorted by hue  This looks like an improvement but since there are 22 colors used out of 30, we can remove some of...
Another issue is that a systematic ordering of colors has made the later models more visible since their curves are drawn at the end. For example, you can see a...
@nickreich thoughts?
Can we change this a little bit to accommodate cases like [82](https://github.com/reichlab/forecast-repository/issues/82) (from zoltar)? When we pass in `data-version-date`, we can use a arbitrary steps (including negative values). An example...
Also, in case of no `data-version-date` offset values (if any) will be ignored so that the solution stays backward compatible.
Also, @matthewcornell can we keep the value of `data-version-date` an integer (index in the `timePoints` array)? I was thinking to keep 'date' values in a single array (`timePoints`) and everywhere...
We now allow `dataVersionTime` (an index mapping to time in `timePoints` array) in predictions. The gray region now follows the `dataVersionTime` if provided, otherwise it follows the regular indices. Its...
Reopening. Lets close once we try it.
@matthewcornell try `0.9.4`. Structure is now this: ```json "predictions": [ { "dataVersionTime": 1, // index maps to the main timePoints array "series": [ { "point": 1.30017860564934 }, { "point": 1.40042830976304...
Oh, I thought these two dates are from the same discrete set. No problem, I will make it read the time (in whatever format we are accepting everywhere else).