Sha256: 11f3bfc289b9d4c15cf2345e6a947fe9a58a8b4b783b0d9c2109acde44fe055c
Contents?: true
Size: 327 Bytes
Versions: 9
Compression:
Stored size: 327 Bytes
Contents
//>>built define("dojox/charting/plot3d/Base",["dojo/_base/declare"],function(_1){ return _1("dojox.charting.plot3d.Base",null,{constructor:function(_2,_3,_4){ this.width=_2; this.height=_3; },setData:function(_5){ this.data=_5?_5:[]; return this; },getDepth:function(){ return this.depth; },generate:function(_6,_7){ }}); });
Version data entries
9 entries across 9 versions & 2 rubygems