Page MenuHomeCode

StackedLines.js
No OneTemporary

StackedLines.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.StackedLines"]){
dojo._hasResource["dojox.charting.plot2d.StackedLines"]=true;
dojo.provide("dojox.charting.plot2d.StackedLines");
dojo.require("dojox.charting.plot2d.Stacked");
dojo.declare("dojox.charting.plot2d.StackedLines",dojox.charting.plot2d.Stacked,{constructor:function(){
this.opt.lines=true;
}});
}

File Metadata

Mime Type
text/plain
Expires
Apr 2 2025, 03:09 (5 w, 14 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
26094
Default Alt Text
StackedLines.js (553 B)

Event Timeline