天天看點

flask+sqlite3+echarts2+ajax資料可視化--靜态圖

結構:

/www

|

|-- /static

| |

| |-- echarts.js(當然還有echarts原dist目錄下的檔案(夾))

|-- /templates

| |-- index.html

|-- app.py

|-- create_db.py

定義了兩個路由:'/'和'/weather',後一個用于處理ajax,傳回json格式。形如:

{month:['1月','2月',...],evaporation:[3.1, 4, 4.6, ...],precipitation:[...]}

值得注意的是導入echarts.js時使用了url_for函數。初時,我使用了<code>src="js/echarts.js"</code>,老是導入不了!原因不詳!

index.html檔案如下:

flask+sqlite3+echarts2+ajax資料可視化--靜态圖
上一篇: python 圖
下一篇: python 二叉樹