Skip to content

Commit

Permalink
also remove crossfilter.quicksort.by from doc for #1560
Browse files Browse the repository at this point in the history
  • Loading branch information
gordonwoodhull committed Aug 19, 2019
1 parent 2ad9d6d commit 38a5ca5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/base-mixin.js
Original file line number Diff line number Diff line change
Expand Up @@ -327,12 +327,11 @@ dc.baseMixin = function (_chart) {

/**
* Get or set an accessor to order ordinal dimensions. The chart uses
* {@link https://github.com/crossfilter/crossfilter/wiki/API-Reference#quicksort_by crossfilter.quicksort.by}
* {@link https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort Array.sort}
* to sort elements; this accessor returns the value to order on.
* @method ordering
* @memberof dc.baseMixin
* @instance
* @see {@link https://github.com/crossfilter/crossfilter/wiki/API-Reference#quicksort_by crossfilter.quicksort.by}
* @example
* // Default ordering accessor
* _chart.ordering(dc.pluck('key'));
Expand Down

0 comments on commit 38a5ca5

Please sign in to comment.