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

Heatmaps! #62

Closed
scottpdo opened this issue Nov 2, 2020 · 1 comment
Closed

Heatmaps! #62

scottpdo opened this issue Nov 2, 2020 · 1 comment

Comments

@scottpdo
Copy link
Owner

scottpdo commented Nov 2, 2020

Heatmaps would be a great way to show correlation between two metrics. API might be:

new Heatmap({
  x: "key1",
  y: "key2",
});

with defaults for width, height, # of buckets for x/y, range for x/y, color range, and whether range is absolute or relative (à la Histogram bar heights). Dimensions and scale seems obvious, but how to set buckets and x/y ranges and color range?

@scottpdo
Copy link
Owner Author

scottpdo commented Nov 5, 2020

Released in #63

@scottpdo scottpdo closed this as completed Nov 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant