When building custom visualizations I want my visualizations to be able to be filtered at the dashboard level similar to the built in visualizations. So if you have a facet that has filtering capabilities or you use the filtering function at the top of the dashboard it should effect the custom visualization.
In the Platform API’s you have a PlatformStateContext (PlatformStateContext | New Relic Developers). This provides the time range adjustments made to the dashboard, but doesn’t have any properties on it for filtering. How do you get the filtering information so your custom visualization can be updated similar to how we can update based on time changes?