Skip to content
This repository has been archived by the owner on May 11, 2021. It is now read-only.

Graphie Helper Functions

kramtark edited this page Oct 31, 2011 · 9 revisions

rectchart( divisions, colors[, row #] )

Produces a single row of blocks which may be divided into several sections and colors. To make multiple rows, you must use the "row #" field to specify which row it is for formatting purposes.

init({ range: [ [0, 1], [0, 30] ], scale: [250, 25] });
rectchart( [10, 5], ["#28AE7B", "#999"] )

rectchart()