We would like to be able to dynamically color and title individual pucks based on a calculated value (or linked object aggregation) rather than by properties of the object being charted.
Example, if we are showing an employee’s forecasted hours on a single project, but they are assigned to multiple projects in the system, we want to display the hours assigned to the current project AND the sum of all hours, across all projects in that same period. Ideally, we want to color the puck based on the overall capacity of the person (not by hours assigned to the project being viewed, but by the total hours they are assigned overall).
Right now, the only way to do this, is to have a total hours and capacity property on each period per person per project, and update ALL of them if a single one changes - just to have the total and capacity reflected across all projects.