How can we change the position of chart in dojo?
I cannot change the position of piechart.
chart.addPlot("pttt", {
type: Pie,
radius:50,
htmlLabels: false //See the code on jsfiddle
});
How can we change the position of chart in dojo?
I cannot change the position of piechart.
chart.addPlot("pttt", {
type: Pie,
radius:50,
htmlLabels: false //See the code on jsfiddle
});