We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dfa9b2 commit 6424f7fCopy full SHA for 6424f7f
src/views/Chart.vue
@@ -929,19 +929,16 @@ export default {
929
commandData() {
930
var dataObject = {
931
date: this.chartRequestDate.year + this.chartRequestDate.month + this.chartRequestDate.day,
932
- day: this.chartRequestDate.year + this.chartRequestDate.month + this.chartRequestDate.day,
933
};
934
switch (this.chartRange) {
935
case "month":
936
dataObject = {
937
date: this.chartRequestDate.year + this.chartRequestDate.month,
938
- month: this.chartRequestDate.year + this.chartRequestDate.month,
939
940
break;
941
case "year":
942
943
date: this.chartRequestDate.year,
944
- year: this.chartRequestDate.year,
945
946
947
}
0 commit comments