more match-info, parsed-icon on player-page, disabled score-nav-links for not-parsed demos

This commit is contained in:
cnachtigall1991
2021-10-12 02:43:20 +02:00
parent 76aba61361
commit a53c4a3c14
10 changed files with 487 additions and 78 deletions

View File

@@ -54,7 +54,7 @@ export default {
LabelLayout
]);
let myChart = echarts.init(document.getElementById(`flash-chart-${props.id}`));
let myChart = echarts.init(document.getElementById(`flash-chart-${props.id}`), {},{width: 600, height: 400});
let option
option = {
@@ -215,8 +215,6 @@ export default {
@for $i from 0 through 9 {
#flash-chart-#{$i} {
width: 600px;
height: 400px;
margin: 40px 40px -40px 40px;
}
}