Socket
Socket
Sign inDemoInstall

@acodez/barchart

Package Overview
Dependencies
Maintainers
4
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@acodez/barchart

Made by acodez team


Version published
Maintainers
4
Created
Source

@acodez/barchart

npm_version license


  • Installation
  • PropsAPI
  • Usage

Installation

npm install @acodez/barchart

Props API

PropertyTypeRequiredDefault valueDescription
colorstringno#007BFFcolor of graph
xaxisdataarrayyes``x axis data
yaxisdataarrayyes``y axis data

Usage


import Barchart from "@acodez/barchart";

<Barchart  color="rgba(111, 207, 151, 1)"
  xaxisdata={[1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998]}
  yaxisdata={[30,40,35,50,49,60,70,91]}/>

FAQs

Package last updated on 12 Feb 2021

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc