Warning: Use of undefined constant Symbol - assumed 'Symbol' (this will throw an Error in a future version of PHP) in /mnt/new-ebs/workbench-106550/lib/dojo/util/docscripts/lib/parser2/dojo2.inc on line 215 Warning: Use of undefined constant JavaScriptSymbol - assumed 'JavaScriptSymbol' (this will throw an Error in a future version of PHP) in /mnt/new-ebs/workbench-106550/lib/dojo/util/docscripts/lib/parser2/dojo2.inc on line 215

dojox/charting/plot2d/Stacked.js

  • Provides:

    • dojox.charting.plot2d.Stacked
  • Requires:

    • dojox.charting.plot2d.common in common
    • dojox.charting.plot2d.Default in common
    • dojox.lang.functional in common
    • dojox.lang.functional.sequence in common
    • dojox.lang.functional.reversed in common
  • dojox.charting.plot2d.Stacked

    • type
      Function
    • chains:
      • dojox.charting.plot2d.Default: (prototype)
      • dojox.charting.plot2d.Default: (call)
    • summary
      Like the default plot, Stacked sets up lines, areas and markers
      in a stacked fashion (values on the y axis added to each other)
      as opposed to a direct one.
  • dojox.charting.plot2d.Stacked.getSeriesStats

    • summary
      Calculate the min/max on all attached series in both directions.
    • return_summary
      Object
      {hmin, hmax, vmin, vmax} min/max in both directions.
    • type
      Function
  • dojox.charting.plot2d.Stacked._maxRunLength

  • dojox.charting.plot2d.Stacked.render

    • parameters:
      • dim: (typeof Object)
        An object in the form of { width, height }
      • offsets: (typeof Object)
        An object of the form { l, r, t, b}.
    • returns
      dojox.charting.plot2d.Stacked
    • summary
      Run the calculations for any axes for this plot.
    • return_summary
      dojox.charting.plot2d.Stacked
      A reference to this plot for functional chaining.
    • type
      Function
  • dojox.charting.plot2d.Stacked.dirty

    • type
      bool
  • dojox.charting.plot2d.Stacked._eventSeries

    • type
      Object
  • dojox.charting.plot2d.Stacked.chart.theme

  • dojox.lang.functional

    • alias - dojox.lang.functional
  • dojox.charting.plot2d.common

    • alias - dojox.charting.plot2d.common
  • dojox.charting.plot2d

    • type
      Object
  • dojox.charting

    • type
      Object
  • dojox

    • type
      Object