更新记录
1.1.0(2024-01-15) 下载此版本
新建插件目录
平台兼容性
Vue2 | Vue3 |
---|---|
√ | √ |
App | 快应用 | 微信小程序 | 支付宝小程序 | 百度小程序 | 字节小程序 | QQ小程序 |
---|---|---|---|---|---|---|
HBuilderX 3.6.13 app-vue | × | × | × | × | × | × |
钉钉小程序 | 快手小程序 | 飞书小程序 | 京东小程序 |
---|---|---|---|
× | × | × | × |
H5-Safari | Android Browser | 微信浏览器(Android) | QQ浏览器(Android) | Chrome | IE | Edge | Firefox | PC-Safari |
---|---|---|---|---|---|---|---|---|
√ | √ | √ | √ | √ | √ | √ | √ | √ |
自定义 H5 APP端 tooltip格式化方式(原因:render.js 隔断回调)
<!-- 提示格式化 -->option.tooltip
tooltip: { formatterStatus: true, 是否需要格式化, 默认不格式化 nameUnit: '', 类名单位 decimals: 2, 小数位数 默认0, valueFormat: true, 是否格式数值, 与 valueStandard 有关 valueStandard: 1000, 数值标准 超过就 除以valueStandard 显示, 是否格式单位, 与 valueFormat && valueStandard 有关, 默认取unitStandard[0] (不格式化), valueFormat = true 时 unitStandard=['' , ''] 反之 unitStandard=[''] ,无单位则不用该字段 unitStandard: ['m', 'km'], 默认带格式化千分位 }
半圓的格式化
option.series ---> detail
detail: { formatterStatus: true, 是否需要格式化, 默认不格式化 nameUnit: '', 类名单位 decimals: 2, 小数位数 默认0, valueFormat: true, 是否格式数值, 与 valueStandard 有关 valueStandard: 1000, 数值标准 超过就 除以valueStandard 显示, 是否格式单位, 与 valueFormat && valueStandard 有关, 默认取unitStandard[0] (不格式化), valueFormat = true 时 unitStandard=['' , ''] 反之 unitStandard=[''] ,无单位则不用该字段 unitStandard: ['m', 'km'], 默认带格式化千分位 }
标题格式化类似
option.series ---> label
label: { formatterStatus: true, 是否需要格式化, 默认不格式化 nameUnit: '', 类名单位 decimals: 2, 小数位数 默认0, valueFormat: true, 是否格式数值, 与 valueStandard 有关 valueStandard: 1000, 数值标准 超过就 除以valueStandard 显示, 是否格式单位, 与 valueFormat && valueStandard 有关, 默认取unitStandard[0] (不格式化), valueFormat = true 时 unitStandard=['' , ''] 反之 unitStandard=[''] ,无单位则不用该字段 unitStandard: ['m', 'km'], 默认带格式化千分位 }