0.1.0 • Published 12 months ago

vue-charts-library v0.1.0

Weekly downloads
-
License
-
Repository
-
Last release
12 months ago

Vue Chart Library

A Vue.js library for creating interactive charts in Vue.js applications.

Installation

You can install the library using npm:

npm install vue-charts-library

Usage

Import the library in your Vue.js component:

import LineChart from 'vue-charts-library';

export default {
  components: {
    LineChart,
  },
  // ...
};

Use the library in your template:

<template>
  <div>
    <LineChart color="red"></LineChart>
  </div>
</template>

Available Chart Types

The Vue Chart Library supports various types of charts, including:

  • Line Chart
  • MultiLine Chart
  • Bar Chart

Documentation

For detailed documentation and examples, please visit the official documentation.

Contributing

Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request on the GitHub repository.

0.1.0

12 months ago

0.0.9

12 months ago

0.0.8

12 months ago

0.0.7

12 months ago

0.0.6

12 months ago

0.0.5

12 months ago

0.0.4

12 months ago

0.0.3

12 months ago

0.0.2

12 months ago

0.0.1

12 months ago