Skip to content
va barbosa edited this page Dec 7, 2016 · 5 revisions

Simple Data Vis is a JavaScript module initially developed to visualize data gathered by the Simple Logging Service for its visualization page. It is however generic enough that can be used to visual various types of data including cloudant.com views.

Once installed the module can be used to access any REST API that returns JSON array of key/value pairs and have that data visually displayed onto the web page (using D3).

More Info

Clone this wiki locally