Skip to content

Instantly share code, notes, and snippets.

@rwbrockhoff
Created March 15, 2019 19:10
Show Gist options
  • Save rwbrockhoff/903d131152fb8ba94294e4f99ce04fcb to your computer and use it in GitHub Desktop.
Save rwbrockhoff/903d131152fb8ba94294e4f99ce04fcb to your computer and use it in GitHub Desktop.
datasets: [
{
label: "Sales",
data: data,
fill: false,
borderColor: "#98B9AB"
},
{
label: "National Average",
data: average,
fill: false,
borderColor: "#98B9AB"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment