Created
February 27, 2013 20:35
-
-
Save zackdever/5051462 to your computer and use it in GitHub Desktop.
make room for large numbers in nvd3.js charts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// http://stackoverflow.com/a/13472375/962091 | |
// may also need to make room on the chart itself, maybe something like: | |
// chart.margin({left: 10}); | |
d3.select('.nv-y.nv-axis > g').selectAll('g'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment