Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@igloo-ui/bar-chart

Package Overview
Dependencies
Maintainers
2
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@igloo-ui/bar-chart

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

Source
npmnpm
Version
0.4.3
Version published
Maintainers
2
Created
Source

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} />

FAQs

Package last updated on 17 May 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts