legend.selectedMode | string, boolean
[ default: true ]
图例选择的模式,控制是否可以通过点击图例改变系列的显示状态。默认开启图例选择,可以设成 false 关闭。
除此之外也可以设成 'single' 或者 'multiple' 使用单选或者多选模式。
legend.inactiveColor | Color
[ default: '#ccc' ]
图例关闭时的颜色。
legend.selected | Object
图例选中状态表。
示例:
selected: {
// 选中'系列1'
'系列1': true,
// 不选中'系列2'
'系列2': false
}
radiusAxis.axisPointer.shadowStyle |Object设置径向轴指示器的阴影注意:axisPointer.type 为 'shadow' 时有效。radiu...
radar.splitLine |Object设置坐标轴在grid区域中的分隔线。radar.splitLine.show |boolean[ default: true ]是否显示 radar 坐标...
action.tooltip | *提示框组件相关的行为,必须引入提示框组件后才能使用。action.tooltip.showTip | Action显示提示框。有下面...
axisPointer这是坐标轴指示器(axisPointer)在 ECharts 的全局公用设置。坐标轴指示器的作用是指示坐标轴当前刻度的,它被广泛...
toolbox.feature.brush |Object选框组件的控制按钮。也可以不在这里指定,而是在brush.toolbox中指定。toolbox.feature.brush.ty...