Skip to content

Instantly share code, notes, and snippets.

@linxinemily
Created April 13, 2019 11:13
Show Gist options
  • Save linxinemily/48d1e8844b4e8dcaaf719ce60604e76d to your computer and use it in GitHub Desktop.
Save linxinemily/48d1e8844b4e8dcaaf719ce60604e76d to your computer and use it in GitHub Desktop.
{
labels: ['今天', '昨天', '一週前'], // 位於 x 軸的各筆數據 key
datasets: [
{
label: '排名', // x 軸的標籤項目
backgroundColor: 'rgba(0,0,0,0.1)',
data: ['1', '2', '1'] // 位於 y 軸對應的各筆數據 value
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment