Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
QuinnLee committed Jan 16, 2015
1 parent 7e35ccd commit ebc0f64
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions web/docs/api-latest.md
Original file line number Diff line number Diff line change
Expand Up @@ -1926,6 +1926,14 @@ var heatMap1 = dc.heatMap('#chart-container1');
var heatMap2 = dc.heatMap('#chart-container2', 'chartGroupA');
```

#### .colsSort(function)
Gets or Sets the sorting function for the columns of the heatmap.
Default is d3.ascending

#### .colsSort(function)
Gets or Sets the sorting function for the columns of the heatmap.
Default is d3.ascending

#### .rows([values])
Gets or sets the values used to create the rows of the heatmap, as an array. By default, all
the values will be fetched from the data using the value accessor, and they will be sorted in
Expand Down

0 comments on commit ebc0f64

Please sign in to comment.