其它

关注公众号 jb51net

关闭
首页 > 网络编程 > JavaScript > javascript类库 > 其它 > D3.js API中文参考

JavaScript可视化图表库D3.js API中文参考

投稿:junjie

这篇文章主要介绍了JavaScript可视化图表库D3.js API中文参考,本文对常用的API给出一中文翻译,需要的朋友可以参考下

D3 库所提供的所有 API 都在 d3 命名空间下。d3 库使用语义版本命名法(semantic versioning)。 你可以用 d3.version 查看当前的版本信息。

d3 (核心部分)

选择集

过渡效果

数据操作(Working with Arrays)

Math

载入外部资源(Loading External Resources)

字符串格式化(String Formatting)

CSV 格式化 (d3.csv)

颜色

命名空间

内部方法(Internals)

d3.scale(Scales)

定量变换(Quantitative)

序数变换(Ordinal)

d3.svg (SVG)

Shapes

坐标轴(Axes)

Controls

d3.time (Time)

时间格式转换(Time Formatting)

时间变换(Time Scales)

Time Intervals

构图(d3.layout)

Bundle

弦图(Chord)

集群(Cluster)

力学(Force)

层级布局(Hierarchy)

直方图(Histogram)

层包(Pack)

分区(Partition)

饼图(Pie)

堆叠图(Stack)

树(Tree)

矩阵树(Treemap)

d3.geo (Geography)

Paths

Projections

Streams

d3.geom (Geometry)

Voronoi

Quadtree

Polygon

Hull

d3.behavior (Behaviors)

Drag

缩放 Zoom

您可能感兴趣的文章:
阅读全文