line.context()

line.context([context])

If context is specified, sets the context and returns this line generator. If context is not specified, returns the current context, which defaults to null. If the context is not null, then the generated line is rendered to this context as a sequence of path method calls. Otherwise, a path data string representing the generated line is returned.

doc_D3_Js
2016-11-24 10:27:56
Comments
Leave a Comment

Please login to continue.