@logo-rn/logo-pie-chart

0.2.1 • Public • Published

@logo-rn/logo-pie-chart

is a type of graph that represents the data in the circular graph

npm version

Installation

Install the component:

npm i @logo-rn/logo-pie-chart -s

Usage

Once installed, import the component in your application:

import {LogoPieChart} from '@logo-rn/logo-pie-chart';
    const dataAccess: PieDataAccessProps = {
     source: "a",
     circumference: 360,
     offset: 0,
     radiusPerc: 350,
     weight: 70,
     rotation: 0,
     dataSet: [
       {
         x: "Ben",
         y: 5,
       
       },
       {
         x: "Firma",
         y: 3,
       }
     ]
 };
   <LogoPieChart
       dataAccess={dataAccess}
     />

For more detailed information, please visit:

Logo Elements Documentation ↗

Package Sidebar

Install

npm i @logo-rn/logo-pie-chart

Weekly Downloads

1

Version

0.2.1

License

See license in LICENSE file

Unpacked Size

19.8 kB

Total Files

7

Last publish

Collaborators

  • ahmet.borslan
  • devrim.guner
  • eren.kiraz
  • emine.izmir
  • gamzeyapici
  • serhan.gurbuz