[-] Remove unnecessary :entend tag

This commit is contained in:
Hykilpikonna
2019-10-20 17:14:03 -04:00
parent 2a89c6316f
commit 5789fac985
@@ -1,6 +1,6 @@
<template>
<div id="course-scatter">
<ve-scatter height="450px" class="graph" :extend="chartSettings" :after-config="afterConfig"></ve-scatter>
<ve-scatter height="450px" class="graph" :after-config="afterConfig"></ve-scatter>
</div>
</template>