d3-selection#selection JavaScript Examples

The following examples show how to use d3-selection#selection. You can vote up the ones you like or vote down the ones you don't like, and go to the original project or source file by following the links above each example. You may check out the related API usage on the sidebar.
Example #1
Source File: index.js    From cs-wiki with GNU General Public License v3.0 6 votes vote down vote up
Transition.prototype = transition.prototype = {
  constructor: Transition,
  select: transition_select,
  selectAll: transition_selectAll,
  selectChild: selection_prototype.selectChild,
  selectChildren: selection_prototype.selectChildren,
  filter: transition_filter,
  merge: transition_merge,
  selection: transition_selection,
  transition: transition_transition,
  call: selection_prototype.call,
  nodes: selection_prototype.nodes,
  node: selection_prototype.node,
  size: selection_prototype.size,
  empty: selection_prototype.empty,
  each: selection_prototype.each,
  on: transition_on,
  attr: transition_attr,
  attrTween: transition_attrTween,
  style: transition_style,
  styleTween: transition_styleTween,
  text: transition_text,
  textTween: transition_textTween,
  remove: transition_remove,
  tween: transition_tween,
  delay: transition_delay,
  duration: transition_duration,
  ease: transition_ease,
  easeVarying: transition_easeVarying,
  end: transition_end,
  [Symbol.iterator]: selection_prototype[Symbol.iterator]
};
Example #2
Source File: index.js    From cs-wiki with GNU General Public License v3.0 6 votes vote down vote up
Transition.prototype = transition.prototype = {
  constructor: Transition,
  select: transition_select,
  selectAll: transition_selectAll,
  filter: transition_filter,
  merge: transition_merge,
  selection: transition_selection,
  transition: transition_transition,
  call: selection_prototype.call,
  nodes: selection_prototype.nodes,
  node: selection_prototype.node,
  size: selection_prototype.size,
  empty: selection_prototype.empty,
  each: selection_prototype.each,
  on: transition_on,
  attr: transition_attr,
  attrTween: transition_attrTween,
  style: transition_style,
  styleTween: transition_styleTween,
  text: transition_text,
  textTween: transition_textTween,
  remove: transition_remove,
  tween: transition_tween,
  delay: transition_delay,
  duration: transition_duration,
  ease: transition_ease,
  end: transition_end
};
Example #3
Source File: index.js    From gamedesign with GNU General Public License v3.0 6 votes vote down vote up
Transition.prototype = transition.prototype = {
  constructor: Transition,
  select: transition_select,
  selectAll: transition_selectAll,
  filter: transition_filter,
  merge: transition_merge,
  selection: transition_selection,
  transition: transition_transition,
  call: selection_prototype.call,
  nodes: selection_prototype.nodes,
  node: selection_prototype.node,
  size: selection_prototype.size,
  empty: selection_prototype.empty,
  each: selection_prototype.each,
  on: transition_on,
  attr: transition_attr,
  attrTween: transition_attrTween,
  style: transition_style,
  styleTween: transition_styleTween,
  text: transition_text,
  remove: transition_remove,
  tween: transition_tween,
  delay: transition_delay,
  duration: transition_duration,
  ease: transition_ease
};
Example #4
Source File: index.js    From cs-wiki with GNU General Public License v3.0 5 votes vote down vote up
selection.prototype.interrupt = selection_interrupt;
Example #5
Source File: index.js    From cs-wiki with GNU General Public License v3.0 5 votes vote down vote up
selection.prototype.transition = selection_transition;
Example #6
Source File: index.js    From cs-wiki with GNU General Public License v3.0 5 votes vote down vote up
export default function transition(name) {
  return selection().transition(name);
}
Example #7
Source File: index.js    From cs-wiki with GNU General Public License v3.0 5 votes vote down vote up
selection_prototype = selection.prototype
Example #8
Source File: selection.js    From cs-wiki with GNU General Public License v3.0 5 votes vote down vote up
Selection = selection.prototype.constructor
Example #9
Source File: index.js    From cs-wiki with GNU General Public License v3.0 5 votes vote down vote up
export default function transition(name) {
  return selection().transition(name);
}
Example #10
Source File: index.js    From cs-wiki with GNU General Public License v3.0 5 votes vote down vote up
selection_prototype = selection.prototype
Example #11
Source File: index.js    From gamedesign with GNU General Public License v3.0 5 votes vote down vote up
selection.prototype.interrupt = selection_interrupt;
Example #12
Source File: index.js    From gamedesign with GNU General Public License v3.0 5 votes vote down vote up
selection.prototype.transition = selection_transition;
Example #13
Source File: index.js    From gamedesign with GNU General Public License v3.0 5 votes vote down vote up
export default function transition(name) {
  return selection().transition(name);
}
Example #14
Source File: index.js    From gamedesign with GNU General Public License v3.0 5 votes vote down vote up
selection_prototype = selection.prototype