sankeySimple
A simple sankey data visualization base on d3’s sankey.js. Two dimensions only.
github地址:
https://github.com/jdk137/sankeySimple

Requirements:
d3.js
sankey.js
Features:
-
Two dimension split.
-
self defined node size, node color, dimension title and css style.
Usage:
var sankeySimple = new SankeySimple(document.getElementById('chart'), {
data: data,
// width: 700,
// height: 800,
/

sankeySimple是一个基于d3库的简单Sankey图表组件,仅包含两个维度。它提供了节点大小、颜色、维度标题和CSS样式的自定义功能。组件可在github上找到,链接为https://github.com/jdk137/sankeySimple。使用该组件需要d3.js和sankey.js作为依赖,并遵循特定的数据格式。
最低0.47元/天 解锁文章
7111

被折叠的 条评论
为什么被折叠?



