fix: small fixes

This commit is contained in:
woothu
2019-06-14 18:20:45 +02:00
parent e2203189fc
commit 5ea5ac4e5b
14 changed files with 12 additions and 45 deletions
+1 -2
View File
@@ -9,7 +9,6 @@
<script>
import { CChartLine } from '@coreui/coreui-vue-chartjs'
import { getColor, hexToRgba } from '@coreui/coreui/dist/js/coreui-utilities'
import { customTooltips } from '@coreui/coreui-plugin-chartjs-custom-tooltips'
function random (min, max) {
return Math.floor(Math.random() * (max - min + 1) + min)
@@ -65,7 +64,7 @@ export default {
},
defaultOptions () {
return {
maintainAspectRatio: false,
legend: {
display: false