Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
935
Plot points of chart based upon multiple attributes
posted

On AG/IG ~13.2.

As a followup to Color coordinating by parameters between charts, I'm wondering how to get data points to be plotted based upon multiple attributes.

I have built in functionality to filter down (and sum by) multiple attributes, as requested by the user in the data grid elements. Now the task is to align the data chart with that data. Data rows will still contain all attributes (Demand, Design, Facility, Family, Process), but will only appear to have whatever is selected for visibility (Process + any combination of the other attributes).

For example, a user might only specify Demand. The resultant identifiers for plotted data points would be `${demand} for ${process}` and reference rowdata matching those attributes.