Version 1.3.5 (Area & Ribbon IFS & Data Transform)
·
511 commits
to master
since this release
- Ribbon chart - generate a single IFS for each ribbon (rather than each segment).
- Adds smooth mode to Ribbon chart and component.
- Aligned Ribbon and Area component IFS generation.
- Enabled use of useGeoCache in axis.js - use .append().attr() rather than .html().
- Refactored dataTransform.js Closes #41 Broke down functions into single and multi series functions.
- If curveFunction is Basis then reach straight for D3's native 'interpolateBasis' function (it's faster!).
- Update d3-interpolate-curve to v1.0.0.