ndarville / d3-charts

Collection of small, reusable charts created with d3.js
7 stars 1 forks source link

Subticks not displayed #1

Closed ndarville closed 9 years ago

ndarville commented 11 years ago

Affected Charts

The subticks for the x-axis are not displayed for some reason.

The cause is the use of http://d3js.org/d3.v3.min.js over my own local version, i.e. 3.2.0 vs. 3.3.6.

The ideal move forward is to amend the code in a way that complies with whatever new guidelines imposed by the newest version of d3.js.

Troubleshooting

It breaks from 3.2.8 to 3.3.0, and the culprit is this:

Disable axis.tickSubdivide; use post-selection and multiple axes instead.