Data Visualization Toolkit
npm install rn3RN3 is a data visualization toolkit based on d3.js







bash
npm i rn3 --save
`$3
`html
`Demo
* Go to examplesUsage
$3
`js
import {
Barchart,
} from 'rn3';const barchart = new Barchart({
el: '#barchart',
});
`$3
`js
const barchart = new rn3.Barchart({
el: '#barchart',
});
`$3
`js
const rn3 = require('rn3');const barchart = new rn3.Barchart({
el: '#barchart',
});
``