diff --git a/client/web/compose/src/components/PageBlocks/ChartConfigurator.vue b/client/web/compose/src/components/PageBlocks/ChartConfigurator.vue index cf7e630a4..ee45f0c8f 100644 --- a/client/web/compose/src/components/PageBlocks/ChartConfigurator.vue +++ b/client/web/compose/src/components/PageBlocks/ChartConfigurator.vue @@ -109,7 +109,7 @@ export default { const { metrics = [] } = (this.selectedChart.config.reports[0] || {}) - return !metrics.some(({ type }) => type === 'gauge') + return !metrics.some(({ type }) => type === 'gauge' || type === 'radar') }, drillDownOptions () {