This question is locked. New answers and comments are not allowed.
Hello,
A defect is preventing the shared tooltips from showing in the official release (v. 2013.3.1119) .
This issue is fixed in internal build v. 2013.3.1121 and later.
The recommended temporary workaround is to set series name:
$("#chart").kendoChart({
series: [{
type: "area",
name: "Series one",
data: [71, 70, 69, 68, 65, 60, 55, 55, 50, 52]
}, {
type: "area",
name: "Series two",
data: [73, 72, 72, 71, 68, 63, 57, 58, 53, 55]
}],
tooltip: {
format: "{0} %"
}
});
Apologies for the caused inconvenience.
A defect is preventing the shared tooltips from showing in the official release (v. 2013.3.1119) .
This issue is fixed in internal build v. 2013.3.1121 and later.
The recommended temporary workaround is to set series name:
$("#chart").kendoChart({
series: [{
type: "area",
name: "Series one",
data: [71, 70, 69, 68, 65, 60, 55, 55, 50, 52]
}, {
type: "area",
name: "Series two",
data: [73, 72, 72, 71, 68, 63, 57, 58, 53, 55]
}],
tooltip: {
format: "{0} %"
}
});
Apologies for the caused inconvenience.