1. 程式人生 > >echarts-all js 1 Dom s width height should be ready before

echarts-all js 1 Dom s width height should be ready before

bsp b2c ttr fonts show text 修改 soft enter

1、錯誤描述

echarts-all.js:1 Dom’s width & height should be ready before init.i._init @ echarts-all.js:1
http://127.0.0.1:8020/favicon.ico Failed to load resource: the server responded with a status of 404 (Not Found)
技術分享圖片

2、錯誤原因

(1)echarts容器在初始化需要設置高度和寬度,而實例中沒有

<body>
	   <div id="column"></div
>
</body>

(2)找不到favicon.ico

3、解決辦法

(1)設置div容器的高度和寬度

<div id="column" style="width: 1350px; height: 600px;"></div>

(2)修改favicon.ico 路徑

再分享一下我老師大神的人工智能教程吧。零基礎!通俗易懂!風趣幽默!還帶黃段子!希望你也加入到我們人工智能的隊伍中來!https://blog.csdn.net/jiangjunshow

echarts-all js 1 Dom s width height should be ready before