Merge branch 'master' of /home/administrator/utils/gitea/git/repositories/willaengine-project/willaengine

pull/87/head
Farid Saravi 4 years ago
commit 2d6a531bdb

@ -64,7 +64,7 @@ export default class extends chart {
setDaily() { setDaily() {
this.options.series[0].data = this.responseChart.map(x => x.count); this.options.series[0].data = this.responseChart.map(x => x.count);
this.options.xaxis.categories = this.responseChart.map(x => x.date); this.options.xaxis.categories = this.responseChart.map(x => x.persian_date);
} }

Loading…
Cancel
Save