Vego is a Vue based library which apply MVVM (Model–view–viewmodel) to HTML5 canvas 2D programing. It provides a bunch of features allow you manipulate graphics like writing Vue components to manipulate DOMs. And it also provides a event mixin to mimic mo
## Usage ``` javascript import { LineChart, AreaChart, StackChart } from 'vego-d3'
Basic Function:
No description provided.
No description provided.