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.
2 parents 6ffd4da + 6c9986f commit 16f46fcCopy full SHA for 16f46fc
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