Skip to content

A project that showcases what you can do with Vue and Chart.js, tied together by the vue-chartjs package.

Notifications You must be signed in to change notification settings

john-bauer/vue-charts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📈 Vue Charts

About

Vue Charts is a project that showcases what you can do with Vue and Chart.js, tied together by the vue-chartjs package.

Goals

When I began working with Vue, I was looking for a charting library with a wide range of options, smooth animations, and simple implementations. I had worked with chart.js a few years ago, and once I found this repository I was sold.

The goal of this project is to show developers a live, working demo of vue-chartjs in action. Hopefully it can make someone else's work a little bit easier.

It will include:

  • Multiple chart types (line, bar, doughnut, pie, polar area, radar, bubble)
  • Charting with local data.
  • Charting with API data.
  • Charting with reactive props.

Live Demo

Before you get set up, you can try it out here: https://vue-charts-demo.netlify.com/

Installations Required

You'll need a recent installation of Node and Yarn.

Getting Started

  1. Clone the Repository:
git clone https://github.com/john-bauer/vue-charts
  1. cd into the project:
cd vue-charts
  1. Install dependencies:
yarn add
  1. Run the app:
yarn serve

Technologies Used

Contribution & Use

If you have any suggestions, spot a defect, or see improvements that can be made, I'm all ears. Open up a PR or create an issue and we'll work together on making this better.

License is MIT. Feel free to use this source code in your own projects.

About

A project that showcases what you can do with Vue and Chart.js, tied together by the vue-chartjs package.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published