fullWidth config variable sticks the cases selector (and new download button) in the correct place(s).
downloadUrl optionally adds a download button with a link to some website where data can be downloaded (Github?). It is not individual buttons for each dataset but hopefully is sufficient for now.
summaryData should be passed with region not Region column name. This is not yet checked before passing to rt_vis - #30.
Combines new version of
rt_vis
withRtD3
.Major
RtD3
changes:fullWidth
config variable sticks the cases selector (and new download button) in the correct place(s).downloadUrl
optionally adds a download button with a link to some website where data can be downloaded (Github?). It is not individual buttons for each dataset but hopefully is sufficient for now.summaryData
should be passed withregion
notRegion
column name. This is not yet checked before passing tort_vis
- #30.Closes #29 and closes #14.