首页 > 代码库 > Web 数据可视化

Web 数据可视化

/***************************************************************************************** *                                 Web 数据可视化 * 说明: *     以前每次在网页上看到那些可视化的图形,都想知道这些图形到底是怎么实现的,当然也没有 * 花时间去了解,当然也不知道要查什么资料。 *  *                                                       2016-10-12 深圳 南山平山村 曾剑锋 ****************************************************************************************/一、参考文档:    1. 想用google chart tools,不知用google api加载器有没有被墙的风险?https://www.google.com/jsapi,或者能否把api放本地        http://www.zhihu.com/question/20596545    2. 数据可视化(3)--Google Charts        http://www.cnblogs.com/CraryPrimitiveMan/p/3469713.html    3. 加载不了google chart怎么办?        http://bbs.csdn.net/topics/390970659    4. Charts with PHP and Google Charts API        http://luddep.se/notebook/2008/04/13/charts-php-and-google-charts-api/    5. 强大的纯JS数据图工具-flot        http://www.ideawu.net/blog/archives/611.html    6. 离线使用 Google Charts        http://chenzixin.com/2014/11/628.html    7. ECharts        http://echarts.baidu.com/        https://ecomfe.github.io/echarts/doc/example-en.html    8. Google Chart API        http://www.ruanyifeng.com/blog/2007/12/google_chart_api.html    9. Google Charts        https://developers.google.com/chart/interactive/docs/quick_start    10. Google Chart - corechart packages离线版使用方法        http://m.myexception.cn/go/1885959.html

 

Web 数据可视化