HtmlJavascript$(function () { var chart; var option={ chart: { renderTo:'container', plotBackgroundColor: null, ...
分类:
其他好文 时间:
2015-03-19 18:14:55
阅读次数:
110
图表工具 highcharts http://www.hcharts.cn/脚本库 bootstrap http://www.bootcss.com/打印工具 http://www.lodop.net/学习资源 传智播客 http://www.itcast.cn/
分类:
其他好文 时间:
2015-03-11 16:30:37
阅读次数:
82
1.http://www.highcharts.com/demo(HigthChart)2.http://www.eclipse.org/paho/files/javadoc/index.html(Mqtt文档)
分类:
Web程序 时间:
2015-03-07 11:20:52
阅读次数:
121
highcharts写了个小例子,怕忘了所以记录下highcharts需要jquery.js与highcharts.js<%@pagelanguage="java"contentType="text/html;charset=UTF-8"
pageEncoding="UTF-8"%>
<%
Stringpath=request.getContextPath();
System.out.print(path);
StringbasePath=request...
分类:
其他好文 时间:
2015-03-06 17:26:55
阅读次数:
211
[摘要]: 今天Highcharts群(63112678)爱好者内有一位朋友在使用highstock做了一个订购金额走势图,X轴刻度是日期的形式。测试代码如下所示: var usdeur = [ [Date.UTC(2013,4,1),171751], [Date.UTC(2013,4,2),10....
分类:
其他好文 时间:
2015-03-05 16:29:24
阅读次数:
665
贴一段自定义highchart tooltip的代码实线了垮series的计算和顺序切换 formatter: function () {
// var str = getTooltip(this);
var str = '' + Highcharts.dateFormat(config_timelabelformats.day, this.x) + '...
分类:
其他好文 时间:
2015-03-04 14:39:46
阅读次数:
184
先绘制,后删除多余var chart = new Highcharts.Chart(options); if (chart.series.length > result.dataList0.length) { for...
分类:
其他好文 时间:
2015-03-02 10:45:55
阅读次数:
955
Chart:图表区选项Chart图表区选项用于设置图表区相关属性。参数描述默认值backgroundColor设置图表区背景色#FFFFFFborderWidth设置图表边框宽度0borderRadius设置图表边框圆角角度5renderTo图表放置的容器,一般在html中放置一个DIV,获取DIV...
分类:
其他好文 时间:
2015-02-28 16:06:26
阅读次数:
163
1. yAxis增加一个标题
yAxis: [{
max:{$pe.maxCatArr.{$catlog}.avg}, // 定义Y轴 最大值
min:0, // 定义最小值
minPadding: 0.01,
maxPadding: 0.0...
分类:
其他好文 时间:
2015-02-16 16:59:43
阅读次数:
720