jmparelman / PA-SCI_COVID19

Track and analyze the spread of COVID-19 in the Pennsylvania prison system.
1 stars 1 forks source link

sparkline rows #7

Open jmparelman opened 3 years ago

jmparelman commented 3 years ago

Need to make a script that gets the latest day of testing data, uses Matt's plotting function, and saves plot as svg string into the dataframe.

additionally, need to modify the index.html file to plot the svg sparkline strings into the row

jmparelman commented 3 years ago

@mbod this function will need to be added to the git workflow as well

mbod commented 3 years ago

I think we can use the d3 sparkline function as the latest data is being used to produce the aggregated plot

I've got a version kind of working in my fork:

https://mbod.github.io/PA-SCI_COVID19/

jmparelman commented 3 years ago

Yeah, i also put some frustrating rotations on the daily main plot. It looks... ok. Check mine out on on my branch. Yours looks nice, but I think we want it to display bigger on mobile, which is what I was trying to get working.