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

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