* Gets the current insight with signal values.
()
| 9949 | /** |
| 9950 | * Gets the current insight with signal values. |
| 9951 | */ getInsight() { |
| 9952 | const insight = Object.assign({}, this.insight); |
| 9953 | insight.signalValues = this.getSignalValues(); |
| 9954 | return insight; |
| 9955 | } |
| 9956 | /** |
| 9957 | * Gets column stats from current data (filtered or all). |
| 9958 | * @param column Column to get stats for. |
no test coverage detected