We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42dde82 commit 78de6aaCopy full SHA for 78de6aa
js/jquery.mapael.js
@@ -425,6 +425,10 @@
425
}
426
427
428
+ if (elemOptions.cssClass !== undefined) {
429
+ $(elem.mapElem.node).addClass(elemOptions.cssClass);
430
+ }
431
+
432
$(elem.mapElem.node).attr("data-id", id);
433
},
434
@@ -2142,7 +2146,8 @@
2142
2146
"animDuration": 300
2143
2147
2144
2148
2145
- target: "_self"
2149
+ target: "_self",
2150
+ cssClass: "area"
2151
2152
defaultPlot: {
2153
type: "circle",
@@ -2169,7 +2174,8 @@
2169
2174
animDuration: 300
2170
2175
2171
2176
2172
2177
2178
+ cssClass: "plot"
2173
2179
2180
defaultLink: {
2181
factor: 0.5,
@@ -2192,7 +2198,8 @@
2192
2198
2193
2199
2194
2200
2195
2201
2202
+ cssClass: "link"
2196
2203
2197
2204
zoom: {
2205
enabled: false,
0 commit comments