makesites / cloudvisio

Data visualizations of cloud data - built on top of D3 #javascript #d3 #html5 #css3
https://npmjs.org/package/cloudvisio
5 stars 1 forks source link

Create / define name-spacing for the lib #7

Closed ryndel closed 11 years ago

tracend commented 12 years ago

the main namespace for the library will be "cloudvisio"

the library will be initialised passing an options object, which can be expanded with as many attributes as needed.

Example:

var options = { el: "#vis", data: data}

var vis = cloudvisio(options);
tracend commented 12 years ago

ideally the vis object cloudvisio is created will retain chainability with other methods of d3

tracend commented 11 years ago

This should be considered resolved since the first commits.

Namespace updates will be made as needed (as part of other issues)