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

Allowing d3 to be used on the server as well #1

Open
jbmusso opened this issue Mar 13, 2013 · 0 comments
Open

Allowing d3 to be used on the server as well #1

jbmusso opened this issue Mar 13, 2013 · 0 comments

Comments

@jbmusso
Copy link

jbmusso commented Mar 13, 2013

Greetings,

Under some circonstances, d3 could also be used on the server. For example, there are cases where developers want SVGs to be generated on the server (see https://groups.google.com/forum/?fromgroups=#!topic/meteor-talk/u4lfbEY0nFo), or wish to use some d3 functions like d3.csv() for CSV parsing.

Currently, d3 package is restricted for client-side use only (https://github.com/acidsound/d3js-package/blob/master/package.js#L6).

What would be the consequences of allowing d3 to be used server-side as well?

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

No branches or pull requests

1 participant