feat: feat cost-daily in chart

pull/28/head
Saeid 4 years ago
parent a226646d7d
commit 4021f51f2a

@ -41,10 +41,13 @@ export default class extends chart {
setOptions() {
switch (this.type) {
case 'weekly':
case 'cost-weekly':
return this.setWeekly();
case 'monthly':
case 'cost-monthly':
return this.setMonthly();
case 'daily':
case 'cost-daily':
return this.setDaily();
}
}

Loading…
Cancel
Save