首页
AI Coding
NEW
沸点
课程
直播
活动
AI刷题
APP
插件
搜索历史
清空
创作者中心
写文章
发沸点
写笔记
写代码
草稿箱
创作灵感
查看更多
会员
登录
注册
D3js速记笔记
每日摸鱼大王
创建于2021-11-21
订阅专栏
d3js没有想象的那么难,只要过一遍d3js的api大概都是干什么的,就知道d3js的运行方式了
等 2 人订阅
共57篇文章
创建于2021-11-21
订阅专栏
默认顺序
默认顺序
最早发布
最新发布
IT资讯精选(2022-04-19)
IT资讯精选(2022-04-19) 掘金资讯 1.DeepMind三人组挑战股市,曾开发出战胜职业玩家的德州扑克AI InfoQ 热门话题 1.今天的应用架构,正处在一个不可测的阶段 2.鲲鹏说-《
29.transitions 过渡效果
Transitions (d3-transition) Animated transitions for selections.选择的动画过渡。 selection.transition - sche
28.timer 定时器
Timers (d3-timer) An efficient queue for managing thousands of concurrent animations.用于管理数千个并发动画的高效队
27.Time Intervals 时间间隔操作
Time Intervals (d3-time) A calculator for humanity’s peculiar conventions of time.一个计算人类特殊时间惯例的计算器。
26.time format 时间转换
Time Formats (d3-time-format) Parse and format times, inspired by strptime and strftime.解析和格式化时间,受st
25-1.arcs 弧
Arcs Circular or annular sectors, as in a pie or donut chart.圆形或环形扇形,如在饼图或圆环图中。 d3.arc - create a ne
25-8.stacks 栈
Stacks Stack shapes, placing one adjacent to another, as in a stacked bar chart.堆叠形状,将一个形状相邻放置,如在堆叠条
25-7.symbols 符号
Symbols A categorical shape encoding, as in a scatterplot.散点图分类形状编码,如在散点图中 d3.symbol - create a new
25-6.links 链接
Links A smooth cubic Bézier curve from a source to a target.从源到目标的平滑三次贝塞尔曲线。 d3.linkVertical - creat
25-5.curves 曲线
Curves Interpolate between points to produce a continuous shape. 在点之间进行插值以产生连续的形状。 d3.curveBasis - a
25-4.areas 区域
Areas An area, defined by a bounding topline and baseline, as in an area chart.由边界顶线和基线定义的区域,如在面积图中。
25-3.lines 线
Lines A spline or polyline, as in a line chart.如在折线图中的一条线或多段线 d3.line - create a new line generator.
25-2.pies 饼
Pies Compute the necessary angles to represent a tabular dataset as a pie or donut chart.计算必要的角度,将表格
30.zooming 缩放
Zooming (d3-zoom) Pan and zoom SVG, HTML or Canvas using mouse or touch input.使用鼠标或触摸输入平移和缩放SVG、HTML
24-5.local variables & namespaces本地变量操作 命名空间
Local Variables d3.local - declares a new local variable.声明一个新的局部变量。 local.set - set a local variabl
24-4.handing events & control flow 操作事件 控制流
Handling Events selection.on - add or remove event listeners.添加或删除事件侦听器 selection.dispatch - dispatc
24-3.joining data 连接数据
Joining Data selection.data - bind elements to data.将元素绑定到数据。 selection.join - enter, update or exit
24-2.modifying elements 修改选择的元素
Modifying Elements selection.attr - get or set an attribute.获取或设置属性 selection.classed - get, add or
24-1.selecting elements 选择元素(元素选择器)
Selecting Elements d3.selection - select the root document element.选择根文档元素 d3.select - select an ele
23-5.ordinal scales 顺序尺
Ordinal Scales Map a discrete domain to a discrete range.将离散域映射到离散范围。 d3.scaleOrdinal - create an or
下一页