Skip to content

Commit 4f8ef50

Browse files
committed
[times-of-day] Fix chart component
1 parent 7461123 commit 4f8ef50

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

plugins/times-of-day/frontend/public/javascripts/countly.views.component.common.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
var MAX_SYMBOL_VALUE = 20;
55

66
countlyTimesOfDayComponent.ScatterChart = countlyVue.views.create({
7-
template: '<cly-chart-generic v-bind="$attrs" :option="timesOfDayOptions" v-loading="isLoading"></cly-chart-generic>',
7+
template: '<cly-chart-generic v-bind="$attrs" :option="timesOfDayOptions"></cly-chart-generic>',
88
mixins: [countlyVue.mixins.commonFormatters],
99
props: {
1010
maxSeriesValue: {
@@ -116,4 +116,4 @@
116116
}
117117
});
118118

119-
}(window.countlyTimesOfDayComponent = window.countlyTimesOfDayComponent || {}));
119+
}(window.countlyTimesOfDayComponent = window.countlyTimesOfDayComponent || {}));

0 commit comments

Comments
 (0)