Skip to content

Commit

Permalink
Merge pull request #1439 from CartoDB/feature/ch58614/allow-multi-sel…
Browse files Browse the repository at this point in the history
…ecion-in-category-widget

Make getAllCategories public [ch58614]
  • Loading branch information
neokore authored Apr 30, 2020
2 parents 429d2a9 + 7d0052a commit 4b7fccd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/renderer/viz/expressions/histogram/Histogram.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ export default class Histogram extends BaseExpression {
return this.value;
}

getAllCategories () {
return this._categories || [];
}

_bindMetadata (metadata) {
super._bindMetadata(metadata);
this._metadata = metadata;
Expand Down

0 comments on commit 4b7fccd

Please sign in to comment.