micharts_sankey
v0.1.7
Published
桑基图,使用micharts
Readme
桑基图,使用micharts
Usage
<SankeyChart
minHeight={100}
maxHeight={300}
width={1200}
datasource={[
{
path: '0-1-2-3-4',
value: 10
},
{
path: '0-2-4',
value: 10
},
{
path: '0-2-3',
value: 10
},
{
path: '0-2-4',
value: 10
},
{
path: '0-2',
value: 10
}
]}
points={points}
/>LICENSE
MIT
