@logo-rn/logo-radar-chart

0.2.0 • Public • Published

@logo-rn/logo-radar-chart

a graphical method of displaying multivariate data in the form of a two-dimensional chart of three or more quantitative variables represented on axes starting from the same point.

npm version

Installation

Install the component:

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

Usage

Once installed, import the component in your application:

import {LogoRadarChart} from '@logo-rn/logo-radar-chart';
   const dataAccess: RadarDataAccessProps = {
     source: "a",
     aggregation: "summation",
     aggregationValue: 121,
     dataSet: [
       {
         x: "Değer",
         y: 33,
       },
       {
         x: "Çeviklik",
         y: 40,
       }
     ],
   };
 //...
   <LogoRadarChart
      dataAccess={dataAccess}
   />

For more detailed information, please visit:

Logo Elements Documentation ↗

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.2.00latest

Version History

VersionDownloads (Last 7 Days)Published
0.2.00

Package Sidebar

Install

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

Weekly Downloads

0

Version

0.2.0

License

See license in LICENSE file

Unpacked Size

17.2 kB

Total Files

8

Last publish

Collaborators

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