Update chart.js
Browse files
chart.js
CHANGED
@@ -172,12 +172,13 @@ for(let i = 0; i < 4; i++){
|
|
172 |
top: '6%',
|
173 |
left: '12%',
|
174 |
right: '43%',
|
|
|
175 |
borderColor: 'transparent',
|
176 |
backgroundColor: '#eff1f7'
|
177 |
},
|
178 |
legend: {
|
179 |
right: 55,
|
180 |
-
bottom: '
|
181 |
orient: 'vertical',
|
182 |
icon: 'diamond',
|
183 |
itemWidth: 14,
|
|
|
172 |
top: '6%',
|
173 |
left: '12%',
|
174 |
right: '43%',
|
175 |
+
bottom: '11%',
|
176 |
borderColor: 'transparent',
|
177 |
backgroundColor: '#eff1f7'
|
178 |
},
|
179 |
legend: {
|
180 |
right: 55,
|
181 |
+
bottom: '10.5%',
|
182 |
orient: 'vertical',
|
183 |
icon: 'diamond',
|
184 |
itemWidth: 14,
|