API Docs for: 3.13.0
Show:

File: charts/js/TimeAxisBase.js

  1. /**
  2. * TimeAxisBase manages time data for an axis.
  3. *
  4. * @class TimeAxisBase
  5. * @extends AxisBase
  6. * @uses TimeImpl
  7. * @constructor
  8. * @param {Object} config (optional) Configuration parameters.
  9. * @submodule axis-time-base
  10. */
  11. Y.TimeAxisBase = Y.Base.create("timeAxisBase", Y.AxisBase, [Y.TimeImpl]);
  12.