質問編集履歴
2
誤字
title
CHANGED
File without changes
|
body
CHANGED
@@ -319,7 +319,7 @@
|
|
319
319
|
|
320
320
|
```
|
321
321
|
{
|
322
|
-
"name": "
|
322
|
+
"name": "",
|
323
323
|
"version": "1.0.0",
|
324
324
|
"description": "My epic Nuxt.js project",
|
325
325
|
"author": "",
|
1
わかりやすくした。
title
CHANGED
File without changes
|
body
CHANGED
@@ -94,9 +94,9 @@
|
|
94
94
|
const config = {
|
95
95
|
type: 'radar',
|
96
96
|
data: {
|
97
|
-
labels: ['
|
97
|
+
labels: ['', '', '', '', ''],
|
98
98
|
datasets: [{
|
99
|
-
label: '
|
99
|
+
label: '',
|
100
100
|
backgroundColor: color(colorSet.orange).alpha(0.6).rbgString(),
|
101
101
|
borderColor: colorSet.orange,
|
102
102
|
pointBackgroundColor: colorSet.orange,
|
@@ -111,7 +111,7 @@
|
|
111
111
|
display: true,
|
112
112
|
fontSize: 20,
|
113
113
|
fontColor: '#666',
|
114
|
-
text: '
|
114
|
+
text: ''
|
115
115
|
},
|
116
116
|
scale: {
|
117
117
|
display: true,
|