UNPKG

jvectormap

Version:

jQuery plugin for embedding vector maps with reach API and methods for data visualization to the web-pages.

9 lines (7 loc) 238 B
jvm.SVGGroupElement = function(){ jvm.SVGGroupElement.parentClass.call(this, 'g'); } jvm.inherits(jvm.SVGGroupElement, jvm.SVGElement); jvm.SVGGroupElement.prototype.add = function(element){ this.node.appendChild( element.node ); };