Skip to content

Instantly share code, notes, and snippets.

@kristw
Last active September 9, 2020 16:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kristw/22d07355ec42e91c9ed18baf7ddc0069 to your computer and use it in GitHub Desktop.
Save kristw/22d07355ec42e91c9ed18baf7ddc0069 to your computer and use it in GitHub Desktop.
const myRadarChart = new Chart(ctx, {
type: 'radar',
data: data,
options: options
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment