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) 340 B
define(["dojo/_base/declare", "./Stacked"], function(declare, Stacked){ return declare("dojox.charting.plot2d.StackedLines", Stacked, { // summary: // A convenience object to create a stacked line chart. constructor: function(){ // summary: // Force our Stacked base to be lines only. this.opt.lines = true; } }); });