
[![npm version](https://img.shields.io/npm/v/vue-wcharts.svg?style=popout-square)](https://www.npmjs.com/package/vue-wcharts)
[![npm downloads](https://img.shields.io/npm/dm/vue-wcharts.svg?style=popout-square)](https://www.npmjs.com/package/vue-wcharts)
[![GitHub stars](https://img.shields.io/github/stars/waavi/vue-wcharts.svg?style=popout-square)](https://github.com/waavi/vue-wcharts)
![Travis](https://img.shields.io/travis/com/Waavi/vue-wcharts/master?style=popout-square)
[![Coverage Status](https://coveralls.io/repos/github/Waavi/vue-wcharts/badge.svg?branch=master)](https://coveralls.io/github/Waavi/vue-wcharts?branch=master)
[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg?style=popout-square)](https://github.com/waavi/vue-wcharts/raw/master/license.txt)
<br>
<br>
<br>
<p align="center">
    <img src="https://vue-wcharts.waavi.com/square-logo.png" alt="WCharts by WAAVI" width="200"/>
    <br>
Customizable & composable charts for VueJS
</p>


## Introduction

**WCharts** is a library makes it easy to create your own charts with Vuejs. You can easily create reuseable chart components. Used a basic chart or customize your charts by passing props, using slots or custom components.

## Documentation
[https://vue-wcharts.waavi.com/](https://vue-wcharts.waavi.com/)

## Examples
[https://vue-wcharts.waavi.com/examples](https://vue-wcharts.waavi.com/examples)

## Features & characteristics:
* [Linear Charts](https://vue-wcharts.waavi.com/examples/lines.html)
* [Scatter Charts](https://vue-wcharts.waavi.com/examples/scatter.html)
* [Bar Charts](https://vue-wcharts.waavi.com/examples/lines.html)
* [StackBar Charts](https://vue-wcharts.waavi.com/examples/bar.html#stacked)
* [Pie Charts](https://vue-wcharts.waavi.com/examples/pie.html#default)
* [Animation components](https://vue-wcharts.waavi.com/examples)
* [Additional components](https://vue-wcharts.waavi.com/examples)


## Inspired

* [Laue Charts](https://github.com/qingwei-li/laue)
* [Recharts](https://github.com/recharts/recharts)

*MIT Licensed | Copyright © 2019-present Waavi Studio S.L.*