1.0.4 • Published 4 years ago

bizcharts-venn v1.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

BizCharts-venn

More details about BizCharts

Features

  • Venn of Bizcharts@3.5.8

venn.png

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

Bizcharts@4.x.x 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.

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago