Boilerplate starter code for [Chiasm](https://github.com/chiasm-project/chiasm). To get started, go ahead and [edit this example on blockbuilder.org](http://blockbuilder.org/curran/1af08ad6cdb01707c33f). From there you can experiment with creating your own Chiasm components and applications, then publish your work back to [bl.ocks.org](http://bl.ocks.org/). The [Chiasm components](https://github.com/chiasm-project/chiasm-component) demonstrated here are: * [`chiasm-layout`](https://github.com/chiasm-project/chiasm-layout) A Chiasm plugin for nested box layout. You can use this plugin to impose a grid system of rectangles on any collection of Chiasm components. * [`coloredRectangle`](https://gist.github.com/curran/1af08ad6cdb01707c33f#file-coloredrectangle-js) An example custom Chiasm component that draws a colored rectangle using [D3.js](http://d3js.org/) and [SVG](https://en.wikipedia.org/wiki/Scalable_Vector_Graphics). The naming convention of `my` for the component is inspired by the wonderful piece on reusable D3 charts [Towards Reusable Charts](http://bost.ocks.org/mike/chart/). For a more complex example that creates data visualizations, check out [Fundamental Visualizations](http://bl.ocks.org/curran/3cc1a2a289dddbd64688).
web counter