/vue-and-chartjs

Vue and chart.js test

Primary LanguageVue

📊 Vue.js and Chart.js Experimentation

This repository contains an experimental project exploring the integration of Vue.js and Chart.js for data visualization.

Table of Contents

Introduction

In this project, we aim to leverage the power of Vue.js, a popular JavaScript framework for building user interfaces, and Chart.js, a flexible and feature-rich library for creating beautiful and interactive charts, to create dynamic and visually appealing data visualizations.

We have implemented various examples and use cases to demonstrate the capabilities of Vue.js and Chart.js working together. The examples cover different chart types, data handling, and customization options provided by Chart.js, all within the Vue.js framework.

Installation

To run this project locally, follow these steps:

  1. Clone this repository to your local machine.
$ git clone https://github.com/jesspsilva/vue-and-chartjs.git
  1. Navigate to the project directory in the terminal.
cd vue-and-chartjs
  1. Install the dependencies by running the following command:
yarn install
  1. Once the installation is complete, start the development server with the following command:
yarn serve
  1. Open your web browser and visit http://localhost:8080 to see the project in action.

Contributing

Contributions to this project are welcome! If you have any ideas, bug fixes, or enhancements, please feel free to open an issue or submit a pull request. Make sure to follow the existing code style and provide clear documentation for your changes. Just take into account that this is an experimental project and a work in progress.