more match-info, parsed-icon on player-page, disabled score-nav-links for not-parsed demos
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user