when I try to display only one dataset in a doughnut (like below), my computer displays this chart properly, but (not only) my smartphone doesn't display this chart properly (it displays nothing, but when I click the area, where the chart should be, a tooltip is displayed). For correct view it needs at least two datasets. Do you know what's wrong?
var myData = [
{
value: 300,
color:"#F7464A",
highlight: "#FF5A5E",
label: "Red"
}
]