Skip to content
tracend edited this page Apr 19, 2013 · 5 revisions

Welcome to cloudvisio, and open-source library for creating advanced data visualisations from any data source, powered by the awesome d3.js library.

Axis

The single most important concept in Cloudvisio (and all visualizations for that matter) is the idea of axis. These are one dimensional datasets and in Cloudvisio they are represented in a { key : value } format...

A normalized data structure contains a list of models, each with a definite amount of axis. For example:

[
{
  key1 : value1,
  key2 : value2
},
{
  key3 : value3,
  key4 : value4
}
...
]
Clone this wiki locally