Skip to content

Instantly share code, notes, and snippets.

@rwbrockhoff
Created March 19, 2019 01:26
Show Gist options
  • Save rwbrockhoff/65890ea312308dbc3dfa529a7f75b7bf to your computer and use it in GitHub Desktop.
Save rwbrockhoff/65890ea312308dbc3dfa529a7f75b7bf to your computer and use it in GitHub Desktop.
options: {
//Customize chart options
tooltips: {
displayColors: false,
titleFontSize: 16,
bodyFontSize: 14,
xPadding: 10,
yPadding: 10,
callbacks: {
label: (tooltipItem, data) => {
return `$ ${tooltipItem.value}`
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment