AKSW / cubevizjs

CubeViz.js is the successor of the CubeViz and provides statistical data exploration and visualization. Its completely written in JavaScript.
Other
16 stars 4 forks source link

Prepare for demo paper #2

Closed k00ni closed 8 years ago

k00ni commented 8 years ago

Must have:

Optional:

GeorgesAlkhouri commented 8 years ago

Example integration:

CubeViz.default(...) because of following babel 6's default export behavoir. (https://phabricator.babeljs.io/T2212)

var configuration = {
    ui_container: 'react',
};
var cubeViz = new CubeViz.default(configuration);
cubeViz.run();
GeorgesAlkhouri commented 8 years ago

Completed issue, please close when checked.

k00ni commented 8 years ago

:+1: