1: Jmgraph 工具 http://graph.jm47.com/ 2: fusionchart工具 http://www.fusioncharts.com/ 3: ichartjs 工具 http://www.ichartjs.com/samples/index.html ...
分类:
Web程序 时间:
2017-09-08 00:24:09
阅读次数:
253
图表示这样的 页面上有很多个图表,由于没有查询按钮,就只是点击发送ajax数据,所以把所有图表的方法放在updated中, 功能是实现了没问题,但是加载页面的时候会发送很多的ajax请求,而且点击修改的时候整个页面的图表都会重绘,目前考虑的解决办法是做一个判断,如果当前的的这个对象的数值发生改变了再 ...
分类:
其他好文 时间:
2017-09-06 19:33:44
阅读次数:
365
series: [{ name: '东京', marker: { symbol: 'url(https://www.highcharts.com/demo/gfx/sun.png)' //链接外部图片 }, data: [7.0, 6.9, 9.5, 14.5, 18.2, 21.5, 25.2, ...
分类:
其他好文 时间:
2017-08-24 19:58:15
阅读次数:
142
作者原创:转载请注明出处 在做项目的过程中,经常会用到统计数据,同时会用到highchart或echart进行数据展示,highchart是外国开发的数据统计图插件, echart是我们国家开发的数据统计插件,我比较喜欢highchart的统计插件,在这里展示的也是highchart插件的应用。 应 ...
分类:
数据库 时间:
2017-08-23 11:54:16
阅读次数:
235
Line charts are often used to plot temporal data, like a stock price over time. In this lesson we’ll see how to use D3 APIs to create our own simplifi ...
分类:
其他好文 时间:
2017-08-14 21:28:31
阅读次数:
366
Scatter plots, sometimes also known as bubble charts, are another common type of visualization. They’re extremely versatile thanks to their ability to ...
分类:
其他好文 时间:
2017-08-11 19:29:59
阅读次数:
175
Most charts aren’t complete without axes to provide context and labeling for the graphical elements being displayed. This lesson introduces D3’s APIs ...
分类:
其他好文 时间:
2017-08-07 19:31:20
阅读次数:
135
在项目中,需要使用乡镇街道的地图边界,之前一直使用的是百度地图或Echarts地图,其没有这部分行政区的数据,需要在第三方购买数据,其提供的是shp文件 主文件:counties.shp 索引文件:counties.shx dBASE表: ounties.dbf 我使用GeoServer将shp文件 ...
分类:
Web程序 时间:
2017-08-04 15:17:15
阅读次数:
693
echarts基本图表使用: 1.获取包裹元素(var myChart = echarts.init(document.getElementById(‘thisId’));)2.设置option(option={...})3.使用设置好的option显示图表(myChart.setOption(op ...
分类:
其他好文 时间:
2017-08-03 16:51:50
阅读次数:
281
1、错误原因 TypeError: Error #1006: value 不是函数。 at BasicChart/dataFunc()[E:\Flash Builder\Map\src\BasicChart.mxml:68] at mx.charts.chartClasses::Series/cac ...
分类:
其他好文 时间:
2017-08-03 15:42:42
阅读次数:
248