Skip to content

Instantly share code, notes, and snippets.

@windate3411
Created January 22, 2020 12:52
Show Gist options
  • Save windate3411/a749c3974f0ca45ddbe59e811f434d9c to your computer and use it in GitHub Desktop.
Save windate3411/a749c3974f0ca45ddbe59e811f434d9c to your computer and use it in GitHub Desktop.
lineChartData: {
labels: ['January', 'February', 'March', 'April', 'May', 'June', 'July'],
datasets: [
{
label: 'Weight track',
backgroundColor: "transparent",
data: [75, 75.6, 77.8, 78.1, 79.1, 80, 78.5],
borderColor: "rgba(1, 116, 188, 0.50)",
pointBackgroundColor: "rgba(171, 71, 188, 1)"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment