epiforecasts / RtD3

Rt visualisation in D3
https://epiforecasts.io/RtD3/
Other
6 stars 2 forks source link

Facet widget #26

Open hamishgibbs opened 3 years ago

hamishgibbs commented 3 years ago

Widget as a facet of the top n countries for some dataset. This may be achievable with tsWidget #24

But is probably more appropriate to construct it with a new function in rt_vis which interacts directly with plotTs:

https://github.com/hamishgibbs/rt_vis/blob/ab5d8f380ba5a95670a493fb4a269243c21f4d2a/src/js/ts.ts#L15

An example of the target widget:

Related to #19