All Projects → risan → vue-chart-example

risan / vue-chart-example

Licence: MIT license
📊 Vue Chart Component Example with Chart.js

Programming Languages

Vue
7211 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to vue-chart-example

toast-ui.vue-chart
Toast UI Chart for Vue
Stars: ✭ 53 (+96.3%)
Mutual labels:  chart
LineChartView
An interactive line chart written in SwiftUI with many customizations (colors, line size, dots, haptic feedbacks). Support value and time series.
Stars: ✭ 59 (+118.52%)
Mutual labels:  chart
horoscope
Open source horoscope generation engine
Stars: ✭ 18 (-33.33%)
Mutual labels:  chart
gke-toolbox
A Helm Chart with pre-configured tools for your Container Engine clusters
Stars: ✭ 20 (-25.93%)
Mutual labels:  chart
wxcharts
微信小程序 chart 、K线图、分时图
Stars: ✭ 11 (-59.26%)
Mutual labels:  chart
helm-charts
Helm charts for sigstore project
Stars: ✭ 33 (+22.22%)
Mutual labels:  chart
git-pretty
🤖 A helpful CLI for your git troubles!
Stars: ✭ 29 (+7.41%)
Mutual labels:  chart
react-donut-chart
An extendable SVG donut chart React component
Stars: ✭ 26 (-3.7%)
Mutual labels:  chart
leaflet.minichart
Leaflet.minichart is a leaflet plugin for adding to a leaflet map small animated charts
Stars: ✭ 27 (+0%)
Mutual labels:  chart
ChartTheStockMarket
🔥 📈 💸 Chart the Stock Market - FCC Challenge
Stars: ✭ 39 (+44.44%)
Mutual labels:  chart
ng-charts
🎨📉 A fully functional Angular 14+ Chart.js library based from ng2-charts
Stars: ✭ 14 (-48.15%)
Mutual labels:  chart
Android-System-Related-Charts
各种与Android系统相关的框架图、流程图
Stars: ✭ 52 (+92.59%)
Mutual labels:  chart
ScalaTIKZ
ScalaTIKZ is an open-source library for PGF/TIKZ vector graphics.
Stars: ✭ 18 (-33.33%)
Mutual labels:  chart
UCharts
UCharts allows creating radar charts, pie charts, half pie chart in your Unity3d Games.
Stars: ✭ 33 (+22.22%)
Mutual labels:  chart
AMVennDiagramView
AMVennDiagramView is a view can display the diagram like Venn diagram.
Stars: ✭ 39 (+44.44%)
Mutual labels:  chart
area3d vis
3D Graph Visualization for Kibana 5
Stars: ✭ 28 (+3.7%)
Mutual labels:  chart
awsdtc
AWS Data Transfer Cost Explorer
Stars: ✭ 90 (+233.33%)
Mutual labels:  chart
google-chart-offline
google chart offline
Stars: ✭ 25 (-7.41%)
Mutual labels:  chart
billimek-charts
DEPRECATED - new home is https://github.com/k8s-at-home/charts
Stars: ✭ 90 (+233.33%)
Mutual labels:  chart
chart4s
Draw a web chart by Scala
Stars: ✭ 36 (+33.33%)
Mutual labels:  chart

Vue Chart Component with Chart.js

A reactive chart component for Vue.js application, powered by Chart.js library. This is a final working example from my tutorial: Vue Chart Component with Chart.js.

Check out the demo here: risan.github.io/vue-chart-example.

Vue Chart Example

Requirements

The following item is required to run this example:

Installation

1. Clone the Repository

To clone this repository, run the following command on your terminal:

$ git clone [email protected]:risan/vue-chart-example.git

2. Install the Dependencies

Within the project directory, run the following command to install all of the required dependencies:

# Go to the project directory
$ cd vue-chart-example

# Install all of the dependencies
$ npm install

# Or if you prefer to use Yarn
$ yarn install

3. Run the Application 🎉

To run the application, run the following command:

$ npm run serve

# Or with yarn
$ yarn serve

The above command will start the development server. Open your browser and visit the application at localhost:8080.

4. Build for Production

To build the application for production, run the following command:

$ npm run build

# Or with yarn
$ yarn build

The optimized build files will be available at dist directory.

License

MIT © Risan Bagja Pradana

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].