refactor: update charts to latest version
This commit is contained in:
+13
-2
@@ -1,5 +1,16 @@
|
||||
<template>
|
||||
<div class="dashboard">
|
||||
<h1>Dashboard</h1>
|
||||
<div>
|
||||
<MainChartExample style="height: 300px; margin-top: 40px" />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import MainChartExample from "./charts/MainChartExample";
|
||||
|
||||
export default {
|
||||
name: "Dashboard",
|
||||
components: {
|
||||
MainChartExample,
|
||||
},
|
||||
};
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user