Skip to content

Commit 8ffe9ad

Browse files
authored
Merge pull request #287 from graphieros/next
Next
2 parents c048a3e + 30ec271 commit 8ffe9ad

File tree

3 files changed

+15
-16
lines changed

3 files changed

+15
-16
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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": "3.9.11",
4+
"version": "3.9.12",
55
"type": "module",
66
"description": "A user-empowering data visualization Vue 3 components library for eloquent data storytelling",
77
"keywords": [

src/components/vue-ui-geo.vue

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1991,20 +1991,19 @@ defineExpose({
19911991
{{ point.name }}
19921992
</text>
19931993
</g>
1994+
<slot
1995+
name="svg"
1996+
:svg="{
1997+
drawingArea: viewBox,
1998+
data: {
1999+
areaPaths,
2000+
linePaths,
2001+
geoJsonPoints,
2002+
projectedPoints
2003+
}
2004+
}"
2005+
/>
19942006
</g>
1995-
1996-
<slot
1997-
name="svg"
1998-
:svg="{
1999-
drawingArea: viewBox,
2000-
data: {
2001-
areaPaths,
2002-
linePaths,
2003-
geoJsonPoints,
2004-
projectedPoints
2005-
}
2006-
}"
2007-
/>
20082007
</svg>
20092008
20102009
<div v-if="$slots.watermark" class="vue-data-ui-watermark">

0 commit comments

Comments
 (0)