ECharts.資料ZC01
阿新 • • 發佈:2018-02-27
china com body chart title .com 文件中 ref ech
1、官方資料(實例):http://echarts.baidu.com/echarts2/doc/example.html?qq-pf-to=pcqq.c2c
(對應:源碼文件中 "..\echarts-2.2.7\doc\example.html")
1.1、文檔:
(1)、參考手冊:http://echarts.baidu.com/echarts2/doc/doc.html
(對應:源碼文件中 "..\echarts-2.2.7\doc\doc.html")
(2)、配置項查找工具:http://echarts.baidu.com/echarts2/doc/option.html#title~
(對應:源碼文件中 未找到 "option.html")
2、"..\echarts-2.2.7\build\" 裏面有兩個目錄 "dist"和"source"
個人感覺,裏面的代碼是一樣的,只是 "source"裏面的代碼是人類易讀的格式,"dist"裏面的代碼 是經過build之後的 人類難以閱讀的格式
2.1、doc.html 中的原話:
dist/echarts-all.js : 經過壓縮,全圖表,包含world,china以及34個省市級地圖數據 source/echarts-all.js : 未壓縮,全圖表,包含world,china以及34個省市級地圖數據,可用於調試
3、
4、
5、
ECharts.資料ZC01