Skip to content

Commit

Permalink
artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
gordonwoodhull committed Mar 30, 2017
1 parent 1059e7b commit e0d55fb
Show file tree
Hide file tree
Showing 11 changed files with 173 additions and 131 deletions.
21 changes: 14 additions & 7 deletions dc.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dc.js.map

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions dc.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dc.min.js.map

Large diffs are not rendered by default.

8 changes: 5 additions & 3 deletions web/docs/api-latest.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ such as [.svg](#dc.baseMixin+svg) and [.xAxis](#dc.coordinateGridMixin+xAxis),
return values that are themselves chainable d3 objects.

**Kind**: global namespace
**Version**: 2.1.4
**Version**: 2.1.5
**Example**
```js
// Example chaining
Expand Down Expand Up @@ -4626,8 +4626,10 @@ The chart then sorted the items according to [baseMixin.ordering()](#dc.baseMixi
So the two values essentially had to agree, but if the `group.order()` was incorrect (it's
easy to forget about), the wrong rows or slices would be displayed, in the correct order.
If your chart previously relied on `group.order()`, use `chart.ordering()` instead. If you
actually want to cap by size but e.g. sort alphabetically by key, please
If your chart previously relied on `group.order()`, use `chart.ordering()` instead. As of
2.1.5, the ordering defaults to sorting from greatest to least like `group.top(N)` did.
If you want to cap by one ordering but sort by another, please
[file an issue](https://github.com/dc-js/dc.js/issues/new) - it's still possible but we'll
need to work up an example.
Expand Down
115 changes: 64 additions & 51 deletions web/img/class-hierarchy.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 14 additions & 7 deletions web/js/dc.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion web/js/dc.js.map

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions web/js/dc.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion web/js/dc.min.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit e0d55fb

Please sign in to comment.