Giter Club home page Giter Club logo

genericcross's Introduction

Latest Release Crossfilter D3JS

Data Dashboard Application

Description

This data dashboard application provides dynamic and interactive visualization of various datasets. It utilizes technologies such as D3.js, Crossfilter.js, and DC.js to generate configurable charts that adapt to different types of data.

With this application you can visualize your data in a simple way, just by editing a configuration yml:

{
  "data": "data/iris.csv",
  "charts": [
      {
          "title": "Species",
          "type": "categorical",
          "fields": "species"
      },
      {
          "title": "Sepal length",
          "type": "numerical",
          "fields": "sepal_length"
      },
      {
          "title": "Petal length",
          "type": "numerical",
          "fields": "petal_length"
      },
      {
          "title": "Petal width",
          "type": "numerical",
          "fields": "petal_width"
      },
      { 
          "title": "Relation between sepal width, sepal length and petal length",
          "type": "bubble",
          "fields": ["sepal_width", "sepal_length", "petal_length"],
          "maxBubbleSize": 1
      },
      { 
          "title": "Relation between width and length",
          "type": "scatter",
          "fields": ["sepal_width", "sepal_length"],
      }    
  ]
}

Previous configuration generates this dashboard, where you can interact with the data. If you click on a bar, the other charts will be filtered by the selected value. If you click on the reset button, the filters will be removed.

image

Features

  • Dynamic Configuration: Charts are dynamically generated based on a JSON configuration, allowing great flexibility.
  • Multiple Chart Types: Supports various types of charts including bar charts, pie charts, and line charts.
  • Interactivity: Includes features like filters and the ability to reset each chart individually.
  • Responsive Design: Charts are organized in a responsive grid layout, adapting to different screen sizes.

Technologies Used

  • D3.js
  • Crossfilter.js
  • DC.js
  • Bulma CSS

Run

node server.js

And open this url in your browser:

http://localhost:3000

genericcross's People

Contributors

javitorres avatar jtorresmadiva avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.