質問するログイン新規登録

質問編集履歴

2

誤字

2019/12/27 19:09

投稿

toshihirokato
toshihirokato

スコア20

title CHANGED
File without changes
body CHANGED
@@ -319,7 +319,7 @@
319
319
 
320
320
  ```
321
321
  {
322
- "name": "strength-finder-app",
322
+ "name": "",
323
323
  "version": "1.0.0",
324
324
  "description": "My epic Nuxt.js project",
325
325
  "author": "",

1

わかりやすくした。

2019/12/27 19:08

投稿

toshihirokato
toshihirokato

スコア20

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,