Fork me on GitHub

The Meliorator

First, let's

Make a table of random data

                            var sampleData = range(0, 40).map(function(i) {
return {
        Number: i,
        Function: Math.random(i) + Math.floor(i*.5)
    }
});

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

                            
                        

So?

We get this...

Then, with this dataset

We can Meliorate

                            $('#analytics').Meliorator('analytics-widget', {
                        data: parsedDataSet,
                        domainField: 'Number',
                        rangeField: 'Function',
                        domainAggregation: 'NONE',
                        renderAs: 'LINEBF'
                                          
                    });

                            
                        

To Get?

This Line of Best Fit analytics widget for FREE!


Checkout

Other Examples...

Using URI/API sourced Data
(Design/View) Dashboard Mode Example
Render Pre-existing a Dashboard
Sourcing data from existing HTML Tables

It's Open Source!

The project is still evolving, but...

DOWNLOAD