[ Index ]

PHP Cross Reference of Moodle 310

title

Body

[close]

/lib/amd/build/ -> chart_line.min.js (source)

   1  /**
   2   * Chart line.
   3   *
   4   * @copyright  2016 Frédéric Massart - FMCorz.net
   5   * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
   6   * @module     core/chart_line
   7   */
   8  define("core/chart_line",["core/chart_base"],(function(Base){function Line(){Base.prototype.constructor.apply(this,arguments)}return Line.prototype=Object.create(Base.prototype),Line.prototype.TYPE="line",Line.prototype._smooth=!1,Line.prototype.create=function(Klass,data){var chart=Base.prototype.create.apply(this,arguments);return chart.setSmooth(data.smooth),chart},Line.prototype.getSmooth=function(){return this._smooth},Line.prototype.setSmooth=function(smooth){this._smooth=Boolean(smooth)},Line}));
   9  
  10  //# sourceMappingURL=chart_line.min.js.map


Generated: Wed Jan 22 11:59:49 2025 Cross-referenced by PHPXref 0.7.1