bizcharts-venn
v1.0.4
Published
bizcharts venn
Downloads
3
Readme
BizCharts-venn
Features
- Venn of [email protected]
Installation
npm
$ npm install --save bizcharts-venn
dev demo
$ npm start
// auto opened in browser http://localhost:3001/
Usage
import Venn from 'bizcharts-venn'
const data = [...];
<Venn data={data} /* height={500} padding={10} */ />
Comments
[email protected] does not support Venn graphs. And there is no package which provides data interface for venn of bizcharts, so this library for transferring parameters was released.