flask - python+echarts 作图, 有相关实例可参考吗,新手刚接触感觉没有思路?
PHP中文网
PHP中文网 2017-04-17 17:31:07
0
4
431

目前后台处理数据使用flask 如果前台想用echarts 做数据展示 ,不知从何下手,各位前辈有这方面的实例可用参考吗?

PHP中文网
PHP中文网

认证0级讲师

reply all(4)
黄舟

Each chart in echarts has a corresponding data format. Take a look at the demo first. After python obtains the data, it processes the data according to the echarts format, and then displays the processed data on the page.

洪涛

echart has an API, and you only need to feed data to the backend. The difficulty is that the database design must meet the analysis, which involves data warehouse, data model, front-end model and back-end data model, which is a complete solution

大家讲道理

The backend assembles the data format required by echarts.

迷茫

Go to the echarts official website and download a document. There are various demos in it. Just replace the data directly

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template