An open API service indexing awesome lists of open source software.

https://github.com/terieyenike/gatsby-chart

Data visualization using Chart.js and Gatsby
https://github.com/terieyenike/gatsby-chart

chartjs gatsbyjs react-chartjs-2 reactjs

Last synced: 3 months ago
JSON representation

Data visualization using Chart.js and Gatsby

Awesome Lists containing this project

README

        

# Data visualization using Chart.js and Gatsby

## Overview
Presenting your complex unorganized data sets into organized data that conveys the right message to the audience using chart like Pie, Doughnut, PolarArea and so on.

![gatsby chart](src/images/chart.png)

LIVE LINK: https://24633.sse.codesandbox.io/

## Tech/framework used
- Technology: Gatsby, React
- Package: Chart.js, react-chartjs-2
## Installation
1. Clone this project locally
1. Run `npm install`
1. Run `npm run develop` to start the server on http://localhost:8000
1. View the Gatsby Chart

## Sandbox
View the completed on [Codesandbox](https://codesandbox.io/s/musing-maxwell-24633)

## Contributors
[Teri Eyenike](https://github.com/terieyenike)