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

Method changeInsight

docs/app/js/sanddance-app.js:14008–14011  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14006 search: createInputSearch(historicInsight.filter)
14007 }, newState);
14008 const changeInsight = ()=>{
14009 this.getColorContext = null;
14010 this.changeInsight(historicInsight, historyAction, state);
14011 };
14012 const currentFilter = this.viewer.getInsight().filter;
14013 if (rebaseFilter && currentFilter && historicInsight.filter) {
14014 if ((0, _sanddanceReact.SandDance).searchExpression.startsWith(historicInsight.filter, currentFilter)) changeInsight();

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