@logo-rn/logo-bar-chart

0.2.1 • Public • Published

@logo-rn/logo-bar-chart

is a chart that presents grouped data with rectangular bars with lengths proportional to the values that they represent.

npm version

Installation

Install the component:

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

Usage

Once installed, import the component in your application:

import {LogoBarChart} from '@logo-rn/logo-bar-chart';
   const dataAccess: DataAccessProps = {
   source: "a",
   grouped: false,
   valueField: "y",
   labelField: "x",
   dataSet: [
     {
       x: "Ben",
       y: 5
     },
     {
       x: "Firma",
       y: 3
    },
   ],
 };
      <LogoBarChart
       dataAccess={dataAccess}
       indexAxis="x"
    />

For more detailed information, please visit:

Logo Elements Documentation

Package Sidebar

Install

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

Weekly Downloads

2

Version

0.2.1

License

See license in LICENSE file

Unpacked Size

17.5 kB

Total Files

9

Last publish

Collaborators

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