Skip to Content

LineChart

Package: @tesserix/native

Import

import { LineChart } from '@tesserix/native'
  • LineChartProps, LineChartData

Source

  • Component: packages/native/src/components/LineChart/LineChart.tsx
  • Story: packages/native/src/components/LineChart/LineChart.stories.tsx
  • Test: packages/native/src/components/LineChart/LineChart.test.tsx

Status

  • Exported from package entry: Yes
  • Component implementation file: Present

Example

import { LineChart } from '@tesserix/native' export function DemoLineChart() { return <LineChart /> }