We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7461123 commit 4f8ef50Copy full SHA for 4f8ef50
1 file changed
plugins/times-of-day/frontend/public/javascripts/countly.views.component.common.js
@@ -4,7 +4,7 @@
4
var MAX_SYMBOL_VALUE = 20;
5
6
countlyTimesOfDayComponent.ScatterChart = countlyVue.views.create({
7
- template: '<cly-chart-generic v-bind="$attrs" :option="timesOfDayOptions" v-loading="isLoading"></cly-chart-generic>',
+ template: '<cly-chart-generic v-bind="$attrs" :option="timesOfDayOptions"></cly-chart-generic>',
8
mixins: [countlyVue.mixins.commonFormatters],
9
props: {
10
maxSeriesValue: {
@@ -116,4 +116,4 @@
116
}
117
});
118
119
-}(window.countlyTimesOfDayComponent = window.countlyTimesOfDayComponent || {}));
+}(window.countlyTimesOfDayComponent = window.countlyTimesOfDayComponent || {}));
0 commit comments