Skip to content

Releases: reichlab/predtimechart

release-v2.0.9

28 Feb 22:32
Compare
Choose a tag to compare

continues [allow for direct links to specific viz pages #372]: add yaxis limits to URL. catch invalid options via init or url, and show modal dialog if invalid

release-v2.0.8

26 Feb 16:23
Compare
Choose a tag to compare

release-v2.0.7

20 Feb 20:31
Compare
Choose a tag to compare

release-v2.0.6

13 Feb 18:56
Compare
Choose a tag to compare

fixed a bug where getPlotlyLayout()'s title text was showing task id values instead of texts by changing selectedTaskIDs() to return more info. see: [figure title doesn't match drop-down selector for unit #374]

release-v2.0.5

14 Dec 17:18
Compare
Choose a tag to compare

closes [change text from "Truth" to "Target" #29]

release-v2.0.4

14 Dec 13:31
Compare
Choose a tag to compare

closes ["Select Models" checkbox toggles first 100 models but should toggle those with forecasts #28]

release-v2.0.3

12 Dec 19:26
Compare
Choose a tag to compare

continues [remove "opening triangle" #27]

release-v2.0.2

11 Dec 18:50
Compare
Choose a tag to compare

closes [remove "opening triangle" #27]

release-v2.0.1

12 Jul 13:13
Compare
Choose a tag to compare

Splitting and title-casing task IDs (keys) for display.

release-v2.0.0

11 Jul 15:16
Compare
Choose a tag to compare

This is an API-breaking change that implements #14 by changing from the units concept to task ids. Users will need to:

  • change _fetchData() to the new signature:_fetchData(isForecast, targetKey, taskIDs, referenceDate), i.e., handle the taskIDs arg
  • change App.initialize()'s options object to specify initial_task_ids and task_ids instead of the previous unit-based properties

Please see README.md for details.