https://github.com/christianjtr/chart-metric-dashboard
Dashboard with a few charts (lineSeriesChart, barChart) to display errors regarding a fake platform. (VueJS v2, D3/C3, Express).
https://github.com/christianjtr/chart-metric-dashboard
assessment c3 charting d3 express frontend javascript vue
Last synced: 4 months ago
JSON representation
Dashboard with a few charts (lineSeriesChart, barChart) to display errors regarding a fake platform. (VueJS v2, D3/C3, Express).
- Host: GitHub
- URL: https://github.com/christianjtr/chart-metric-dashboard
- Owner: christianjtr
- Created: 2019-10-28T23:15:20.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-02T03:26:56.000Z (over 2 years ago)
- Last Synced: 2025-01-04T20:46:34.551Z (5 months ago)
- Topics: assessment, c3, charting, d3, express, frontend, javascript, vue
- Language: JavaScript
- Homepage:
- Size: 17.9 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Charting excercise
It's just another test...
Dashboard with a few charts (lineSeriesChart, barChart) to display errors regarding a fake platform. (VueJS v2, D3/C3, Express).
### Assestment
We are going to request you to implement one common graphs on BI applications using D3 library. This should be able to display the information by day, week, month and year. We have data for two years.
### Demo

### Installation and running the project
The project requires [Node.js](https://nodejs.org/) and [NPM](https://www.npmjs.com/) to run.
Clone the repository:
```shell
git clone https://github.com/christianjtr/charting.git
```### Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Technologies
- Front-end:
- Vue v2, Vuetify, Vuex, D3/C3, Axios, Sass.
- Back-end
- Express, ndjson.