会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
天高任我飞
任飞儿
博客园
首页
新随笔
联系
管理
订阅
随笔分类 -
hcharts
hcharts
highchart 十字准星 crosshairs
摘要: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)
Highcharts 时间格式化函数
摘要:1、函数构造: Highcharts.dateFormat(String format, [Number time], [Boolean capitalize]) 2、参数列表: String format 格式化字符串,下面详细说明 Number time 需要格式化的时间戳,可选参数,留空则取当
阅读全文
posted @
2018-05-29 16:11
任飞儿
阅读(800)
评论(0)
推荐(0)
公告