An open API service indexing awesome lists of open source software.

https://github.com/preignition/multi-verse

lit-element components for fast and modular multivariate analysis
https://github.com/preignition/multi-verse

analytics chart crossfilter d3 d3v4 dataviz multivariate-analysis polymer-element universe

Last synced: 5 months ago
JSON representation

lit-element components for fast and modular multivariate analysis

Awesome Lists containing this project

README

          

[![Published on webcomponents.org](https://img.shields.io/badge/webcomponents.org-published-blue.svg)](https://webcomponents.org/element/polymerEl/multi-verse)
[![Netlify Status](https://api.netlify.com/api/v1/badges/c20b8b59-7a10-4ec4-ba14-a984583d04e3/deploy-status)](https://app.netlify.com/sites/multi-verse/deploys)

# \

Polymer elements for graphical and interactive multivariate analysis (built on top of [universe](https://github.com/crossfilter/universe)) and using [d3.js V5](https://github.com/d3/d3), [crossfilter](https://github.com/crossfilter/crossfilter) and [reductio](https://github.com/crossfilter/reductio) under the hood.

Charts are rendered using [multi-chart](https://github.com/PolymerEl/multi-chart), or [multi-geo](https://github.com/PolymerEl/multi-chart) for geo charts like choropleth. They are data driven and reactive, providing instant feedback to user interaction.

## Motivation
Multi-verse is inspired by [dc.js](http://dc-js.github.io/dc.js/), a charting library allowing highly efficient exploration on large multi-dimensional datasets.

While `dc.js` requires users to code some of the chart logic and data intagration in javascript, `multi-verse` proposes a markup-first approach. This allows to build complex dashboard simply by combining `multi-verse` and `multi-chart` web components together, as illustrated in the example below.

`Multi-verse` components leverages `crossfilter` and are responsible for data management (aggregation, sorting, grouping), while `multi-charts` components render processed data in customizable visulalizations.

## Demo and API
Demo and API are now available on [netlify](https://multi-verse.netlify.com/).

## Simple Example

```html


















```

## Example of multi-verse in a interactive dashboard



## Other advanced example - available from the demo