UNPKG

dojox

Version:

Dojo eXtensions, a rollup of many useful sub-projects and varying states of maturity – from very stable and robust, to alpha and experimental. See individual projects contain README files for details.

13 lines (11 loc) 339 B
define(["dojo/_base/declare", "./Default"], function(declare, Default){ return declare("dojox.charting.plot2d.Lines", Default, { // summary: // A convenience constructor to create a typical line chart. constructor: function(){ // summary: // Preset our default plot to be line-based. this.opt.lines = true; } }); });