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
clip-{id} width in rest mode needs to be 100% and not width to fix deselected last bar problem (though the cause is something else)
the width of bars (9px?) needs to be added to the width of clip to fix brush selection for ordinal scales
g.select("#clip-" + id + " rect") .attr("x", x(extent[0])) .attr("width", x(extent[1]) - x(extent[0]) + 9 );
The text was updated successfully, but these errors were encountered:
No branches or pull requests
clip-{id} width in rest mode needs to be 100% and not width to fix deselected last bar problem (though the cause is something else)
the width of bars (9px?) needs to be added to the width of clip to fix brush selection for ordinal scales
The text was updated successfully, but these errors were encountered: