MCPcopy Create free account

hub / github.com/chart-kit/react-native-chart-kit-example / functions

Functions440 in github.com/chart-kit/react-native-chart-kit-example

↓ 1 callersFunctionresolveLegacyWidth
( availableWidth: number, fixture: Pick< LineChartFixture | BarChartFixture | StackedBarChartFixture,
src/examples/compat/bar-chart/dark-mode.story.tsx:17
↓ 1 callersFunctionresolveLegacyWidth
( availableWidth: number, fixture: Pick< LineChartFixture | BarChartFixture | StackedBarChartFixture,
src/examples/compat/bar-chart/dense-data.story.tsx:17
↓ 1 callersFunctionresolveLegacyWidth
( availableWidth: number, fixture: Pick< LineChartFixture | BarChartFixture | StackedBarChartFixture,
src/examples/compat/bar-chart/basic.story.tsx:17
↓ 1 callersFunctionresolveLegacyWidth
( availableWidth: number, fixture: Pick< LineChartFixture | BarChartFixture | StackedBarChartFixture,
src/examples/compat/bar-chart/stacked-percentile.story.tsx:17
↓ 1 callersFunctionresolveLegacyWidth
( availableWidth: number, fixture: Pick< LineChartFixture | BarChartFixture | StackedBarChartFixture,
src/examples/compat/bar-chart/empty-state.story.tsx:17
↓ 1 callersFunctionresolveLegacyWidth
( availableWidth: number, fixture: Pick< LineChartFixture | BarChartFixture | StackedBarChartFixture,
src/examples/compat/bar-chart/long-labels.story.tsx:17
↓ 1 callersFunctionresolveLegacyWidth
( availableWidth: number, fixture: Pick< LineChartFixture | BarChartFixture | StackedBarChartFixture,
src/examples/compat/bar-chart/negative-values.story.tsx:17
↓ 1 callersFunctionresolveLegacyWidth
( availableWidth: number, fixture: Pick< LineChartFixture | BarChartFixture | StackedBarChartFixture,
src/examples/compat/bar-chart/tiny-width.story.tsx:17
↓ 1 callersFunctionresolveLegacyWidth
( availableWidth: number, fixture: Pick< LineChartFixture | BarChartFixture | StackedBarChartFixture,
src/examples/compat/bar-chart/stacked-basic.story.tsx:17
↓ 1 callersFunctionshiftDate
(date: Date, days: number)
src/demo-apps/development/code-contribution/data.ts:27
↓ 1 callersFunctionshouldFillMockOrder
({ currentPrice, previousPrice, row }: { currentPrice: number; previousPrice: number; row: MyTrade
src/demo-apps/finance/trading/tradingOrders.ts:102
↓ 1 callersFunctionsmootherStep
(value: number)
src/demo-apps/health/activity/HealthActivityAppScreen.tsx:243
↓ 1 callersFunctionsmootherStep
(value: number)
src/examples/line-chart/qa/line-animation.story.tsx:38
↓ 1 callersFunctionsmootherStep
(value: number)
src/examples/bar-chart/animation.story.tsx:32
↓ 1 callersFunctionsmootherStep
(value: number)
src/examples/bar-chart/grouped-animation.story.tsx:26
↓ 1 callersFunctionstepTradingInputPrice
({ fallback, step, value }: { fallback: number; step: number; value: string; })
src/demo-apps/finance/trading/tradingOrders.ts:51
↓ 1 callersFunctionsupportsNativeLiquidGlass
()
src/demo-apps/health/activity/HealthActivityAppScreen.tsx:257
↓ 1 callersFunctiontoggleKey
(key: string)
src/examples/combined-chart/legend-toggles.story.tsx:47
↓ 1 callersFunctionuseAnimatedBarRows
({ duration = animatedBarDuration, endData, isVisualMode, startData, valueKeys, }: { duration?: nu
src/examples/bar-chart/animation.story.tsx:44
↓ 1 callersFunctionuseAnimatedBarRows
({ duration = animatedBarDuration, endData, isVisualMode, startData, valueKeys, }: { duration?: nu
src/examples/bar-chart/grouped-animation.story.tsx:38
↓ 1 callersFunctionuseAnimatedPreviewData
(isVisualMode?: boolean)
src/examples/line-chart/qa/line-animation.story.tsx:50
↓ 1 callersFunctionuseRealtimeFeed
(isVisualMode?: boolean)
src/demo-apps/analytics/website-analytics/realtimeFeed.ts:8
↓ 1 callersFunctionuseTouchTrace
()
src/showcase/TouchTraceSurface.tsx:62
FunctionAnalyticsStatusBar
()
src/demo-apps/analytics/website-analytics/AnalyticsStatusBar.tsx:7
FunctionAnimatedCountryFill
({ country, isVisualMode, percent }: { country: string; isVisualMode?: boolean; percent: number; }
src/demo-apps/analytics/website-analytics/RealtimeCountries.tsx:11
FunctionApp
()
App.tsx:309
FunctionCandleIntervalControl
({ onChange, value, }: { onChange: (value: StockCandleInterval) => void; value: StockCandleInterval; }
src/examples/candlestick-chart/price-action.story.tsx:90
FunctionCandlestickChart
()
test/mocks/pro-package.tsx:8
FunctionCandlestickChart
( props: CandlestickChartProps<TData>, )
src/previewChartKitReactNative.tsx:18
FunctionChartDataDetails
({ columns, rows, title }: { columns: ChartDataDetailsColumn[]; rows: ChartDataDetailsRow[]; title
src/showcase/shared/dataDetails.tsx:46
FunctionChartKitProvider
({ children }: { children?: React.ReactNode })
test/mocks/pro-package.tsx:3
FunctionChartSection
({ children, title }: { children: React.ReactNode; kicker?: string; title: string; })
src/showcase/shared/storyPrimitives.tsx:50
FunctionCodeContributionScreen
({ isTakeoverMode = false, width, }: NativeStoryProps)
src/demo-apps/development/code-contribution/CodeContributionScreen.tsx:102
FunctionCombinedChart
()
test/mocks/pro-package.tsx:9
FunctionDrawerRow
({ appTheme, description, iconName, isSelected = false, label, onPress, }: { appTheme: ShowcaseM
src/showcase/ShowcaseMenu.tsx:522
FunctionDrawerSectionTitle
({ appTheme, label, }: { appTheme: ShowcaseMenuTheme; label: string; })
src/showcase/ShowcaseMenu.tsx:510
FunctionDrawerSwitchRow
({ appTheme, iconName, label, onValueChange, value, }: { appTheme: ShowcaseMenuTheme; iconName:
src/showcase/ShowcaseMenu.tsx:436
FunctionEmptyState
({ copy, height }: { copy: string; height: number; })
src/showcase/shared/storyPrimitives.tsx:71
FunctionExportButton
({ label, onPress, }: { label: string; onPress: () => void; })
src/examples/export-workflow/export-workflow.story.tsx:253
FunctionExportWorkflowDemo
({ width }: NativeStoryProps)
src/examples/export-workflow/export-workflow.story.tsx:59
FunctionGestureDetector
({ children, }: { children?: React.ReactNode; })
test/mocks/react-native-gesture-handler.tsx:40
FunctionHealthActivityAppScreen
({ isTakeoverMode = false, isVisualMode = false, width, }: NativeStoryProps)
src/demo-apps/health/activity/HealthActivityAppScreen.tsx:500
FunctionHealthRangeToggle
({ activeRange, onSelectRange, width, }: { activeRange: HealthRangeOption; onSelectRange: (range: He
src/demo-apps/health/activity/HealthActivityAppScreen.tsx:351
FunctionHealthRingMetric
({ item }: { item: HealthRingPoint })
src/demo-apps/health/activity/HealthActivityAppScreen.tsx:470
FunctionHealthStatusBar
()
src/demo-apps/health/activity/HealthActivityAppScreen.tsx:334
FunctionInspectMetric
({ label, value, valueColor = marketText }: { label: string; value: string; valueColor?: string; }
src/demo-apps/finance/trading/TimeframeInspectionRow.tsx:19
FunctionMarketHeader
({ latestCandle, marketMoveColor, priceMove, priceMovePercent, sessionHigh, sessionLow, sessionV
src/demo-apps/finance/trading/MarketHeader.tsx:12
FunctionMarketPulseScreen
({ isTakeoverMode = false, onScrubEnd, onScrubStart, width, }: NativeStoryProps)
src/demo-apps/finance/market-pulse/MarketPulseScreen.tsx:71
FunctionMarketStatusBar
()
src/demo-apps/finance/trading/MarketStatusBar.tsx:5
FunctionMockPrimitive
()
src/showcaseAccessibilityDetails.test.ts:32
FunctionMyTradesPanel
({ rows }: { rows: MyTradeRow[] })
src/demo-apps/finance/trading/TradeDesk.tsx:205
FunctionPerfDenseLineOverview
({ width }: NativeStoryProps)
src/qa/performance/line-10000-overview.story.tsx:54
FunctionPerfLineScrub
({ onScrubEnd, onScrubStart, width, }: NativeStoryProps)
src/qa/performance/line-1000-scrub.story.tsx:54
FunctionPerfMultiLineSharedTooltip
({ onScrubEnd, onScrubStart, width, }: NativeStoryProps)
src/qa/performance/line-5x1000-tooltip.story.tsx:54
FunctionPerfPanLine
({ onScrubEnd, onScrubStart, width }: NativeStoryProps)
src/qa/performance/line-10000-pan.story.tsx:60
FunctionPerfRangeSelector
({ onScrubEnd, onScrubStart, width, }: NativeStoryProps)
src/qa/performance/range-2x10000.story.tsx:60
FunctionPerfScrollableBars
({ width }: NativeStoryProps)
src/qa/performance/bar-500-selection.story.tsx:31
FunctionPerfSmallLine
({ width }: NativeStoryProps)
src/qa/performance/line-100.story.tsx:55
FunctionPreviewChartKitProvider
({ chartPreset, children, renderer, themeMode, }: { chartPreset: ShowcasePresetId; children: React
App.tsx:281
FunctionRangeSelectorHandle
({ color, height, opacity, radius, side, width, x, y }: LineChartRangeSelect
src/showcase/shared/rangeSelectorRenderers.tsx:55
FunctionRangeSelectorLine
({ color, key: seriesKey, opacity, path, strokeDasharray, strokeWidth }: LineChartRa
src/showcase/shared/rangeSelectorRenderers.tsx:16
FunctionRealtimeCountries
({ isVisualMode, rows }: { isVisualMode?: boolean; rows: RealtimeCountryRow[]; })
src/demo-apps/analytics/website-analytics/RealtimeCountries.tsx:62
FunctionReplayButton
({ isVisualMode, replay, }: { isVisualMode?: boolean; replay: () => void; })
src/examples/bar-chart/animation.story.tsx:113
FunctionReplayButton
({ isVisualMode, replay, }: { isVisualMode?: boolean; replay: () => void; })
src/examples/bar-chart/grouped-animation.story.tsx:107
FunctionScopeDismissButton
({ onDismiss }: { onDismiss: () => void })
src/examples/line-chart/interaction/selection-scope.story.tsx:16
FunctionSelectedWeekLegend
({ candle, eyebrow = "AAPL weekly selection", }: { candle: StockCandlePoint | undefined; eyebrow?: str
src/examples/candlestick-chart/legend-inspector.story.tsx:57
FunctionSelectedWeekLegend
({ candle, eyebrow = "AAPL weekly selection", }: { candle: StockCandlePoint | undefined; eyebrow?: str
src/examples/candlestick-chart/crosshair-inspector.story.tsx:56
FunctionShowcaseMenu
({ appTheme, chartPreset, currentPageId, currentStoryId, onSelectAppDemo, onSelectChartPreset, o
src/showcase/ShowcaseMenu.tsx:58
FunctionStory
({ width }: NativeStoryProps)
src/examples/compat/line-chart/dark-mode.story.tsx:41
FunctionStory
({ width }: NativeStoryProps)
src/examples/compat/line-chart/dense-data.story.tsx:41
FunctionStory
({ width }: NativeStoryProps)
src/examples/compat/line-chart/basic.story.tsx:41
FunctionStory
({ width }: NativeStoryProps)
src/examples/compat/line-chart/empty-state.story.tsx:41
FunctionStory
({ width }: NativeStoryProps)
src/examples/compat/line-chart/long-labels.story.tsx:41
FunctionStory
({ width }: NativeStoryProps)
src/examples/compat/line-chart/negative-values.story.tsx:41
FunctionStory
({ width }: NativeStoryProps)
src/examples/compat/line-chart/tiny-width.story.tsx:41
FunctionStory
({ width }: NativeStoryProps)
src/examples/compat/bar-chart/dark-mode.story.tsx:41
FunctionStory
({ width }: NativeStoryProps)
src/examples/compat/bar-chart/dense-data.story.tsx:41
FunctionStory
({ width }: NativeStoryProps)
src/examples/compat/bar-chart/basic.story.tsx:41
FunctionStory
({ width }: NativeStoryProps)
src/examples/compat/bar-chart/stacked-percentile.story.tsx:41
FunctionStory
({ width }: NativeStoryProps)
src/examples/compat/bar-chart/empty-state.story.tsx:41
FunctionStory
({ width }: NativeStoryProps)
src/examples/compat/bar-chart/long-labels.story.tsx:41
FunctionStory
({ width }: NativeStoryProps)
src/examples/compat/bar-chart/negative-values.story.tsx:41
FunctionStory
({ width }: NativeStoryProps)
src/examples/compat/bar-chart/tiny-width.story.tsx:41
FunctionStory
({ width }: NativeStoryProps)
src/examples/compat/bar-chart/stacked-basic.story.tsx:41
FunctionTimeframeInspectionRow
({ activeTimeframe, onSelectTimeframe, selectedCandle, selectedInspectionColor, selectedInspectionPe
src/demo-apps/finance/trading/TimeframeInspectionRow.tsx:36
FunctionTouchTraceSurface
({ children, enabled, style }: { children: React.ReactNode; enabled: boolean; style?: StyleProp<Vi
src/showcase/TouchTraceSurface.tsx:83
FunctionTradeDesk
({ activeTimeframe, limitStopPrice, onChangeLimitStopPrice, onChangeOrderType, onChangeQuantity, o
src/demo-apps/finance/trading/TradeDesk.tsx:249
FunctionTradePanel
({ activeTimeframe, limitStopPrice, onChangeLimitStopPrice, onChangeOrderType, onChangeQuantity, o
src/demo-apps/finance/trading/TradeDesk.tsx:12
FunctionTradingAppScreen
({ isTakeoverMode = false, isVisualMode = false, width, }: NativeStoryProps)
src/demo-apps/finance/trading/TradingAppScreen.tsx:49
FunctionV2AnimatedBar
({ isVisualMode, width }: NativeStoryProps)
src/examples/bar-chart/animation.story.tsx:132
FunctionV2AnimatedGroupedBar
({ isVisualMode, width }: NativeStoryProps)
src/examples/bar-chart/grouped-animation.story.tsx:126
FunctionV2AreaFill
({ width }: NativeStoryProps)
src/examples/line-chart/viewport/area-fill.story.tsx:9
FunctionV2Basic
({ width }: NativeStoryProps)
src/examples/line-chart/overview/basic.story.tsx:13
FunctionV2BasicDetails
()
src/examples/line-chart/overview/basic.story.tsx:34
FunctionV2BottomLegend
({ width }: NativeStoryProps)
src/examples/line-chart/overview/bottom-legend.story.tsx:9
FunctionV2CandlestickCrosshairInspector
({ onScrubEnd, onScrubStart, width, }: NativeStoryProps)
src/examples/candlestick-chart/crosshair-inspector.story.tsx:158
FunctionV2CandlestickLegendInspector
({ onScrubEnd, onScrubStart, width, }: NativeStoryProps)
src/examples/candlestick-chart/legend-inspector.story.tsx:159
FunctionV2CandlestickPriceAction
({ onScrubEnd, onScrubStart, width, }: NativeStoryProps)
src/examples/candlestick-chart/price-action.story.tsx:163
FunctionV2CandlestickPriceActionDetails
()
src/examples/candlestick-chart/price-action.story.tsx:246
FunctionV2CandlestickPriceScale
({ onScrubEnd, onScrubStart, width, }: NativeStoryProps)
src/examples/candlestick-chart/price-scale.story.tsx:53
← previousnext →201–300 of 440, ranked by callers