Standardize how getChartData() function (which takes in raw GraphQL data and returns something readable by the chart) works for all charts so that 1) it's defined in the same place for all blocks/charts 2) it supports the future query builder
Standardize how getChartData() function (which takes in raw GraphQL data and returns something readable by the chart) works for all charts so that