ribbon.source([source])
If source is specified, sets the source accessor to the specified function and returns this ribbon generator. If source is not specified, returns the current source accessor, which defaults to:
1 2 3 | function source(d) { return d.source; } |
Please login to continue.