insights: refactor where time series are resolved in the resolver hierarchy
Created by: coury-clark
Refactor where the timeseries data is loaded for insight views such that we don't have multiple disparate places loading data depending on the series type. Most likely this will mean raise it to the highest level in the resolver hierarchy (InsightViewResolver) for all types.
Here is a notebook with a walkthrough
And here is a diagram showing the hierarchy and where the loading occurs for different types.