Chiasm Boilerplate
December 8, 2015 ยท View on GitHub
Boilerplate starter code for Chiasm.
To get started, go ahead and edit this example on blockbuilder.org. From there you can experiment with creating your own Chiasm components and applications, then publish your work back to bl.ocks.org.
The Chiasm components demonstrated here are:
-
chiasm-layoutA Chiasm plugin for nested box layout. You can use this plugin to impose a grid system of rectangles on any collection of Chiasm components. -
coloredRectangleAn example custom Chiasm component that draws a colored rectangle using D3.js and SVG. The naming convention ofmyfor the component is inspired by the wonderful piece on reusable D3 charts Towards Reusable Charts.
For a more complex example that creates data visualizations, check out Fundamental Visualizations.