Closed cpsievert closed 2 years ago
This way, you can use a handleLabelFormat value that d3Format() doesn't understand
handleLabelFormat
d3Format()
Note the only real change here is https://github.com/samhogg/histoslider/pull/110/commits/3be74f91f98392ad5da87ea276ef70e8af6d7460 (the rest is files generated by yarn build)
yarn build
Also, 7c44224 ignores lib/ so I can yarn install this in my own project but feel free to revert that after merging
lib/
yarn install
No worries, thanks for the response, should be good to merge now!
This way, you can use a
handleLabelFormat
value thatd3Format()
doesn't understandNote the only real change here is https://github.com/samhogg/histoslider/pull/110/commits/3be74f91f98392ad5da87ea276ef70e8af6d7460 (the rest is files generated by
yarn build
)Also, 7c44224 ignores
lib/
so I canyarn install
this in my own project but feel free to revert that after merging