# InsDoubleY
直角坐标系双 y 轴:支持线图 line 、 柱状图 bar 、 散点图 scatter 、 象形柱图 pictorialBar
# 基础用法
type
: String
line/bar/scatter/pictorialBar ----- series 类型 默认为 line
yAxisIndex
: Number
对应 y 轴的序号
unit
: Array
y 轴单位
# 配置参数
参数 | 说明 | 类型 | 可选值 | 默认值 |
---|---|---|---|---|
yAxisIndex | 对应 y 轴的序号 | Number | - | - |
unit | 展示在 y 轴上方的单位,格式为 ["单位:y0", "单位:y1"] | Array | - | - |
更多配置
- InsDoubleY 相较于 ChartSingleY 不支持
isRow
- 其他配置参照 InsSingleY
← InsSingleY Api →