@sdetweil I’ve just downloaded today, just a few minutes before I tried.
This is what I’m seeing right now with the following config (tried with states now):
{
disabled: false,
module:"MyCovid19",
position:"top_center",
config:{
states:['Kentucky','Colorado','Arizona'],
line_colors:['red','white','green','yellow','blue'],
chart_type:"cumulative_cases", // or "cumulative deaths"
chart_title:"Cumulative Cases", // however u want to label
ranges:{min:0,max:8000,stepSize:10000},
width: 200,
height: 300,
debug: true,
},
},