111
This commit is contained in:
parent
49a207a9d5
commit
eb133c0365
@ -35,8 +35,8 @@ export default {
|
||||
const initCharts = () =>
|
||||
{
|
||||
const chartDom = document.getElementById("chartWrapper");
|
||||
//@ts-ignore
|
||||
const myChart = echarts.init((chartDom));
|
||||
// @ts-ignore
|
||||
const myChart = echarts.init(chartDom);
|
||||
const option = {
|
||||
xAxis: {
|
||||
type: "category",
|
||||
|
Loading…
x
Reference in New Issue
Block a user