(prefs, chart, role, columnName)
| 19393 | partialInsight.signalValues[signalName] = signalValue; |
| 19394 | } |
| 19395 | function copyPrefToNewState(prefs, chart, role, columnName) { |
| 19396 | const specTypePrefs = (0, _sanddanceReact.SandDance).VegaDeckGl.util.deepMerge({}, prefs["*"], prefs[chart]); |
| 19397 | const rolePrefs = (0, _sanddanceReact.SandDance).VegaDeckGl.util.deepMerge({}, specTypePrefs["*"], specTypePrefs[role]); |
| 19398 | const partialInsight = (0, _sanddanceReact.SandDance).VegaDeckGl.util.deepMerge({}, rolePrefs["*"], rolePrefs[columnName]); |
| 19399 | return partialInsight; |
| 19400 | } |
| 19401 | function savePref(prefs, chart, role, column, partialInsight) { |
| 19402 | const SpecTypePrefs = prefs[chart] || {}; |
| 19403 | prefs[chart] = SpecTypePrefs; |
nothing calls this directly
no outgoing calls
no test coverage detected