Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/apache/echarts
/ throwError
Function
throwError
src/util/log.ts:128–130 ·
view source on GitHub ↗
(msg?: string)
Source
from the content-addressed store, hash-verified
126
* @throws Error
127
*/
128
export
function
throwError(msg?: string) {
129
throw
new
Error(msg);
130
}
Callers
15
createEl
Function · 0.90
boxplotTransform.ts
File · 0.90
setContent
Method · 0.90
sortTransform.ts
File · 0.90
filterTransform.ts
File · 0.90
constructor
Method · 0.90
createExternalSource
Function · 0.90
getRawData
Function · 0.90
cloneRawData
Function · 0.90
registerExternalTransform
Function · 0.90
applyDataTransform
Function · 0.90
applySingleDataTransform
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…