1.0.4 • Published 2 years ago

@laramab/x-chart v1.0.4

Weekly downloads
-
License
-
Repository
github
Last release
2 years ago

x-chart

A simple snippet vue-chartjs code base.

Installation

npm install @laramab/x-chart --save

Nuxtjs

npm install vue-chartjs chart.js --save

Import the package into main.js file

import Vue from 'vue'
import XChart from '@laramab/x-chart'

Vue.use(XChart)

Usage

Example.vue

<template>
  <x-chart-line/>
  <x-chart-doughnut/>
  <x-chart-bar/>
</template>

<script>
export default {
  
}
</script>

<style scoped>

</style>

Plugins

  • chartjs-plugin-datalabels@1
1.0.4

2 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago