Skip to content

netdata/charts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Feb 28, 2025
0aaf7a8 · Feb 28, 2025
Oct 24, 2024
Oct 24, 2024
Oct 24, 2024
Oct 31, 2024
Sep 16, 2021
Feb 28, 2025
Nov 23, 2022
Sep 16, 2021
Apr 27, 2021
Apr 27, 2021
Sep 16, 2021
Apr 29, 2021
May 8, 2023
Feb 28, 2025
Oct 12, 2023
Feb 20, 2025

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