source: Dev/trunk/src/client/dojox/charting/plot2d/Lines.js @ 513

Last change on this file since 513 was 483, checked in by hendrikvanantwerpen, 11 years ago

Added Dojo 1.9.3 release.

File size: 339 bytes
Line 
1define(["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.