Is there any built in method in kendo when user clicks on the bar chart item, then it will highlight all corresponding items?
For example in the following fiddle, there are five items. If I click item1
in the first bar (1970)
, it should highlight item1
in second bar (1975)
.
series: [{
type: "column",
field: "value",
stack: true,
name: "#= group.value #"
}],