Last change
on this file since 256 was
256,
checked in by hendrikvanantwerpen, 13 years ago
|
Reworked project structure based on REST interaction and Dojo library. As
soon as this is stable, the old jQueryUI branch can be removed (it's
kept for reference).
|
File size:
380 bytes
|
Line | |
---|
1 | define(["dojo/_base/declare", "./Default"], |
---|
2 | function(declare, Default){ |
---|
3 | /*===== |
---|
4 | var Default = dojox.charting.plot2d.Default; |
---|
5 | =====*/ |
---|
6 | return declare("dojox.charting.plot2d.Areas", Default, { |
---|
7 | // summary: |
---|
8 | // Represents an area chart. See dojox.charting.plot2d.Default for details. |
---|
9 | constructor: function(){ |
---|
10 | this.opt.lines = true; |
---|
11 | this.opt.areas = true; |
---|
12 | } |
---|
13 | }); |
---|
14 | }); |
---|
Note: See
TracBrowser
for help on using the repository browser.