0

I want to create this:

Aspiration

So far, I have managed to create this:

crap

I want to move the color label descriptions that are appearing above the chart to the left side.

Here's my code:

const data = {
    datasets: [
      {
        data: [20, 30, 50],
        backgroundColor: ["#EB6262", "#39BDE7", "#0B8878"],
        borderWidth: 8,
        borderColor: theme.palette.white,
        hoverBorderColor: theme.palette.white,
      },
    ],
    labels: ["Pending", "In Process", "Completed"],
  };

<Doughnut data={data} />
emma
  • 11
  • 3

0 Answers0