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/DataSeries.js

  • Provides:

    • dojox.charting.DataSeries
  • Requires:

    • dojox.lang.functional in common
  • dojox.charting.DataSeries

    • type
      Function
    • parameters:
      • store: (typeof Object:)
        A dojo.data store object.
      • kwArgs: (typeof Object:)
        A store-specific keyword parameters used for fetching items.
        See dojo.data.api.Read.fetch().
      • value: (typeof Function|Object|String|Null:)
        Function, which takes a store, and an object handle, and
        produces an output possibly inspecting the store's item. Or
        a dictionary object, which tells what names to extract from
        an object and how to map them to an output. Or a string, which
        is a numeric field name to use for plotting. If undefined, null
        or empty string (the default), "value" field is extracted.
    • summary
      Series adapter for dojo.data stores.
  • dojox.charting.DataSeries.constructor

    • constructor - constructor
    • type
      Function
    • parameters:
      • store: (typeof Object:)
        A dojo.data store object.
      • kwArgs: (typeof Object:)
        A store-specific keyword parameters used for fetching items.
        See dojo.data.api.Read.fetch().
      • value: (typeof Function|Object|String|Null:)
        Function, which takes a store, and an object handle, and
        produces an output possibly inspecting the store's item. Or
        a dictionary object, which tells what names to extract from
        an object and how to map them to an output. Or a string, which
        is a numeric field name to use for plotting. If undefined, null
        or empty string (the default), "value" field is extracted.
    • summary
      Series adapter for dojo.data stores.
  • dojox.charting.DataSeries.destroy

    • summary
      Clean up before GC.
    • type
      Function
  • dojox.charting.DataSeries.setSeriesObject

    • parameters:
      • series: (typeof dojox.charting.Series:)
        Our interface to the chart.
    • summary
      Sets a dojox.charting.Series object we will be working with.
    • type
      Function
  • dojox.charting.DataSeries.series

  • dojox.charting.DataSeries.setSeriesObject.series

    • type
      dojox.charting.Series:
    • summary
      Our interface to the chart.
  • dojox.charting.DataSeries._dictValue

    • parameters:
      • keys
      • dict
      • store
      • item
    • type
      Function
  • dojox.charting.DataSeries._fieldValue

    • parameters:
      • field
      • store
      • item
    • type
      Function
  • dojox.charting.DataSeries._defaultValue

    • parameters:
      • store
      • item
    • type
      Function
  • dojox.charting.DataSeries.fetch

    • summary
      Fetches data from the store and updates a chart.
    • type
      Function
  • dojox.charting.DataSeries._inFlight

    • type
      bool
  • dojox.charting.DataSeries._onFetchComplete

    • parameters:
      • items
      • request
    • type
      Function
  • dojox.charting.DataSeries.items

  • dojox.charting.DataSeries.data

    • type
      Array
  • dojox.charting.DataSeries.onFetchError

    • parameters:
      • errorData
      • request
    • summary
      As stub to process fetch errors. Provide so user can attach to
      it with dojo.connect(). See dojo.data.api.Read fetch() for
      details: onError property.
    • type
      Function
  • dojox.charting.DataSeries._buildItemMap

    • type
      Function
  • dojox.charting.DataSeries.itemMap

  • dojox.charting.DataSeries._pushDataChanges

    • type
      Function
  • dojox.charting.DataSeries._onStoreNew

    • type
      Function
  • dojox.charting.DataSeries._onStoreDelete

    • parameters:
      • item
    • type
      Function
  • dojox.charting.DataSeries._onStoreSet

    • parameters:
      • item
    • type
      Function
  • dojox.charting.DataSeries.store

    • type
      Object:
    • summary
      A dojo.data store object.
  • dojox.charting.DataSeries.kwArgs

    • type
      Object:
    • summary
      A store-specific keyword parameters used for fetching items.
      See dojo.data.api.Read.fetch().
  • dojox.charting.DataSeries.value

    • type
      Function|Object|String|Null:
    • summary
      Function, which takes a store, and an object handle, and
      produces an output possibly inspecting the store's item. Or
      a dictionary object, which tells what names to extract from
      an object and how to map them to an output. Or a string, which
      is a numeric field name to use for plotting. If undefined, null
      or empty string (the default), "value" field is extracted.
  • dojox.charting.DataSeries._events

    • type
      Array
  • dojox.charting

    • type
      Object
  • dojox

    • type
      Object