https://github.com/saurav-malani/bottleneckssamplecode-test-visualization
https://github.com/saurav-malani/bottleneckssamplecode-test-visualization
d3js data-visualization
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/saurav-malani/bottleneckssamplecode-test-visualization
- Owner: saurav-malani
- Created: 2018-07-24T06:44:26.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-24T17:38:49.000Z (almost 8 years ago)
- Last Synced: 2025-03-23T01:18:18.127Z (over 1 year ago)
- Topics: d3js, data-visualization
- Language: HTML
- Size: 44.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Web Based Data Visualization Charts and Dash Board
## Overview
In this project, D3.js,a javascript library for visualization is used to create some of the basic visualization charts & dashboard like:
1. Bar Chart
2. Water Chart
3. Line Chart
4. Pie Chart
5. Horizontal Bar Chart
6. Dash Board
## This is project briefly demonstrate following:
1. How input data in different format like json, xml, csv are imported.
2. How different dynamic charts like Water chart, Line chart, e.t.c can be created.
3. How Dash Board can be created.
## Table of Content
There are 6 repository, each contains html and sample data file for corrosponding charts.

## Prerequisites
1. Web Browser
## Running the test:
1. Open Terminal.
```
Ctrl+Alt+T
```
2. Clone the repository.
```
git clone https://github.com/saurav-malani/BottlenecksSampleCode-test-Visualization.git
```
3. To run any Chart or Dash Board, go inside that Repository and run:
```
Browsername filename.html
```
For example if you have firefox browser and want to visualize Bar Chart,run:
```
firefox BarChart.html
```