Hello,
I am using CanvasJS script in my website.
I have faced a problem that is:
———————————————————————
data: [
{
type: “doughnut”,
startAngle:1,
showInLegend: true,
legendMarkerType: “square”,
toolTipContent: “{label}: {y} – #percent%“,
———————————————————————
The “showInLegend: true,”
When it show with square legend box, the box and the text is not same alignment.
How can I solve this problem, I want to same alignment…
Thanks