Code Monkey home page Code Monkey logo

analyze's Introduction

Analyze

Contents:

Description

  • Analyze is a Chart Dashboard consists of 10 Charts and developed by React js.
  • It represents a data set of 2000 records.
  • The data is imported from a JSON file.
  • The app can be used to represent, filter data by different dimensions.
  • Dimensions used are:
    1. Payment Method.
    2. Delivery Area.
    3. Order Amount.
    4. Branch.
    5. Order Date.
  • Types of Charts used to represent data are:
    1. Pie Chart.
    2. Bar Chart.
    3. Line Chart(Time Series Chart).
  • The app gives user the ability to either reset individual dimension, or reset all dimensions.

App URL

React App Hierarchy

├── <App />
        ├── <OrderCountCharts />
      |       
      |       
      ├──<RevenueCharts />
      |
      |
      └──<TimeSeriesCharts />

Dependencies

  • crossfilter2: An extension of crossfilter. It overcomes the limit of array width of more than 32. This drawback appears with multiple filtration of different dimensions.
  • victory js: A collection of composable React components for building interactive data visualizations
  • prop-types.

Installation

You can either:

  1. Visit the App web page./ Or
  2. Download a compressed version from here. Then:
  • Decompress the app.
  • In your terminale locate the app directory and run npm install.
    • To run development mood:
      1. After finishing run npm start.
      2. A browser tab will open at a localhost port 3000.
    • To run production mood:
      1. run npm run build.
      2. Then to serve it with a static server run npm install -g serve.
      3. Then run serve -s build.

How To Use

  • Filter Data through each of the methods below:
    1. Filter through pie charts by clicking on individual slices.
    2. Filter through bar chart of Branches, or Delivery area dimensions by clicking on individual bars.
    3. Filter through other bar charts, by brushing through charts. You can drar, or resize brush to filter dimension, and also you can click on the chart to select all dimension.
    4. Filter through line charts (Time series charts) by brushing through charts.
  • Reset all filtration by clicking any of Reset All button.

analyze's People

Contributors

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