source: Dev/trunk/src/client/dojox/charting/plot2d/Markers.js

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

Added Dojo 1.9.3 release.

File size: 336 bytes
Line 
1define(["dojo/_base/declare", "./Default"], function(declare, Default){
2
3        return declare("dojox.charting.plot2d.Markers", Default, {
4                // summary:
5                //              A convenience plot to draw a line chart with markers.
6                constructor: function(){
7                        // summary:
8                        //              Set up the plot for lines and markers.
9                        this.opt.markers = true;
10                }
11        });
12});
Note: See TracBrowser for help on using the repository browser.