Fork me on GitHub

The Meliorator

First, let's

Use Meliorator to make a table

                            var sampleData = range(0, 40).map(function(i) {
return {
        Number: i,
        Square: Math.pow(i, 2),
        Cube: Math.pow(i, 3)
    }
});

$('#table').Meliorator('table', {
    data: sampleData,
    tableClass: 'originalTable'
});

                            
                        

So?

We get this...

Then, with a dataset

We can Meliorate for a Dashboard

                            $('#analytics').Meliorator('dashboard-panel', {
    data: parsedDataSet
});

                            
                        

To Get?

This dashboard builder for FREE!


Checkout

Other Examples...

Render Pre-existing a Dashboard
Using URI/API sourced Data
Sourcing data from existing HTML Tables
Render a Single Analytics Widget
Automagically Render images and other Binary Objects

It's Open Source!

The project is still evolving, but...

DOWNLOAD