Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chart-kit/react-native-chart-kit-example
/ functions
Functions
440 in github.com/chart-kit/react-native-chart-kit-example
⨍
Functions
440
◇
Types & classes
0
↓ 13 callers
Function
useChartKitTheme
()
test/mocks/pro-package.tsx:6
↓ 11 callers
Function
createSvgComponent
(name: string)
test/mocks/react-native-svg.tsx:9
↓ 9 callers
Function
getPresetFromParams
( params: ShowcaseSearchParams | null | undefined, )
src/showcase/navigation.ts:102
↓ 8 callers
Function
formatTwoDigit
(value: number)
src/demo-apps/finance/trading/marketData.ts:111
↓ 8 callers
Function
getStockCandlesForInterval
( candles: StockCandlePoint[], interval: StockCandleInterval )
src/fixtures/v2Finance.ts:105
↓ 7 callers
Function
createShowcaseSearchParams
( queryString: string, )
src/showcase/navigation.ts:42
↓ 7 callers
Function
roundPrice
(value: number)
src/demo-apps/finance/trading/marketData.ts:12
↓ 6 callers
Function
barColor
(rgb: string)
src/fixtures/compatBar.ts:64
↓ 6 callers
Function
getInitialSearchParams
()
App.tsx:65
↓ 6 callers
Function
getThemeModeFromParams
( params: ShowcaseSearchParams | null | undefined, )
src/showcase/navigation.ts:98
↓ 6 callers
Function
roundPrice
(value: number)
src/fixtures/v2Finance.ts:12
↓ 5 callers
Function
formatPrice
(value: number)
src/examples/candlestick-chart/legend-inspector.story.tsx:29
↓ 5 callers
Function
formatPrice
(value: number)
src/examples/candlestick-chart/crosshair-inspector.story.tsx:28
↓ 5 callers
Function
fromRoot
(path: string)
vitest.config.ts:5
↓ 5 callers
Function
getRandomImpulse
(random: () => number)
src/demo-apps/finance/trading/marketData.ts:170
↓ 5 callers
Function
getStockCandlePriceDomain
( candles: StockCandlePoint[], paddingRatio = 0.06 )
src/fixtures/v2Finance.ts:120
↓ 4 callers
Function
formatInspectPrice
(value: number)
src/demo-apps/finance/trading/formatters.ts:27
↓ 4 callers
Function
getShowcaseSearchParamsFromBuildEnv
( env?: ShowcaseBuildEnv, )
src/showcase/navigation.ts:81
↓ 4 callers
Function
parseTradingNumber
(value: string)
src/demo-apps/finance/trading/tradingOrders.ts:42
↓ 4 callers
Function
runExport
( label: string, action: () => Promise<ChartExportResult | unknown>, )
src/examples/export-workflow/export-workflow.story.tsx:109
↓ 4 callers
Function
selectPage
(selection: PageSelection, storyId?: string)
App.tsx:452
↓ 4 callers
Function
updateShowcaseUrl
({ chartPreset, isVisualMode, rendererMode, selection, storyId, themeMode, }: { chartPreset: Sho
App.tsx:248
↓ 3 callers
Function
clamp01
(value: number)
src/demo-apps/health/activity/HealthActivityAppScreen.tsx:241
↓ 3 callers
Function
createFormattedValueDetails
({ categoryLabel, maxRows = 8, table }: { categoryLabel: string; maxRows?: number; table: Formatte
src/showcase/shared/dataDetails.tsx:25
↓ 3 callers
Function
createMockComponent
(name: string)
test/mocks/react-native.ts:9
↓ 3 callers
Function
createTradingCandles
( timeframe: TimeframeOption = "1h", seed = visualPriceActionSeed, liveStep = 0 )
src/demo-apps/finance/trading/marketData.ts:250
↓ 3 callers
Function
formatDate
(date: Date)
src/fixtures/v2Contribution.ts:9
↓ 3 callers
Function
formatLanguagePercent
(value: number)
src/demo-apps/development/code-contribution/CodeContributionScreen.tsx:50
↓ 3 callers
Function
formatNumber
(value: number, digits = 2)
benchmarks/chart-scrub.spec.ts:10
↓ 3 callers
Function
formatTradingHeaderPrice
(value: number)
src/demo-apps/finance/trading/formatters.ts:4
↓ 3 callers
Function
formatTradingPrice
(value: number)
src/demo-apps/finance/trading/formatters.ts:1
↓ 3 callers
Function
getStoryRenderer
(story: ShowcaseStory)
App.tsx:394
↓ 3 callers
Function
isTracePointer
(event: PointerEvent)
src/showcase/TouchTraceSurface.tsx:80
↓ 3 callers
Function
useAnimatedHealthRows
({ isVisualMode, targetData, valueKeys, }: { isVisualMode?: boolean; targetData: TData[]; valueKey
src/demo-apps/health/activity/HealthActivityAppScreen.tsx:269
↓ 2 callers
Function
aggregateCandles
( candles: StockCandlePoint[], getGroupKey: (day: string) => string )
src/fixtures/v2Finance.ts:81
↓ 2 callers
Function
clamp
(value: number, min: number, max: number)
src/demo-apps/development/code-contribution/CodeContributionScreen.tsx:70
↓ 2 callers
Function
clamp01
(value: number)
src/examples/line-chart/qa/line-animation.story.tsx:37
↓ 2 callers
Function
clamp01
(value: number)
src/examples/bar-chart/animation.story.tsx:31
↓ 2 callers
Function
clamp01
(value: number)
src/examples/bar-chart/grouped-animation.story.tsx:25
↓ 2 callers
Function
clampPrice
(value: number)
src/demo-apps/finance/trading/marketData.ts:173
↓ 2 callers
Function
createGesture
()
test/mocks/react-native-gesture-handler.tsx:5
↓ 2 callers
Function
createRealtimeMinuteRows
( tick: number, length = 30 )
src/demo-apps/analytics/website-analytics/data.ts:46
↓ 2 callers
Function
createSeededRandom
(seed: number)
src/demo-apps/finance/trading/marketData.ts:160
↓ 2 callers
Function
createTradingMarketSessionCandles
( seed = visualPriceActionSeed, liveStep = 0 )
src/demo-apps/finance/trading/marketData.ts:276
↓ 2 callers
Function
createVisibleCanonicalCandles
({ liveStep, pointCount, seed }: { liveStep: number; pointCount: number; seed: number; })
src/demo-apps/finance/trading/marketData.ts:286
↓ 2 callers
Function
decodeQueryValue
(value: string)
src/showcase/navigation.ts:19
↓ 2 callers
Function
formatDateKey
(date: Date)
src/demo-apps/development/code-contribution/CodeContributionScreen.tsx:42
↓ 2 callers
Function
formatDateKey
(date: Date)
src/demo-apps/development/code-contribution/data.ts:19
↓ 2 callers
Function
formatDateLabel
(timestamp: number)
src/demo-apps/finance/trading/marketData.ts:113
↓ 2 callers
Function
formatTimeLabel
(timestamp: number)
src/demo-apps/finance/trading/marketData.ts:126
↓ 2 callers
Function
formatTradingDay
( value: unknown, interval: StockCandleInterval = "1D", )
src/examples/candlestick-chart/price-action.story.tsx:57
↓ 2 callers
Function
formatTradingInputPrice
(value: number)
src/demo-apps/finance/trading/tradingOrders.ts:48
↓ 2 callers
Function
formatYearLabel
(timestamp: number)
src/demo-apps/finance/trading/marketData.ts:123
↓ 2 callers
Function
getInitialCandlestickViewport
( pointCount: number, interval: StockCandleInterval, )
src/examples/candlestick-chart/price-action.story.tsx:79
↓ 2 callers
Function
getInitialTradingViewport
( pointCount: number, timeframe: TimeframeOption )
src/demo-apps/finance/trading/marketData.ts:438
↓ 2 callers
Function
getPageSelection
({ pageId, storyId, viewId, }: { pageId?: string | null; storyId?: string | null; viewId?: string
App.tsx:213
↓ 2 callers
Function
getPercentile
(values: number[], percentage: number)
benchmarks/chart-scrub.spec.ts:75
↓ 2 callers
Function
getQueryString
(url: string)
src/showcase/navigation.ts:27
↓ 2 callers
Function
getRendererModeFromParams
( params: ShowcaseSearchParams | null | undefined, )
App.tsx:118
↓ 2 callers
Function
getShowcasePageStoryIds
(page: ShowcasePage)
src/showcase/registry/index.tsx:38
↓ 2 callers
Function
getShowcaseSearchParamsFromUrl
( url: string | null | undefined, )
src/showcase/navigation.ts:71
↓ 2 callers
Function
getSourceCandlesPerCandle
(timeframe: TimeframeOption)
src/demo-apps/finance/trading/marketData.ts:92
↓ 2 callers
Function
getStoryMetadata
(storyId: string)
src/qa/performance/range-2x10000.story.tsx:46
↓ 2 callers
Function
getStoryMetadata
(storyId: string)
src/qa/performance/line-10000-pan.story.tsx:46
↓ 2 callers
Function
getTradingMinVisiblePoints
(timeframe: TimeframeOption)
src/demo-apps/finance/trading/marketData.ts:456
↓ 2 callers
Function
interpolate
(from: number, to: number, progress: number)
src/examples/line-chart/qa/line-animation.story.tsx:48
↓ 2 callers
Function
isUsableFont
(font: PreviewSkiaFont | undefined)
App.tsx:141
↓ 2 callers
Function
resolveCurrentViewportWindow
(viewport: LineChartViewportConfig)
src/examples/line-chart/viewport/viewport-zoom-pan.story.tsx:35
↓ 2 callers
Function
toIsoDay
(date: Date)
src/fixtures/v2Finance.ts:14
↓ 2 callers
Function
toViewportConfig
( window: ResolvedChartViewportWindow, )
src/examples/line-chart/viewport/viewport-zoom-pan.story.tsx:29
↓ 1 callers
Function
CompatBarStory
({ fixture, title, }: { fixture: BarChartFixture; title: string; })
src/examples/compat/bar-chart/dark-mode.story.tsx:34
↓ 1 callers
Function
CompatBarStory
({ fixture, title, }: { fixture: BarChartFixture; title: string; })
src/examples/compat/bar-chart/dense-data.story.tsx:34
↓ 1 callers
Function
CompatBarStory
({ fixture, title, }: { fixture: BarChartFixture; title: string; })
src/examples/compat/bar-chart/basic.story.tsx:34
↓ 1 callers
Function
CompatBarStory
({ fixture, title, }: { fixture: BarChartFixture; title: string; })
src/examples/compat/bar-chart/empty-state.story.tsx:34
↓ 1 callers
Function
CompatBarStory
({ fixture, title, }: { fixture: BarChartFixture; title: string; })
src/examples/compat/bar-chart/long-labels.story.tsx:34
↓ 1 callers
Function
CompatBarStory
({ fixture, title, }: { fixture: BarChartFixture; title: string; })
src/examples/compat/bar-chart/negative-values.story.tsx:34
↓ 1 callers
Function
CompatBarStory
({ fixture, title, }: { fixture: BarChartFixture; title: string; })
src/examples/compat/bar-chart/tiny-width.story.tsx:34
↓ 1 callers
Function
CompatLineStory
({ fixture, title, }: { fixture: LineChartFixture; title: string; })
src/examples/compat/line-chart/dark-mode.story.tsx:34
↓ 1 callers
Function
CompatLineStory
({ fixture, title, }: { fixture: LineChartFixture; title: string; })
src/examples/compat/line-chart/dense-data.story.tsx:34
↓ 1 callers
Function
CompatLineStory
({ fixture, title, }: { fixture: LineChartFixture; title: string; })
src/examples/compat/line-chart/basic.story.tsx:34
↓ 1 callers
Function
CompatLineStory
({ fixture, title, }: { fixture: LineChartFixture; title: string; })
src/examples/compat/line-chart/empty-state.story.tsx:34
↓ 1 callers
Function
CompatLineStory
({ fixture, title, }: { fixture: LineChartFixture; title: string; })
src/examples/compat/line-chart/long-labels.story.tsx:34
↓ 1 callers
Function
CompatLineStory
({ fixture, title, }: { fixture: LineChartFixture; title: string; })
src/examples/compat/line-chart/negative-values.story.tsx:34
↓ 1 callers
Function
CompatLineStory
({ fixture, title, }: { fixture: LineChartFixture; title: string; })
src/examples/compat/line-chart/tiny-width.story.tsx:34
↓ 1 callers
Function
CompatStackedBarStory
({ fixture, title, }: { fixture: StackedBarChartFixture; title: string; })
src/examples/compat/bar-chart/stacked-percentile.story.tsx:34
↓ 1 callers
Function
CompatStackedBarStory
({ fixture, title, }: { fixture: StackedBarChartFixture; title: string; })
src/examples/compat/bar-chart/stacked-basic.story.tsx:34
↓ 1 callers
Function
addUtcDays
(date: Date, days: number)
src/examples/candlestick-chart/session-events.story.tsx:49
↓ 1 callers
Function
aggregateTradingCandles
({ sourceCandles, sourceCandlesPerPoint, timeframe }: { sourceCandles: TradingCandlePoint[]; sourceC
src/demo-apps/finance/trading/marketData.ts:326
↓ 1 callers
Function
applyLiveTicksToCandle
({ candle, random, tickCount, tickScale }: { candle: TradingCandlePoint; random: () => number; t
src/demo-apps/finance/trading/marketData.ts:215
↓ 1 callers
Function
applyUrl
(url: string | null | undefined)
App.tsx:430
↓ 1 callers
Function
createBarData
(count: number)
src/qa/performance/bar-500-selection.story.tsx:13
↓ 1 callers
Function
createBaseTradingCandles
({ seed, totalPointCount }: { seed: number; totalPointCount: number; })
src/demo-apps/finance/trading/marketData.ts:368
↓ 1 callers
Function
createLineData
(count: number)
src/qa/performance/range-2x10000.story.tsx:28
↓ 1 callers
Function
createLineData
(count: number)
src/qa/performance/line-5x1000-tooltip.story.tsx:23
↓ 1 callers
Function
createLineData
(count: number)
src/qa/performance/line-1000-scrub.story.tsx:23
↓ 1 callers
Function
createLineData
(count: number)
src/qa/performance/line-100.story.tsx:24
↓ 1 callers
Function
createLineData
(count: number)
src/qa/performance/line-10000-pan.story.tsx:28
↓ 1 callers
Function
createLineData
(count: number)
src/qa/performance/line-10000-overview.story.tsx:23
↓ 1 callers
Function
createMarketTheme
( theme: ReturnType<typeof resolveCartesianChartThemeConfig>, )
src/demo-apps/finance/market-pulse/MarketPulseScreen.tsx:46
↓ 1 callers
Function
createMockTradeOrder
({ id, latestPrice, limitStopPrice, orderType, quantityValue, side, time }: CreateMockTradeOrder
src/demo-apps/finance/trading/tradingOrders.ts:67
next →
1–100 of 440, ranked by callers