Donut chart on an agg model, with a series click action framework like so:
However, no matter what I click in runtime, the popup is getting passed the patientZip value for the first row of the Agg model, not the context (clicked) row.
Help?
Donut chart on an agg model, with a series click action framework like so:
However, no matter what I click in runtime, the popup is getting passed the patientZip value for the first row of the Agg model, not the context (clicked) row.
Help?
You have to use the $Chart merge syntax ($Chart.point.name, in this case, I think). You’re using an aggregate model, so there is only one row per donut slice, but if you were using a basic model, there would be more than one. How would know which row to send as the row in context?
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.