Skip to content

A dashboard example using bootstrap template, JQuery and D3.js for data manipulation.

License

Notifications You must be signed in to change notification settings

akashpawara/spaceboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

version Chat Profile tag

A dashboard example designed using bootstrap, Jquery and D3.js

Product Gif

To check out live demo, Click here

D3.js (Data Driven Documents)

D3.js is a JavaScript library for manipulating documents based on data. D3 helps you bring data to life using HTML, SVG, and CSS. D3’s emphasis on web standards gives you the full capabilities of modern browsers without tying yourself to a proprietary framework, combining powerful visualization components and a data-driven approach to DOM manipulation.

Maps and csv

Vector maps are json data which are binded to DOM (Document Object Model) using D3. Tables are genreated from an array of data which came from csv file. By adding some Event Listeners, Vector maps are linked to the tables and data in the table changes accordingly.

Table of Contents

Quick start

  • Clone the repo: git clone https://github.com/akashpawara/dashboard-map-d3.git.

File Structure

Within the download you'll find the following directories and files:

dashboard-map-d3/
├── README.md
├── LICENCE
├── assets
│   ├── css
│   │   ├── black-dashboard.css
│   │   ├── nucleo-icons.css
│   │   └── demo.css
│   ├── data
│   │   └── test.csv
│   ├── fonts
│   │   ├── nucleo.eot
│   │   ├── nucleo.ttf
│   │   ├── nucleo.woff
│   │   └── nucleo.woff2
│   ├── js
│   │   ├── core
│   │   │   ├── bootstrap.min.js
│   │   │   ├── jquery.min.js
│   │   │   └── popper.min.js
│   │   ├── plugins
│   │   │   ├── chartjs.min.js
│   │   │   └── perfect-scrollbar.jquery.min.js
│   │   ├── black-dashboard.min.js
│   │   ├── demo.js
│   │   └── maps.js
│   └── img
│       ├── anime3.png
│       ├── anime6.png
│       └── spaceboard.gif
│   ├── maps
│   │   ├── india.json
│   │   ├── maharashtra.json
│   │   └── mum.json
└── index.html

Technical Support or Questions

If you have questions or need help integrating the product, contact me me on whatsapp or email me at (akashpawara29@gmail.com).

Social Media

Linkedin: https://www.linkedin.com/in/akashpawara

Medium: https://medium.com/@akashpawara

Instagram: https://instagram.com/akash_pawara_

Whatsapp: https://api.whatsapp.com/send?phone=917506021898

About

A dashboard example using bootstrap template, JQuery and D3.js for data manipulation.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published