vue-c3 is a reusable vue component for c3 charts
npm install vue-c3> vue-c3 is a reusable vue component for c3 charts



``bash
npm install --save vue-c3
Usage
In your vue-component:
`vue
`You can use the handler to send events to the
vue-c3 component:To initialize the c3 chart call:
`vue
`$3
An overview of all events which can be submitted to the
.$emit(name, ..) method:|Name|Parameters|Description|
|:--:|:--:|:--|
|
init|options|Use this method before anything else to generate the chart|
|destroy|-|Used to destroy the chart|
|dispatch|api|Access the c3 chart object directly to use the api|For example you can use
this.handler.$emit('dispatch', (chart) => chart.resize())` to resize the chart.For more information about c3 see the documentation http://c3js.org/reference.html.
Copyright (c) 2017 - 2018 Christoph Biering, Licensed under the MIT license.