You must be logged in to post your query.
Home › Forums › Chart Support › doughnut canvas
Hi,
I want to create doughnut canvas , with text inside, how can I do that?
Alexander,
You can place title inside Doughnut chart by using verticalAlign. Please have a look at this jsfiddle.
___ Suyash Singh Team CanvasJS
Thanks, but my problem is that I have legend in my canvas, so, the center not fail into the chart
You can place the title in the center by setting the following properties within in the title object: dockInsidePlotArea to true & verticalAlign to "center". Please have a look at this updated jsfiddle.
true
"center"
You must be logged in to reply to this topic. Login/Register