We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
dc 2.0.0-alpha.2
There should be a way to override the 'default' labels in the heatmap. Im thinking something along the lines of
chart .colsLabel(function(d){ ... }) .rowsLabel(function(d){ ... })
The text was updated successfully, but these errors were encountered:
I agree, this is a good idea.
It's kind of strange that the heatmap doesn't use d3 axes, which would have covered this...
Sorry, something went wrong.
Strange it is. I'm just getting my feet wet with dc.js, so apologies if my proposal does not fully adhere to best practice :o)
Since it was merged and unless there is further work here, you can probably close this one Gordon :)
No branches or pull requests
dc 2.0.0-alpha.2
There should be a way to override the 'default' labels in the heatmap. Im thinking something along the lines of
chart
.colsLabel(function(d){ ... })
.rowsLabel(function(d){ ... })
The text was updated successfully, but these errors were encountered: