首页
AI Coding
NEW
沸点
课程
直播
活动
AI刷题
APP
插件
搜索历史
清空
创作者中心
写文章
发沸点
写笔记
写代码
草稿箱
创作灵感
查看更多
会员
登录
注册
D3js速记笔记
每日摸鱼大王
创建于2021-11-21
订阅专栏
d3js没有想象的那么难,只要过一遍d3js的api大概都是干什么的,就知道d3js的运行方式了
等 2 人订阅
共57篇文章
创建于2021-11-21
订阅专栏
默认顺序
默认顺序
最早发布
最新发布
9.dispatch 事件指派
9.dispatch 事件指派 Dispatches (d3-dispatch) Separate concerns using named callbacks.使用命名的回调函数分离关注点 d3.d
8.Voronoi Diagrams 沃罗诺伊图
Voronoi Diagrams (d3-delaunay) Compute the Voronoi diagram of a set of two-dimensional points. 使用二维点
7.Contours 轮廊
Contours (d3-contour) Compute contour polygons using marching squares. 使用marching squares算法计算多边形轮廓 d
6-4.有序颜色(多色调,环形色调)
Sequential (Multi-Hue) 多颜色顺序色带(卡) 注:一个专业的颜色配色方案网站 d3.interpolateBuGn - ColorBrewer BuGn interpolator
6-3.有序颜色(单色调)
Sequential (Single Hue) 单一颜色顺序色带(卡) d3.interpolateBlues -蓝色色带 d3.interpolateGreens -绿色色带 d3.interpol
6-2.发散颜色
Diverging d3.interpolateBrBG - ColorBrewer BrBG interpolator.棕绿色带 d3.interpolatePiYG - ColorBrewer P
6-1.几类颜色组
Categorical d3.schemeCategory10 - an array of ten categorical colors.一组10类颜色 d3.schemeAccent - an ar
5.颜色对象相关
Colors (d3-color) Color manipulation and color space conversion.颜色控制颜色空间转换 d3.color - parse the give
4.弦图操作相关
Chords (d3-chord) d3.chord - create a new chord layout.创建一个弦图层 chord - compute the layout for the gi
3.笔刷区域相关
Brushes笔刷 (d3-brush) Select a one- or two-dimensional region using the mouse or touch. 用鼠标或者触控选择一个一维
2.Axes数轴相关
Axes (d3-axis) Human-readable reference marks for scales. d3.axisTop - create a new top-oriented axi
1-4 Array Set 集合运算相关方法
1-4 Array Set 集合运算相关方法 Sets 集合运算 d3.union - compute a set union.求并集 d3.difference - compute a set di
1-6 Array Histograms 数组直方图 相关数据操作方法
Histograms Bin discrete samples into continuous, non-overlapping intervals. 将离散样本分成连续的不间断的间隔 d3.bin
1-5 Array Transformations 数组转换(生成)相关工具方法
Transformations Methods for transforming arrays and for generating new arrays. 用于转换数组的方法 d3.flatGrou
1-3 Array Iterables 类js原生数组相关操作方法
Iterables 使任何可迭代对象使用类似array的方法(和js原生各方法类似,简单浏览一遍即可) d3.every - test if all values satisfy a conditio
1-2 Array Search 数组查找相关
Search Methods for searching arrays for a specific element.对象数组查找用的方法 d3.least - returns the least e
1-1.Array Statistics 统计相关
Statistics 统计 Methods for computing basic summary statistics. 计算汇总同统计的基本方法 d3.min - compute the mini
D3 API 速记笔记 总概要【快速导航】
D3js速记笔记 总概要 D3 是一组精心设计相互协调的工具 模块集合.既可以单独使用任一模块,也可以使用默认构建的全模块版本。 每个模块的源代码的文档都在这个git库中。