Skip to content

Instantly share code, notes, and snippets.

@Rasukarusan
Last active August 25, 2019 06:34
Show Gist options
  • Save Rasukarusan/cbc11c23b5947dc4d3be980c3ec4c179 to your computer and use it in GitHub Desktop.
Save Rasukarusan/cbc11c23b5947dc4d3be980c3ec4c179 to your computer and use it in GitHub Desktop.
```chart
{
"type": "bar",
    "data": {
      "labels": ["8月1日", "8月2日", "8月3日", "8月4日", "8月5日", "8月6日", "8月7日"],
      "datasets": [
        {
          "label": "A店 来客数",
          "data": [62, 65, 93, 85, 51, 66, 47],
          "backgroundColor": "rgba(219,39,91,0.5)"
        },{
          "label": "B店 来客数",
          "data": [55, 45, 73, 75, 41, 45, 58],
          "backgroundColor": "rgba(130,201,169,0.5)"
        },{
          "label": "C店 来客数",
          "data": [33, 45, 62, 55, 31, 45, 38],
          "backgroundColor": "rgba(255,183,76,0.5)"
        }
      ]
    },
    "options": {}
}
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment