@netdata/charts
v6.6.10
Published
Netdata frontend SDK and chart utilities
Readme
Netdata frontend SDK and chart utilities
Storybook
https://netdata.github.io/charts
Install
npm:
$ npm install @netdata/chartsyarn:
$ yarn add @netdata/chartsDevelop
$ yarn startBuild
There are 3 different distributions. The following command creates the different distributions in the ./dist folder
$ yarn buildBuild the distributions isolated
UMD produces a single file ./dist/sdk.min.js what contains the entire bundle
$ yarn build:umdES6 Builds the files using ES Modules in ./dist/es6/* folder
$ yarn build:es6cjs Builds the files using CommonJS in ./dist/* folder
$ yarn build:cjsTesting
$ yarn testLint
$ yarn lint