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

前端之家收集整理的这篇文章主要介绍了JavaScript可视化图表库D3.js API中文参考前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

库所提供的所有 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

原文链接:https://www.f2er.com/js/56193.html

猜你在找的JavaScript相关文章