2019-03-26
Add custom ranges and some more tests
- Add custom ranges for x, y and r scales
- Add test for calcExtent when the accessor returns an array
2019-03-13
Update dependencies to fix minor lodash security problem
- Update lodash
2018-12-23
Some small things
- Add
main
field to package.json. Closes #6. - Add warning if scale does not support
.nice()
2018-10-20
Change the default behavior of uniques
since most frequently we'll want it to transform.
- Default to true, change tests
2018-10-20
Add uniques
as a helper export.
- Add
src/lib/uniques.js
and tests
2018-10-18
Let calcExtents
measure extents of string values. Various small tweaks for publication.
- Add string value support to
calcExtents
- Fix readme logo
- Install instructions for devDependencies
- More
.npmignore
additions
2018-10-17
Add to .npmignore
.
- Add
test
folder npm ignore
2018-10-17
Initial release