Skip to content

Commit 762355a

Browse files
committed
VueUiNestedDonuts reduced blur filter
1 parent ec90d22 commit 762355a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vue-data-ui",
33
"private": false,
4-
"version": "2.1.30",
4+
"version": "2.1.31",
55
"type": "module",
66
"description": "A user-empowering data visualization Vue 3 components library for eloquent data storytelling",
77
"keywords": [

src/components/vue-ui-nested-donuts.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -689,7 +689,7 @@ defineExpose({
689689
690690
<defs>
691691
<filter :id="`blur_${uid}`" x="-50%" y="-50%" width="200%" height="200%">
692-
<feGaussianBlur in="SourceGraphic" :stdDeviation="5" :id="`blur_std_${uid}`" />
692+
<feGaussianBlur in="SourceGraphic" :stdDeviation="2" :id="`blur_std_${uid}`" />
693693
<feColorMatrix type="saturate" values="0" />
694694
</filter>
695695
</defs>

0 commit comments

Comments
 (0)