来源:uCharts
浏览 10466
扫码
分享
2019-06-30 09:07:11
属性 | 类型 | 默认 | 说明 |
---|
opts.xAxis | Object | | X轴配置 |
opts.xAxis.rotateLabel | Boolean | 默认为 false | X轴刻度(数值)标签是否旋转(仅在文案超过单屏宽度时有效) |
opts.xAxis.itemCount | Number | 默认为 5 | X轴可见区域数据数量 (即X轴数据密度),配合拖拽滚动使用(即仅在启用enableScroll时有效) |
opts.xAxis.labelCount | Number | | X轴可见区域标签数量 (即X轴数刻度标签单屏幕限制显示的数量) |
opts.xAxis.scrollShow | Boolean | 默认为 false | 是否显示滚动条,配合拖拽滚动使用(即仅在启用enableScroll时有效) |
opts.xAxis.scrollAlign | String | 默认为 left | 滚动条初始位置,left为数据整体左对齐,right为右对齐 |
opts.xAxis.scrollBackgroundColor | String | 默认为 #EFEBEF | X轴滚动条背景颜色,配合拖拽滚动使用(即仅在启用enableScroll时有效) |
opts.xAxis.scrollColor | String | 默认为 #A6A6A6 | X轴滚动条颜色,配合拖拽滚动使用(即仅在启用enableScroll时有效) |
opts.xAxis.disabled | Boolean | 默认为 false | 不绘制X轴 |
opts.xAxis.disableGrid | Boolean | 默认为 false | 不绘制X轴网格(即默认绘制网格) |
opts.xAxis.type | String | 默认为calibration | X轴网格样式,可选值calibration(刻度)、grid(网格) |
opts.xAxis.gridColor | String | 默认为 #cccccc | X轴网格颜色 例如#7cb5ec |
opts.xAxis.gridType | String | 默认为 solid | X轴网格线型 'solid'为实线、'dash'为虚线` |
opts.xAxis.dashLength | Number | 默认为 4px | X轴网格为虚线时,单段虚线长度 |
opts.xAxis.fontColor | String | 默认为 #666666 | X轴数据点颜色 例如#7cb5ec |
opts.yAxis | Object | | Y轴配置 |
opts.yAxis.format | Function | | 自定义Y轴文案显示 |
opts.yAxis.min | Number | | Y轴起始值 |
opts.yAxis.max | Number | | Y轴终止值 |
opts.yAxis.title | String | | Y轴title |
opts.yAxis.disabled | Boolean | 默认为 false | 不绘制Y轴 |
opts.yAxis.disableGrid | Boolean | 默认为 false | 不绘制Y轴网格(即默认绘制网格) |
opts.yAxis.splitNumber | Number | 默认5 | Y轴网格数量 |
opts.yAxis.gridType | String | 默认为 solid | Y轴网格线型 'solid'为实线、'dash'为虚线 |
opts.yAxis.dashLength | Number | 默认为 4px | Y轴网格为虚线时,单段虚线长度 |
opts.yAxis.gridColor | String | 默认为 #cccccc | Y轴网格颜色 例如#7cb5ec |
opts.yAxis.fontColor | String | 默认为 #666666 | Y轴数据点颜色 例如#7cb5ec |
opts.yAxis.titleFontColor | String | 默认为 #333333 | Y轴title颜色 例如#7cb5ec |