(value)
| 60 | } |
| 61 | |
| 62 | function isRuntimeShortCircuit(value) { |
| 63 | return Boolean(value && value.__runtimeCachedChart); |
| 64 | } |
| 65 | |
| 66 | function getSourceRuntimeFiltersForDataset(runtimeContext, cdc, fallbackFilters = []) { |
| 67 | if (!runtimeContext) return fallbackFilters; |