如何禁用图表中的所有触摸,即我不想随时启用数据滚动,因为这会导致数据收集错误,如果让我们说你在1年到6个月之间切换。例如,如果选择1年,我只想显示启用滚动的一年数据,同时让工具提示工作
rangeSelector:{
buttonTheme: { // styles for the buttons
fill: 'none',
stroke: 'none',
'stroke-width': 0,
r: 8,
style: {
color: '#000',
'text-decoration':'underline',
'font-weight':'bold',
},
states: {
hover: {
fill: 'none',
},
select: {
fill: '#fff',
style: {
color: 'black',
'text-decoration':'none',
'font-weight':'node',
}
}
// disabled: { ... }
}
},
selected: 0,
inputEnabled: false,
buttonSpacing : 10,
},