Hello :star: In our gooddata plattform we have a ...
# gooddata-ui
n
Hello In our gooddata plattform we have a Pie-chart that looks different in our web app. The first image is a screenshot taken from the gooddata plattform, the second image is a screenshot of how the pie chart looks in our gooddata web app. this is my code:
Copy code
<InsightView
 insight={idRef(cmsData[i][0].widgetId)}
 filters={[
  surveyIdFilter,
  differentiationFilter,
  answerScaleFilter,
  filters,
 ]}
drillableItems={pieChartDrillableItems}
onDrill={onAnswerScaleDrill}
/>
j
If you believe those charts should be the same while they're obviously not, I would compare the execution payload for the
executeAfm
request. Render each chart separately alone to make sure there is only a single one
executeAfm
request in the Network tab, and then observe the difference between AFM (attributes, filters, metrics).
My guess is that in one case you apply some extra filters, maybe through Data Permissions. Is the workspace the same? Is the user the same? Is the execution payload exactly the same? Then the results must be the same as well.