Page MenuHomeCode

StackedAreas.js
No OneTemporary

StackedAreas.js

/*
Copyright (c) 2004-2009, The Dojo Foundation All Rights Reserved.
Available via Academic Free License >= 2.1 OR the modified BSD license.
see: http://dojotoolkit.org/license for details
*/
if(!dojo._hasResource["dojox.charting.plot2d.StackedAreas"]){
dojo._hasResource["dojox.charting.plot2d.StackedAreas"]=true;
dojo.provide("dojox.charting.plot2d.StackedAreas");
dojo.require("dojox.charting.plot2d.Stacked");
dojo.declare("dojox.charting.plot2d.StackedAreas",dojox.charting.plot2d.Stacked,{constructor:function(){
this.opt.lines=true;
this.opt.areas=true;
}});
}

File Metadata

Mime Type
text/plain
Expires
Sat, Apr 26, 03:43 (4 d, 2 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
25729
Default Alt Text
StackedAreas.js (574 B)

Event Timeline