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-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
An example custom Chiasm component that draws a colored rectangle using D3.js and SVG. The naming convention ofmy
for 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.