Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
MUR Drupal
d3-library
Commits
945c21e6
Commit
945c21e6
authored
Jan 08, 2016
by
Mike Bostock
Browse files
Update d3-axis.
parent
e43d4bed
Changes
3
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
945c21e6
...
...
@@ -96,7 +96,10 @@ Methods for transforming arrays and for generating new arrays.
Human-readable reference marks for scales.
*
[
d3.axis
](
https://github.com/d3/d3-axis#axis
)
- create a new axis generator.
*
[
d3.axisTop
](
https://github.com/d3/d3-axis#axisTop
)
- create a new top-oriented axis generator.
*
[
d3.axisRight
](
https://github.com/d3/d3-axis#axisTight
)
- create a new right-oriented axis generator.
*
[
d3.axisBottom
](
https://github.com/d3/d3-axis#axisTottom
)
- create a new bottom-oriented axis generator.
*
[
d3.axisLeft
](
https://github.com/d3/d3-axis#axisTeft
)
- create a new left-oriented axis generator.
*
[
*axis*
](
https://github.com/d3/d3-axis#_axis
)
- generate an axis for the given selection.
*
[
*axis*.scale
](
https://github.com/d3/d3-axis#axis_scale
)
- set the scale.
*
[
*axis*.orient
](
https://github.com/d3/d3-axis#axis_orient
)
- set the axis orientation.
...
...
@@ -108,10 +111,6 @@ Human-readable reference marks for scales.
*
[
*axis*.tickSizeInner
](
https://github.com/d3/d3-axis#axis_tickSizeInner
)
- set the size of inner ticks.
*
[
*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.
*
[
d3.axisOrientTop
](
https://github.com/d3/d3-axis#axisOrientTop
)
- orient the axis along the chart top.
*
[
d3.axisOrientRight
](
https://github.com/d3/d3-axis#axisOrientRight
)
- orient the axis along the chart right.
*
[
d3.axisOrientBottom
](
https://github.com/d3/d3-axis#axisOrientBottom
)
- orient the axis along the chart bottom.
*
[
d3.axisOrientLeft
](
https://github.com/d3/d3-axis#axisOrientLeft
)
- orient the axis along the chart left.
## [Collections](https://github.com/d3/d3-collection)
...
...
index.js
View file @
945c21e6
...
...
@@ -359,9 +359,8 @@ export {
}
from
"
d3-selection
"
;
export
{
axis
,
axisOrientTop
,
axisOrientRight
,
axisOrientBottom
,
axisOrientLeft
axisTop
,
axisRight
,
axisBottom
,
axisLeft
}
from
"
d3-axis
"
;
package.json
View file @
945c21e6
...
...
@@ -36,7 +36,7 @@
},
"dependencies"
:
{
"
d3-array
"
:
"
0.7.0
"
,
"
d3-axis
"
:
"
0.
0.1
"
,
"
d3-axis
"
:
"
0.
1.0
"
,
"
d3-collection
"
:
"
0.1.0
"
,
"
d3-color
"
:
"
0.3.3
"
,
"
d3-dispatch
"
:
"
0.2.5
"
,
...
...
Write
Preview
Supports
Markdown
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