react-native-peity
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

react-native-peity

Port for peity

Install from npm

react-native-peity

Basic usage

import { Line } from 'react-native-peity'
 
<>
  <Line data={[1, 5, 4, 2, 2]} />
  <Pie data={6} min={0} max={10} />
  <Bar data={[1, 5, 4, 2, 2]} />
  <Pie data={6} min={0} max={10} innerRadius={3} /> {/* donut */}
</>
ViewPager

Docs

More detailed usage can be found at benpickles.github.io/peity.

/react-native-peity/

    Package Sidebar

    Install

    npm i react-native-peity

    Weekly Downloads

    0

    Version

    1.0.0

    License

    MIT

    Unpacked Size

    10.2 kB

    Total Files

    4

    Last publish

    Collaborators

    • vko-online