This commit is contained in:
Kane 2023-03-12 23:33:27 +08:00
parent 49a207a9d5
commit eb133c0365
1 changed files with 2 additions and 2 deletions

View File

@ -35,8 +35,8 @@ export default {
const initCharts = () => const initCharts = () =>
{ {
const chartDom = document.getElementById("chartWrapper"); const chartDom = document.getElementById("chartWrapper");
//@ts-ignore // @ts-ignore
const myChart = echarts.init((chartDom)); const myChart = echarts.init(chartDom);
const option = { const option = {
xAxis: { xAxis: {
type: "category", type: "category",