Update chart.js
Browse files
chart.js
CHANGED
@@ -169,14 +169,14 @@ for(let i = 0; i < 4; i++){
|
|
169 |
],
|
170 |
grid: {
|
171 |
show: true,
|
172 |
-
top: '
|
173 |
left: '12%',
|
174 |
-
right: '
|
175 |
borderColor: 'transparent',
|
176 |
backgroundColor: '#eff1f7'
|
177 |
},
|
178 |
legend: {
|
179 |
-
right:
|
180 |
bottom: '11%',
|
181 |
orient: 'vertical',
|
182 |
icon: 'diamond',
|
|
|
169 |
],
|
170 |
grid: {
|
171 |
show: true,
|
172 |
+
top: '6%',
|
173 |
left: '12%',
|
174 |
+
right: '44%',
|
175 |
borderColor: 'transparent',
|
176 |
backgroundColor: '#eff1f7'
|
177 |
},
|
178 |
legend: {
|
179 |
+
right: 60,
|
180 |
bottom: '11%',
|
181 |
orient: 'vertical',
|
182 |
icon: 'diamond',
|