Coder Social home page Coder Social logo

d3-visualizations's Introduction

Visualizations With D3

Application test drive is here.

Visualizations are responsive and interactive.

  • COVID-19 (Actual cases of the covid-19 epidemic 2020)
  • Bar Chart
  • Scatter Plot
  • GapMinder
  • Coin Stars

Demo Image

Note: The application is a demonstration instance. It works correctly in modern Chrome.

Table of Contents

Installation

Note: Make sure git, NodeJs and NPM are installed

  • Clone the current repository:
git clone https://github.com/serjilyashenko/d3-visualizations.git
  • For installation of npm dependencies execute from project folder:
yarn install

or

npm install

Production Mode

It is necessary pass ENV=production.

yarn gulp:build
yarn start

or

npm run gulp:build
npm start

You also can use yarn gulp instead of script gulp:build

Visit localhost:8080

Development Mode

yarn dev

or

npm run dev

Tracking

You also can use Segment IO to track user activity. Provide config.yml like this:

SEGMENT_IO: <your_segment_io_key>

or pass to process.end next params:

NODE_ENV=production
SEGMENT_IO=<your_segment_io_key>

d3-visualizations's People

Contributors

serjilyashenko avatar dependabot[bot] avatar

Watchers

James Cloos avatar  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.