@logo-rn/logo-polar-chart

0.2.0 • Public • Published

@logo-rn/logo-polar-chart

is a chart that presents grouped data displays different data points on a radial axis.

npm version

Installation

Install the component:

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

Usage

Once installed, import the component in your application:

import {LogoPolarChart} from '@logo-rn/logo-polar-chart';
  const dataAccess: PolarDataAccessProps = {
   source: "a",
   dataSet: [
     {
       x: 1,
       y: 33,
       
     },
     {
       x: 2,
       y: 40,
     }
   ],
 };
 //...
      <LogoPolarChart dataAccess={dataAccess} />

For more detailed information, please visit:

Logo Elements Documentation ↗

Package Sidebar

Install

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

Weekly Downloads

2

Version

0.2.0

License

See license in LICENSE file

Unpacked Size

14.3 kB

Total Files

8

Last publish

Collaborators

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