MCPcopy Index your code
hub / github.com/microsoft/SandDance / changeInsight

Method changeInsight

packages/sanddance-explorer/src/explorer.tsx:410–413  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

408 ...newState,
409 };
410 const changeInsight = () => {
411 this.getColorContext = null;
412 this.changeInsight(historicInsight, historyAction, state);
413 };
414 const currentFilter = this.viewer.getInsight().filter;
415 if (rebaseFilter && currentFilter && historicInsight.filter) {
416 if (SandDance.searchExpression.startsWith(historicInsight.filter, currentFilter)) {

Callers 10

updateViewerOptionsMethod · 0.95
loadMethod · 0.95
loadFinalMethod · 0.95
changeChartTypeMethod · 0.95
changeViewMethod · 0.95
finalMethod · 0.95
_changeInsightMethod · 0.95
changeColumnMappingMethod · 0.95
_resizeMethod · 0.95
renderMethod · 0.95

Calls 1

addHistoryMethod · 0.95

Tested by

no test coverage detected