Created
July 4, 2019 17:32
-
-
Save typpo/79bf3e82d81f886d01f14c872b755057 to your computer and use it in GitHub Desktop.
Revisions
-
typpo created this gist
Jul 4, 2019 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,14 @@ { type: 'radar', data: { labels: ['Jan', 'Feb', 'March', 'April', 'May'], datasets: [{ data: [ 50, 60, 70, 80, 90 ], backgroundColor: 'transparent', borderColor: 'red', }] }, options: { legend: {display: false} } }