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 · 1346 阅读 · 0 评论 -
hcharts学习笔记-时间轴折线图
$(function () { $('#container').highcharts({ chart: { zoomType: 'x', spacingRight: 20 //距离右侧距离 }, title: { text: 'USD to EUR exch原创 2015-07-21 16:50:52 · 1496 阅读 · 0 评论 -
hcharts学习笔记-带标识的曲线图
$(function () { $('#container').highcharts({ chart: { type: 'spline' //光滑的曲线 }, title: { text: 'Monthly Average Temperature' },原创 2015-07-21 17:09:14 · 1131 阅读 · 0 评论 -
hcharts学习笔记-折线图
$(function () { $('#container').highcharts({ title: { text: 'Monthly Average Temperature', x: -20 //不是-20代表中间 而是默认标题在中间 而根据-20向左便宜20个像素点 }, s原创 2015-07-21 16:02:33 · 814 阅读 · 0 评论 -
hcharts学习笔记-轴反转的曲线图
$(function () { $('#container').highcharts({ chart: { type: 'spline',//光滑线段 即曲线 inverted: true //反轴标志 }, title: { text: 'Atmosphe原创 2015-07-21 17:00:03 · 847 阅读 · 0 评论 -
hcharts学习笔记-带分辨率的曲线图
$(function () { $('#container').highcharts({ chart: { type: 'spline' }, title: { text: 'Wind speed during two days' }, subtitle: {转载 2015-07-21 17:22:29 · 615 阅读 · 0 评论 -
highcharts的dateTimeLabelFormat
highcharts的datetimelabelformat标签既可用于tooptip(点提示),亦可用于x轴坐标。原创 2015-07-24 12:42:58 · 958 阅读 · 0 评论