I have embedded perspective view with a pie chart inside of it. I am getting the following error: components.PieChart: Data invalid. Each pie section object must have a label (string) and a value (number).
It is a LEVEL_ERROR when I look at it in the output console. The issue is that for the most part I am sure I am only sending data that follows this format.
It also loads correctly for a brief segment, then displays the error.
The pie chart pulls from the table above it. What is confusing to me is that although the table never shows an error, the pie chart will.