Searched refs:toPNG (Results 1 – 5 of 5) sorted by relevance
43 this.toPNG( {}, function( data ) {193 this.toPNG( {}, function( data ) {
1324 var data = args.format == 'png'? img.toPNG() : img.toJPEG(args.jpegQuality || 90);
1825 toPNG: function( options, callback ) { method1922 cfg.images.reference = _this.toPNG( cfg );
1 …toPNG:function(a,b){var d=c.deepMerge({format:"png",quality:1,multiplier:1},a||{}),e=c.setup.fabri…
783 toPNG | (object) options, (function) callback | Prepares a PNG representation of the chart and pass…