Skip to content
mbostock edited this page Jul 3, 2011 · 20 revisions

API ReferenceLayouts

stack

# d3.layout.stack()

# stack(data[, index])

# stack.values([accessor])

# stack.order([order])

  • inside-out -
  • reverse -
  • default -

# stack.offset([offset])

  • silhouette -
  • wiggle -
  • expand -
  • zero -

# stack.x([x])

# stack.y([y])

# stack.out([out])

Clone this wiki locally