UNPKG

jvectormap

Version:

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

7 lines (6 loc) 147 B
jvm.OrdinalScale = function(scale){ this.scale = scale; }; jvm.OrdinalScale.prototype.getValue = function(value){ return this.scale[value]; };