Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@netdata/charts

Package Overview
Dependencies
Maintainers
0
Versions
473
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@netdata/charts

Netdata frontend SDK and chart utilities

  • 5.4.3
  • latest
  • npm
  • Socket score

Version published
Maintainers
0
Created
Source

Netdata frontend SDK and chart utilities

Storybook

https://netdata.github.io/charts

Install

npm:

  $ npm install @netdata/charts

yarn:

  $ yarn add @netdata/charts

Develop

  $ yarn start

Build

There are 3 different distributions. The following command creates the different distributions in the ./dist folder

  $ yarn build

Build the distributions isolated

UMD produces a single file ./dist/sdk.min.js what contains the entire bundle

  $ yarn build:umd

ES6 Builds the files using ES Modules in ./dist/es6/* folder

  $ yarn build:es6

cjs Builds the files using CommonJS in ./dist/* folder

  $ yarn build:cjs

Testing

  $ yarn test

Lint

  $ yarn lint

Keywords

FAQs

Package last updated on 13 Nov 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

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