fix: small fixes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user