All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.src.selection.datum.js Maven / Gradle / Ivy

import "selection";

d3_selectionPrototype.datum = function(value) {
  return arguments.length
      ? this.property("__data__", value)
      : this.property("__data__");
};




© 2015 - 2024 Weber Informatics LLC | Privacy Policy