Hi,
if I set the gradient value to "none", a tooltip doesn't show up (if the value is "glass" everything works great).
Is this a bug or I am doing something wrong?
Thanks,
Igor
if I set the gradient value to "none", a tooltip doesn't show up (if the value is "glass" everything works great).
seriesDefaults: {
type:
"pie"
,
overlay: {
gradient:
"none"
}
},
series: [{
field:
"Amounts[0].Amount"
,
categoryField:
"Name"
}],
tooltip: {
visible:
true
,
format:
"{0:N0}"
,
template:
"${category}<br>${value}"
}
Is this a bug or I am doing something wrong?
Thanks,
Igor