我正在寻找在条形图上管理多项选择的方法。可能吗?
实际上,我正在使用此配置:
interactions: [
....
'itemhighlight',
...],
series: [
{
type: 'bar',
highlight: true,
....
}
]
提前致谢!
我正在寻找在条形图上管理多项选择的方法。可能吗?
实际上,我正在使用此配置:
interactions: [
....
'itemhighlight',
...],
series: [
{
type: 'bar',
highlight: true,
....
}
]
提前致谢!
我在 Sencha Chart 论坛上找到了答案:
http://www.sencha.com/forum/showthread.php?226314-Multiple-Selection-Bar-Chart&p=844157