随笔分类 -  hcharts

hcharts
摘要:crosshairs: true, crosshairs: [true, true], // 同时启用竖直及水平准星线 crosshairs: [{ // 设置准星线样式 width: 2, color: 'gray', dashStyle: 'shortdot' }, { width: 2, co 阅读全文
posted @ 2019-04-16 10:46 任飞儿 阅读(844) 评论(0) 推荐(0)
摘要:1、linear 线性轴线性轴。默认类型,x轴按照 Axis.tickInterval 值增长,y轴默认是自适应。 2、logarithmic 对数轴对数轴。按照数学中的对数增长,例如1,2,4,8… 用的不多,主要用于对数图表,实例请查看在线演示平台的 对数直线图。 3、datetime 时间轴时 阅读全文
posted @ 2018-05-30 10:09 任飞儿 阅读(1070) 评论(0) 推荐(0)
摘要:1、函数构造: Highcharts.dateFormat(String format, [Number time], [Boolean capitalize]) 2、参数列表: String format 格式化字符串,下面详细说明 Number time 需要格式化的时间戳,可选参数,留空则取当 阅读全文
posted @ 2018-05-29 16:11 任飞儿 阅读(800) 评论(0) 推荐(0)