@igloo-ui/bar-chart
TypeScript icon, indicating that this package has built-in type declarations

0.4.3 • Public • Published

BarChart

Bar charts should be used when you are showing segments of information.

Installation

To install @igloo-ui/bar-chart in your project, you will need to run the following command using npm:

npm install @igloo-ui/bar-chart

If you prefer Yarn, use the following command instead:

yarn add @igloo-ui/bar-chart

Usage

Then to use the component in your code just import it!

import BarChart from '@igloo-ui/bar-chart';

const data = [
    {
      label: 'Good vibes',
      value: 48,
      color: '#FBC73B',
    },
    {
      label: 'Excellence',
      value: 46,
      color: '#6893FF',
    },
]

<BarChart dataSet={data} />

Readme

Keywords

none

Package Sidebar

Install

npm i @igloo-ui/bar-chart

Weekly Downloads

198

Version

0.4.3

License

Apache-2.0

Unpacked Size

231 kB

Total Files

7

Last publish

Collaborators

  • infra.admin
  • franckgaudin