Skip to content

Commit 91b0bc8

Browse files
committed
chore: add new build
1 parent 082a50e commit 91b0bc8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

dist/vue-datamaps.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10114,7 +10114,7 @@ const kg = {
1011410114
stroke: Z(e.borderColor, this.options.borderColor, e),
1011510115
strokeWidth: Z(e.borderWidth, this.options.borderWidth, e),
1011610116
strokeOpacity: Z(e.borderOpacity, this.options.highlightBorderOpacity, e),
10117-
fill: this.options.fills[Z(e.fillKey, this.options.fillKey, e)] || this.options.fills.defaultFill,
10117+
fill: e.color || this.options.fills[Z(e.fillKey, this.options.fillKey, e)] || this.options.fills.defaultFill,
1011810118
fillOpacity: Z(e.fillOpacity, this.options.highlightFillOpacity, e)
1011910119
};
1012010120
this.$set(this.styleAttributes, t, r);
@@ -10142,7 +10142,7 @@ const kg = {
1014210142
const { highlightOnHover: a, popupOnHover: i, highlightFillColor: s, highlightBorderColor: p, highlightBorderWidth: l, highlightBorderOpacity: y, highlightFillOpacity: u } = this.options;
1014310143
if (a || i) {
1014410144
const c = {
10145-
fill: Z(t.highlightFillColor, s, t),
10145+
fill: t.highlightFillColor || Z(t.highlightFillColor, s, t),
1014610146
stroke: Z(t.highlightBorderColor, p, t),
1014710147
strokeWidth: Z(t.highlightBorderWidth, l, t),
1014810148
strokeOpacity: Z(t.highlightBorderOpacity, y, t),

dist/vue-datamaps.umd.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)