这是第一篇实例的步骤与代码。还有整个项目的结构图。 http://my.oschina.net/xshuai/blog/345117 ????????原创的博文。转载注明出处。大家赶紧收藏吧。 ????????本人highcharts新手。只是做个了...
分类:
Web程序 时间:
2014-12-05 15:44:28
阅读次数:
317
这个是前段时间做的一个项目模块,实现内容是调查问卷,如:
1:你的性别?
2:你的年龄?
。。。。。。
后台根据提交的内容,通过图表显示比例出来
废话就不说了,贴上代码:
注意,我项目是mvc框架
前台代码:
@if (Model != null && Model.Any())
...
分类:
其他好文 时间:
2014-12-05 14:18:48
阅读次数:
187
此文档是本人在开发过程图形报表时使用HighCharts所遇到的问题及解决方案 。最后附上有HighCharts中文帮助文档 HighCharts 版本:Highcharts-3.0.1 HighStock 版本:Highstock-1.3.1 下载地址:http://www.highcharts....
分类:
其他好文 时间:
2014-12-02 13:16:35
阅读次数:
172
利用highcharts的series:{stacking:‘normal‘}进行区分。$(function(){$(‘#container‘).highcharts({chart:{type:‘bar‘},title:{text:‘Stackedbarchart‘},xAxis:{categories:[‘Apples‘,‘Oranges‘,‘Pears‘,‘Grapes‘,‘Bananas‘]},yAxis:{min:0,title:{text:‘Totalfruitconsumption..
分类:
其他好文 时间:
2014-11-25 18:54:11
阅读次数:
808
HighCharts 图表插件 自定义绑定 时间轴数据,解决时间轴自动显示数据与实际绑定数据时间不对应问题!可能要用到的源码片段:http://code.662p.com/list/14_1.html 学习示例如下: 喊单收益曲线图 详...
分类:
其他好文 时间:
2014-11-25 10:31:42
阅读次数:
404
json数据格式如下:{
"value":[
23,
4,
24,
95,
27,
35,
93,
63,
75,
17,
13,
93,
54,
71,
61,
14,
13,
14,
29
]
}需要highcharts的dark-blue.js文件html文件格式如下:<!doctypehtml>
<htmllang="en">
<head>
<scripttype="text/javas..
分类:
Web程序 时间:
2014-11-25 02:03:22
阅读次数:
286
例子见本博文件下载。注意 xAxis: { categories: [], series: []两处修改。
分类:
移动开发 时间:
2014-11-18 23:08:34
阅读次数:
180
yAxis : { title : { text : '数据' }, plotLines : [ { value : 0, width : 1, color : '#808080' } ], min: 30, //最小 t...
分类:
其他好文 时间:
2014-11-13 18:14:18
阅读次数:
266
最简单的MVC4+Highcharts连数据库例子
分类:
数据库 时间:
2014-11-13 18:09:49
阅读次数:
339