posted @ 2017-03-09 22:17 Tokyomylove 阅读(185) 评论(0) 推荐(0)
摘要:
$("#ylqxt").highcharts().setTitle({ text: respons[index]._tpressurename + "压力曲线图" }, { text: new Date().toLocaleString() }); $("#ylqxt").highcharts(). 阅读全文
摘要:
///$.twoDates("startdate",'enddate',3); $.extend({ setTwoDates: function (startinputid, endinputid, difference) { var year = 0; var today = ""; var mydate = new Date(); ... 阅读全文
posted @ 2017-03-09 17:32 Tokyomylove 阅读(113) 评论(0) 推荐(0)
摘要:
参数介绍: 1.series 图表的数据列,可以在每个数据列中指定其参数,另外也可以通过数据列配置( plotOptions) 来指定对某一种类型的数据列有效的配置。 数据列和数据列配置( plotOptions)选项不同之处在于数据列里的对象是图表中具体的某一个数据列,包括数据、类型、ID、下标等 阅读全文
posted @ 2017-03-07 23:02 Tokyomylove 阅读(121) 评论(0) 推荐(0)
摘要:
function showModal(id) { $('#ChartDiv').highcharts({ chart: { type: 'line', }, title: { text: '瞬时流量曲线图' }, xAxis: { typ... 阅读全文
posted @ 2017-03-06 16:17 Tokyomylove 阅读(1016) 评论(0) 推荐(0)
摘要:
@charset "utf-8"; /*基本标签*/ html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, img, abbr, address, cite, code, del, dfn, em, ins, kbd, q, s, samp, small, stron... 阅读全文
posted @ 2017-03-05 22:59 Tokyomylove 阅读(101) 评论(0) 推荐(0)
摘要:
@charset "UTF-8"; /* ---- HTML RESET ---- */ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ... 阅读全文
posted @ 2017-03-05 22:58 Tokyomylove 阅读(135) 评论(0) 推荐(0)
摘要:
1.margin 取值百分比 规定基于父元素的宽度的百分比的外边距。 阅读全文
posted @ 2017-03-05 14:13 Tokyomylove 阅读(84) 评论(0) 推荐(0)
摘要:
1.perspective 设置从何处查看一个元素的角度: div{perspective: 500;-webkit-perspective: 500; /* Safari and Chrome */} 阅读全文
posted @ 2017-03-02 19:50 Tokyomylove 阅读(86) 评论(0) 推荐(0)
摘要:
1)-ms-touch-action: 1)-ms-touch-action: auto 默认值,允许浏览器给元素添加touch行为 none 不允许默认的touch行为 pan-x 允许水平轴触摸驱动的平移 pan-y 允许垂直轴触摸驱动的平移 pinch-zoom 允许拖拽缩放 manipula 阅读全文
posted @ 2017-03-02 10:47 Tokyomylove 阅读(196) 评论(0) 推荐(0)