来源:uCharts
浏览 7020
扫码
分享
2019-06-30 09:07:10
属性 | 类型 | 默认 | 说明 |
---|
opts.title | Object | | 适用于ring 、arcbar 、gauge |
opts.title.name | String | | 标题内容 |
opts.title.fontSize | Number | | 标题字体大小(可选,单位为px) |
opts.title.color | String | | 标题颜色(可选) |
opts.title.offsetX | Number | 默认0px | 标题横向位置偏移量,单位px,默认0 |
opts.title.offsetY | Number | 默认0px | 标题纵向位置偏移量,单位px,默认0 |
opts.subtitle | Object | | 适用于ring 、arcbar 、gauge |
opts.subtitle.name | String | | 副标题内容 |
opts.subtitle.offsetX | Number | 默认0px | 副标题横向位置偏移量,单位px,默认0 |
opts.subtitle.offsetY | Number | 默认0px | 副标题横向位置偏移量,单位px,默认0 |
opts.subtitle.fontSize | Number | | 副标题字体大小(可选,单位为px) |
opts.subtitle.color | String | | 副标题颜色(可选) |