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...

Meliorator

Can reverse engineer an existing table

                            var parsedDataSet = $.makeArray(
    $('.originalTable').Meliorator('parse-table')[0]
);

                            
                        

To get?

This!

Then, with a dataset

We can Meliorate

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

                            
                        

To Get?

This amazing analytics panel for FREE!


Checkout

Other Examples...

Using URI/API sourced Data
(Design/View) Dashboard Mode Example
Render Pre-existing a Dashboard
Render a Single Analytics Widget
Automagically Render images and other Binary Objects
Plotting Line of Best Fit

It's Open Source!

The project is still evolving, but...

DOWNLOAD