User Guide
Blog
Reference
Examples
Download
Github

Reference

This page lists all available configuration options grouped by the module ("class") in which they are defined. Please follow the respective links for more details on individual configuration options.


plot

The plot module is used to read input data from CSV or GeoJSON files and draw a 2D plot from it. The layout and styling of the plot is fully customizable using the options described below.

/* Geometry Statements */
areas {...}
bars {...}
errorbars {...}
labels {...}
lines {...}
points {...}
polygons {...}
rectangles {...}
vectors {...}

/* Axis Statements */
axes {...}
axis {...}

/* Grid & Legend Statements */
grid {...}
legend {...}

/* Margin Options */
margin: ...;
margin-top: ...;
margin-left: ...;
margin-right: ...;
margin-bottom: ...;

Edit this page on GitHub