I need to be able to re-create the pivot table feature of double clicking into a number to view the detailed data behind it.
I can create the chart with the data (love it) but I want to allow the ability to click on the Column to see the Accounts that were aggregated to create the chart. There are 2 models:
- StateAgg - aggregate model of Accounts grouped by State
- AccountList - Basic model - not loaded on page load
Ideas?