Skip to content

nn-charts 1.6.21

Install from the command line:
Learn more about npm packages
$ npm install @springernature/nn-charts@1.6.21
Install via package.json:
"@springernature/nn-charts": "1.6.21"

About this version

D3 Chart library created by Springer Nature

How to install this package

In your project directory, run the following command:

yarn @springernature/nn-charts

How to import Column Chart

import { ColumnChart } from "nn-charts";
const data = {} // JSON data to render chart
const chart = new ColumnChart(data)

How to import Line Chart

import { LineChart } from "nn-charts";
const data = {} // JSON data to render chart
const chart = new LineChart(data)

How to import CollapsibleTree Chart

import { CollapsibleTreeChart } from "nn-charts";
const data = {} // JSON data to render chart
const chart = new CollapsibleTreeChart(data)

You can write any html tags in the below file/directory

public/index.html

Details


Assets

  • nn-charts-1.6.21.tgz

Download activity

  • Total downloads 0
  • Last 30 days 0
  • Last week 0
  • Today 0