Skip to content

Instantly share code, notes, and snippets.

@typpo
Created July 4, 2019 17:32

Revisions

  1. typpo created this gist Jul 4, 2019.
    14 changes: 14 additions & 0 deletions gistfile1.txt
    Original 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}
    }
    }