UNPKG

@razorpay/blade

Version:

The Design System that powers Razorpay

13 lines (10 loc) 1.82 kB
import 'react'; import { throwBladeError } from '../../../utils/logger/logger.js'; import '../../Typography/Heading/Heading.js'; import { Text } from '../../Typography/Text/Text.js'; import '../../Typography/Code/Code.js'; import '../../Typography/Display/Display.js'; import { jsx } from 'react/jsx-runtime'; var ChartXAxis=function ChartXAxis(){throwBladeError({message:'XAxis is not yet implemented for native',moduleName:'XAxis'});return jsx(Text,{children:"LineChart is not available for Native mobile apps."});};var ChartYAxis=function ChartYAxis(){throwBladeError({message:'ChartYAxis is not yet implemented for native',moduleName:'ChartYAxis'});return jsx(Text,{children:"LineChart is not available for Native mobile apps."});};var ChartCartesianGrid=function ChartCartesianGrid(){throwBladeError({message:'ChartCartesianGrid is not yet implemented for native',moduleName:'ChartCartesianGrid'});return jsx(Text,{children:"LineChart is not available for Native mobile apps."});};var ChartTooltip=function ChartTooltip(){throwBladeError({message:'ChartTooltip is not yet implemented for native',moduleName:'ChartTooltip'});return jsx(Text,{children:"ChartTooltip is not available for Native mobile apps."});};var ChartLegend=function ChartLegend(){throwBladeError({message:'ChartLegend is not yet implemented for native',moduleName:'ChartLegend'});return jsx(Text,{children:"ChartLegend is not available for Native mobile apps."});};var ChartReferenceLine=function ChartReferenceLine(){throwBladeError({message:'XAxis is not yet implemented for native',moduleName:'XAxis'});return jsx(Text,{children:"XAxis is not available for Native mobile apps."});}; export { ChartCartesianGrid, ChartLegend, ChartReferenceLine, ChartTooltip, ChartXAxis, ChartYAxis }; //# sourceMappingURL=CommonChartComponents.native.js.map