
hcharts
勤则弊除
日拱一卒,功不唐捐。人生之败,非傲及惰,二者必居其一。勤则百弊皆除。
展开
-
hcharts学习笔记-显示点值的折线图
$(function() {$('#container').highcharts({chart : {type : 'line'},title : {text : 'Monthly Average Temperature'},subtitle : {text : 'Source: WorldClimate.com'},xAxis : {categor原创 2015-07-21 16:30:03 · 1368 阅读 · 0 评论 -
hcharts学习笔记-时间轴折线图
$(function () { $('#container').highcharts({ chart: { zoomType: 'x', spacingRight: 20 //距离右侧距离 }, title: { text: 'USD to EUR exch原创 2015-07-21 16:50:52 · 1524 阅读 · 0 评论 -
hcharts学习笔记-带标识的曲线图
$(function () { $('#container').highcharts({ chart: { type: 'spline' //光滑的曲线 }, title: { text: 'Monthly Average Temperature' },原创 2015-07-21 17:09:14 · 1144 阅读 · 0 评论 -
hcharts学习笔记-折线图
$(function () { $('#container').highcharts({ title: { text: 'Monthly Average Temperature', x: -20 //不是-20代表中间 而是默认标题在中间 而根据-20向左便宜20个像素点 }, s原创 2015-07-21 16:02:33 · 824 阅读 · 0 评论 -
hcharts学习笔记-轴反转的曲线图
$(function () { $('#container').highcharts({ chart: { type: 'spline',//光滑线段 即曲线 inverted: true //反轴标志 }, title: { text: 'Atmosphe原创 2015-07-21 17:00:03 · 862 阅读 · 0 评论 -
hcharts学习笔记-带分辨率的曲线图
$(function () { $('#container').highcharts({ chart: { type: 'spline' }, title: { text: 'Wind speed during two days' }, subtitle: {转载 2015-07-21 17:22:29 · 629 阅读 · 0 评论 -
highcharts的dateTimeLabelFormat
highcharts的datetimelabelformat标签既可用于tooptip(点提示),亦可用于x轴坐标。原创 2015-07-24 12:42:58 · 984 阅读 · 0 评论