File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
plugins/dashboards/frontend/public/templates/widgets/analytics Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ <h1 class="bu-pb-2">{{formatNumber(number.total)}}</h1>
5757 < cly-blank :classes ="{'bu-p-0': true} " v-else > </ cly-blank >
5858 </ div >
5959 < cly-chart-bar v-else-if ="data.visualization === 'bar-chart' " :show-zoom ="false " @patchzoom ="onPatchZoom " @datazoom ="onDataZoom " ref ="echartRef " :showDownload ="false " :showToggle ="false " :option ="stackedBarOptions " height ="auto " skin ="full " :legend ="{show: false} " :patch-x-axis ="stackedBarOptions.patchXAxis !== undefined ? stackedBarOptions.patchXAxis : true "> </ cly-chart-bar >
60- < cly-chart-bar v-else-if ="data.visualization === 'time-series' " :valFormatter ="valFormatter " :option ="stackedBarTimeSeriesOptions " :patch-x-axis ="false " :no-hourly ="true " category ="user-analytics " :show-zoom ="false " @patchzoom ="onPatchZoom " @datazoom ="onDataZoom " ref ="echartRef " :showDownload ="false " :showToggle ="false " height ="auto " skin ="full "> </ cly-chart-bar >
60+ < cly-chart-bar v-else-if ="data.visualization === 'time-series' " :valFormatter ="valFormatter " :option ="stackedBarTimeSeriesOptions " :patch-x-axis ="false " :no-hourly ="true " category ="user-analytics " :hideNotation =" false " : show-zoom ="false " @patchzoom ="onPatchZoom " @datazoom ="onDataZoom " ref ="echartRef " :showDownload ="false " :showToggle ="false " height ="auto " skin ="full "> </ cly-chart-bar >
6161 < cly-chart-pie v-else-if ="data.visualization === 'pie-chart' " :showZoom ="false " :showDownload ="false " :showToggle ="false " :option ="pieGraph " height ="auto " skin ="full " :legend ="{show: false} "> </ cly-chart-pie >
6262 </ template >
6363 </ div >
You can’t perform that action at this time.
0 commit comments