Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Histogram basic changes #2142

Closed
ivanmalagon opened this issue Jun 14, 2018 · 1 comment
Closed

Histogram basic changes #2142

ivanmalagon opened this issue Jun 14, 2018 · 1 comment
Labels
Milestone

Comments

@ivanmalagon
Copy link
Contributor

Context

Right now, in CARTO.js v4.0 the only parameter available is bins to set the desired number of bins. There are cases where it'd be great to allow the user to control the range of the histogram: to get a more detailed histogram, for instance.
Internally, we already have a start and end parameters. We can expose them in the public API.

Tasks

  • Expose start and end parameters.
  • Specs.
  • Add documentation.
  • Modify examples.
@rubenmoya
Copy link
Contributor

Added in version 4.0.18

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants