Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom interpolators? #15

Closed
mbostock opened this issue Nov 12, 2015 · 1 comment
Closed

Custom interpolators? #15

mbostock opened this issue Nov 12, 2015 · 1 comment

Comments

@mbostock
Copy link
Member

We don’t currently have a way of passing in a custom interpolator. The problem is the old API uses string concatenation, whereas the new API streams to an output context (which may buffer to a string internally, or not).

@mbostock
Copy link
Member Author

Fixed in 443978e; you can now specify your own implementation. Pretty sweet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant