Hide unnecessary configurations for pie and dougnut charts

This commit is contained in:
Atanas Yonkov
2023-03-29 16:24:08 +03:00
parent 2d251472a0
commit d73c93f348
6 changed files with 12 additions and 6 deletions
@@ -115,6 +115,7 @@
<template #metric-options="{ metric }">
<b-form-group
v-if="!['pie', 'doughnut'].includes(metric.type)"
horizontal
:label-cols="3"
class="mt-1"
@@ -150,6 +150,7 @@
<b-input
v-model="d.rotateLabel"
type="number"
number
/>
</b-form-group>
</template>