Files
blowfish/node_modules/d3-selection/src/selection/datum.js
Nuno Coração 5fb4bd8083 config redirect
2023-01-29 22:30:24 +00:00

6 lines
132 B
JavaScript

export default function(value) {
return arguments.length
? this.property("__data__", value)
: this.node().__data__;
}