Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/klinecharts/KLineChart
/ getSymbol
Method
getSymbol
src/Chart.ts:708–710 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
706
}
707
708
getSymbol (): Nullable<SymbolInfo> {
709
return
this._chartStore.getSymbol()
710
}
711
712
setPeriod (period: Period): void {
713
if
(period !== this.getPeriod()) {
Callers
15
setSymbol
Method · 0.95
createRangeImp
Function · 0.45
createTicksImp
Function · 0.45
getAutoSize
Function · 0.45
_drawCandleStandardTooltip
Method · 0.45
_getCandleTooltipLegends
Method · 0.45
drawImp
Method · 0.45
getText
Method · 0.45
getDefaultFigures
Method · 0.45
drawImp
Method · 0.45
drawImp
Method · 0.45
fibonacciLine.ts
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected