source:
Dev/trunk/src/client/dojox/charting/plot2d/Lines.js
Last change on this file was 483, checked in by hendrikvanantwerpen, 11 years ago | |
---|---|
File size: 339 bytes |
Line | |
---|---|
1 | define(["dojo/_base/declare", "./Default"], function(declare, Default){ |
2 | |
3 | return declare("dojox.charting.plot2d.Lines", Default, { |
4 | // summary: |
5 | // A convenience constructor to create a typical line chart. |
6 | constructor: function(){ |
7 | // summary: |
8 | // Preset our default plot to be line-based. |
9 | this.opt.lines = true; |
10 | } |
11 | }); |
12 | }); |
Note: See TracBrowser
for help on using the repository browser.