You must be logged in to post your query.
Home › Forums › Chart Support › Canvasjs Doughnut Not showing all labels when re-draw
Tagged: Doughnut
I have 1 Chart Doughnut . When first time . It’s working show all . But I change Data call ajax and I re draw chart doughnut then It’s not working show all labels . Only show labels small . Help me Please
chart = new CanvasJS.Chart("chartContainer", { backgroundColor: "transparent", animationEnabled: true, title: { text: "", horizontalAlign: "left" }, data: [{ type: "doughnut", startAngle: 270, innerRadius: 80, percentFormatString: "#0.#", indexLabelFontSize: 20, indexLabelMaxWidth: 100, indexLabelWrap: true, indexLabelPlacement: "outside", indexLabelFontColor: "#000", indexLabel: " #percent %", dataPoints: data }] }); chart.render();
@nguoikhivohinh,
We are closing this thread as this is a duplicate of Doughnut not show all labels. Please check/revert back in the other thread.
___________ Indranil Deo, Team CanvasJS
You must be logged in to reply to this topic. Login/Register