more refactoring

This commit is contained in:
cnachtigall1991
2021-10-13 21:10:40 +02:00
parent 93d0cdbdc4
commit f536a0527f
8 changed files with 158 additions and 301 deletions

View File

@@ -1,5 +1,5 @@
<template>
<div class="multi-kills-chart">
<div class="multi-kills-chart" v-if="props.stats">
<h4 class="text-center">Multi-Kills</h4>
<div id="multi-kills-chart"></div>
</div>
@@ -89,7 +89,7 @@ export default {
const optionGen = (player, data) => {
return {
tooltip: {
position: 'top'
position: 'top',
},
grid: {
height: '50%',
@@ -130,7 +130,6 @@ export default {
},
series: [
{
name: 'Mutlki-Kill',
type: 'heatmap',
data: data,
label: {