symbol.type([type])
If type is specified, sets the symbol type to the specified function or symbol type and returns this line generator. If type is not specified, returns the current symbol type accessor, which defaults to:
function type() { return circle; }
See symbols for the set of built-in symbol types. To implement a custom symbol type, pass an object that implements symbolType.draw.
Please login to continue.