111
This commit is contained in:
		@@ -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",
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user