This user’s guide is meant to tell you everything you need to know to make your own visualizations in Vamonos.

How To Use This Guide

Items that are

in a light blue box like this

.. are live demos that you can interact with.

Page Prerequisites

To get started, you’ll need to make an HTML file that includes links to the following things:

Assuming you have downloaded Vamonos, (links are available on the main page), you’ll need to include the following lines in your HTML file’s <head> section:

<link rel="stylesheet" href="path/to/vamonos.css" />

<script type="text/javascript" src="path/to/vamonos-all.js"></script>
Next page: Overview of a Vamonos visualization