(newInsight, oldInsight)
| 9647 | }); |
| 9648 | } |
| 9649 | shouldViewstateTransition(newInsight, oldInsight) { |
| 9650 | if (!oldInsight.columns) return false; |
| 9651 | if (oldInsight.chart !== newInsight.chart) return true; |
| 9652 | if (oldInsight.size.height !== newInsight.size.height) return true; |
| 9653 | if (oldInsight.size.width !== newInsight.size.width) return true; |
| 9654 | if (oldInsight.columns.facet !== newInsight.columns.facet) return true; |
| 9655 | return false; |
| 9656 | } |
| 9657 | configForSignalCapture(presenterConfig) { |
| 9658 | const colorContext = { |
| 9659 | colorMap: null, |
no outgoing calls
no test coverage detected