cmu-delphi / www-epivis

An interactive tool for visualizing epidemiological time-series data.
http://delphi.cmu.edu/epivis/
MIT License
1 stars 3 forks source link

allow custom naming and/or recreate full dropdown for url-provided signals #42

Open melange396 opened 1 month ago

melange396 commented 1 month ago

Currently (or as of #36), url-provided base64-encoded signal specifications (as demonstrated with a link like this) show up with a single-line title of "value" in the LeftMenu component (before that changeset, the url-provided signals do not show up in the LeftMenu at all). The encoding includes a JSON dictionary with an entry for "title":"value", but changing the value for key "title" causes the signal to fail to load.

(ive only tested this with COVIDCast signals; behavior may be different for other endpoint sources)

melange396 commented 1 month ago

a "normally" populated LeftMenu will look something like this: image