This example shows one way to encapsulate the D3 Margin Convention using Model.js.
Check out the resize behavior in full screen mode.
More generally, this example is an experiment in how to generalize self-contained pieces of dynamic graphical behavior. Note that the following three pieces of this visualization are each implemented in separate functions:
width and heighttop and leftwidth and height, which represent the dimensions of the rectangle inside the margin.Draws from:
forked from curran‘s block: Margin Convention with Model.js