Skip to content

Commit

Permalink
add .ordering to README
Browse files Browse the repository at this point in the history
this is indeed available in 1.7.3, but undocumented.
  • Loading branch information
laurenancona authored and gordonwoodhull committed Mar 9, 2015
1 parent 31c991c commit 80fafeb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion web/docs/api-1.7.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,9 @@ If name is specified then it will be used to generate legend label.
#### .filterAll()
Clear all filters associated with this chart.

#### .ordering([orderFunction])
Get or set an accessor to order ordinal charts

#### .select(selector)
Execute in scope d3 single selection using the given selector and return d3 selection result. Roughly the same as:
```js
Expand Down Expand Up @@ -1083,4 +1086,4 @@ var display1 = dc.numberDisplay("#chart-container1");
Calculate and return the underlying value of the display

#### .formatNumber([formatter])
Get or set a function to format the value for the display. By default `d3.format(".2s");` is used.
Get or set a function to format the value for the display. By default `d3.format(".2s");` is used.

0 comments on commit 80fafeb

Please sign in to comment.