Last active
September 9, 2020 16:24
-
-
Save kristw/22d07355ec42e91c9ed18baf7ddc0069 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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