PieChart not rendering
Hi,
I am using the PieChart example but it is not rendering. Below the error in Browser console logs.
Error:
Kindly suggest if i am missing something here.
Thanks, Kunal
var sort = null; var dataPie = { label: 'somethingA', values: [{ x: 'SomethingA', y: 10 }, { x: 'SomethingB', y: 4 }, { x: 'SomethingC', y: 3 }] };
<PieChart data={dataPie} width={600} height={400} margin={{ top: 10, bottom: 10, left: 100, right: 100 }} sort={sort} />
Worked for me, can you please try again?