mirror of
https://gitee.com/dromara/go-view.git
synced 2026-07-15 12:01:06 +08:00
Compare commits
3 Commits
5fb5e95fc6
...
b47e2ced11
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b47e2ced11 | ||
|
|
bbbf9691f3 | ||
|
|
a4ec445da6 |
@ -3,14 +3,14 @@
|
||||
<VChartGlobalSetting :optionData="optionData"></VChartGlobalSetting>
|
||||
<!-- 饼图配制 -->
|
||||
<CollapseItem name="饼图" expanded>
|
||||
<SettingItemBox name="动画">
|
||||
<!-- <SettingItemBox name="动画">
|
||||
<SettingItem>
|
||||
<n-space>
|
||||
<n-switch v-model:value="animationRef" size="small" @update:value="animationHandle"></n-switch>
|
||||
<n-text>开启动画</n-text>
|
||||
</n-space>
|
||||
</SettingItem>
|
||||
</SettingItemBox>
|
||||
</SettingItemBox> -->
|
||||
<SettingItemBox name="图形">
|
||||
<setting-item name="内圈范围">
|
||||
<n-input-number v-model:value="optionData.innerRadius" :step="0.1" :min="0" size="small"></n-input-number>
|
||||
|
||||
@ -187,7 +187,7 @@ onMounted(() => {
|
||||
})
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
<style lang="scss">
|
||||
@include goId('chart-edit-layout') {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user