Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
MUR Drupal
d3-library
Commits
d46bbc48
Commit
d46bbc48
authored
Jun 08, 2016
by
Mike Bostock
Browse files
Update README.
parent
11f26ea4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
15 deletions
+15
-15
README.md
README.md
+15
-15
No files found.
README.md
View file @
d46bbc48
...
...
@@ -112,21 +112,6 @@ Methods for transforming arrays and for generating new arrays.
*
[
d3.transpose
](
https://github.com/d3/d3-array#transpose
)
- transpose an array of arrays.
*
[
d3.zip
](
https://github.com/d3/d3-array#zip
)
- transpose a variable number of arrays.
## [Brushes (d3-brush)](https://github.com/d3/d3-brush)
Select a one- or two-dimensional region using the mouse or touch.
*
[
d3.brush
](
https://github.com/d3/d3-brush#brush
)
-
*
[
d3.brushX
](
https://github.com/d3/d3-brush#brushX
)
-
*
[
d3.brushY
](
https://github.com/d3/d3-brush#brushY
)
-
*
[
*brush*
](
https://github.com/d3/d3-brush#_brush
)
-
*
[
*brush*.move
](
https://github.com/d3/d3-brush#brush_move
)
-
*
[
*brush*.extent
](
https://github.com/d3/d3-brush#brush_extent
)
-
*
[
*brush*.filter
](
https://github.com/d3/d3-brush#brush_filter
)
-
*
[
*brush*.handleSize
](
https://github.com/d3/d3-brush#brush_handleSize
)
-
*
[
*brush*.on
](
https://github.com/d3/d3-brush#brush_on
)
-
*
[
d3.brushSelection
](
https://github.com/d3/d3-brush#brushSelection
)
-
## [Axes (d3-axis)](https://github.com/d3/d3-axis)
Human-readable reference marks for scales.
...
...
@@ -146,6 +131,21 @@ Human-readable reference marks for scales.
*
[
*axis*.tickSizeOuter
](
https://github.com/d3/d3-axis#axis_tickSizeOuter
)
- set the size of outer (extent) ticks.
*
[
*axis*.tickPadding
](
https://github.com/d3/d3-axis#axis_tickPadding
)
- set the padding between ticks and labels.
## [Brushes (d3-brush)](https://github.com/d3/d3-brush)
Select a one- or two-dimensional region using the mouse or touch.
*
[
d3.brush
](
https://github.com/d3/d3-brush#brush
)
-
*
[
d3.brushX
](
https://github.com/d3/d3-brush#brushX
)
-
*
[
d3.brushY
](
https://github.com/d3/d3-brush#brushY
)
-
*
[
*brush*
](
https://github.com/d3/d3-brush#_brush
)
-
*
[
*brush*.move
](
https://github.com/d3/d3-brush#brush_move
)
-
*
[
*brush*.extent
](
https://github.com/d3/d3-brush#brush_extent
)
-
*
[
*brush*.filter
](
https://github.com/d3/d3-brush#brush_filter
)
-
*
[
*brush*.handleSize
](
https://github.com/d3/d3-brush#brush_handleSize
)
-
*
[
*brush*.on
](
https://github.com/d3/d3-brush#brush_on
)
-
*
[
d3.brushSelection
](
https://github.com/d3/d3-brush#brushSelection
)
-
## [Collections (d3-collection)](https://github.com/d3/d3-collection)
Handy data structures for elements keyed by string.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment