UNPKG

vue-chart-engine

Version:

chart components built with Vue.js

13 lines (10 loc) 194 B
export default class ChartMaker { constructor () { this.data = null this.xml = null this.attributes = null; } static factory (type) { return new ChartMaker[type]() } }