See here <https://1drv.ms/i/s!AvM3MEdk-RrxgY0YLfdLIS2ubPcvQQ>
My data has a two-dimensional identifier, name and scenario. What I did here was use about 30 lines of JS to determine the maximum value per unique Name, rank those values, and then inject the rank as a new column. Sort by the rank, and then the value within the rank. This leads me to wonder. Can you embed a DataTable within a DataTable? The first table would be the Name, MaxValue, and Records. The second table would be the Scenarios within that Name and Value. Probably a rarer use-case, but maybe more common for discrete axis charts. But you could see how now within each Name, I could change the shade based on the Scenario value to help User see the shift between groupings. -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-visualization-api. To view this discussion on the web visit https://groups.google.com/d/msgid/google-visualization-api/0f855e8c-3331-4f5e-a2a3-837538e25df0%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
