mirror of
https://gitee.com/dromara/go-view.git
synced 2025-06-30 00:29:16 +08:00
feat: 先隐藏饼图的动画配置
This commit is contained in:
parent
85c0a08969
commit
bbbf9691f3
@ -3,14 +3,14 @@
|
|||||||
<VChartGlobalSetting :optionData="optionData"></VChartGlobalSetting>
|
<VChartGlobalSetting :optionData="optionData"></VChartGlobalSetting>
|
||||||
<!-- 饼图配制 -->
|
<!-- 饼图配制 -->
|
||||||
<CollapseItem name="饼图" expanded>
|
<CollapseItem name="饼图" expanded>
|
||||||
<SettingItemBox name="动画">
|
<!-- <SettingItemBox name="动画">
|
||||||
<SettingItem>
|
<SettingItem>
|
||||||
<n-space>
|
<n-space>
|
||||||
<n-switch v-model:value="animationRef" size="small" @update:value="animationHandle"></n-switch>
|
<n-switch v-model:value="animationRef" size="small" @update:value="animationHandle"></n-switch>
|
||||||
<n-text>开启动画</n-text>
|
<n-text>开启动画</n-text>
|
||||||
</n-space>
|
</n-space>
|
||||||
</SettingItem>
|
</SettingItem>
|
||||||
</SettingItemBox>
|
</SettingItemBox> -->
|
||||||
<SettingItemBox name="图形">
|
<SettingItemBox name="图形">
|
||||||
<setting-item name="内圈范围">
|
<setting-item name="内圈范围">
|
||||||
<n-input-number v-model:value="optionData.innerRadius" :step="0.1" :min="0" size="small"></n-input-number>
|
<n-input-number v-model:value="optionData.innerRadius" :step="0.1" :min="0" size="small"></n-input-number>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user