Skip to content

Commit

Permalink
More dimension config documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
BroHammie committed Feb 18, 2016
1 parent ab78b1c commit 65e5466
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,12 @@ Dimension attributes include:
"title": String label for dimension
"type": Possible values include: String, Date and number. Detected types are automatically populated by <a href="#parcoords_detectDimensions">detectDimensions</a> using d3.parcoords.<strong>detectDimensionTypes</strong>.
"ticks": Number of horizontal ticks to include on y axis
"tickValues": Array of values to display for tick labels
"orient": Orientation of ticks and tickValues(left or right of axis)
"innerTickSize": Length of the horizontal ticks in between the top and bottom
"outerTickSize": Length of the horizontal ticks at the top and bottom
"tickPadding": Pixels to pad the tick title from the innerTickSize
"yscale": Type of scale to use for the axis(log, linear, ordinal)
"index": Integer position for ordering dimensions on the x axis
Expand Down

0 comments on commit 65e5466

Please sign in to comment.