@logo-rn/logo-scatter-chart

0.2.0 • Public • Published

@logo-rn/logo-scatter-chart

is a chart that shows the relationship between two variables.

npm version

Installation

Install the component:

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

Usage

Once installed, import the component in your application:

import {LogoScatterChart} from '@logo-rn/logo-scatter-chart';
   const dataAccess: BubbleDataAccessProps = {
       source: "a",
       dataSet: [
         {
           fieldX: 1,
           fieldY: 2,
           fieldR: 13,
         },
         {
           fieldX: 2,
           fieldY: 3,
           fieldR: 23
           
         }
       ],
    };
      <LogoScatterChart
       dataAccess={dataAccess}
    />

For more detailed information, please visit:

Logo Elements Documentation ↗

Package Sidebar

Install

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

Weekly Downloads

1

Version

0.2.0

License

See license in LICENSE file

Unpacked Size

16.9 kB

Total Files

8

Last publish

Collaborators

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