Skip to content

Commit

Permalink
Removed trailing whitespace from charts, graphics and matrix files.
Browse files Browse the repository at this point in the history
  • Loading branch information
tripp committed Oct 19, 2012
1 parent 1e527b6 commit 0287158
Show file tree
Hide file tree
Showing 73 changed files with 1,312 additions and 1,312 deletions.
12 changes: 6 additions & 6 deletions src/charts/js/AreaSeries.js
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ Y.AreaSeries = Y.Base.create("areaSeries", Y.CartesianSeries, [Y.Fills], {
/** /**
* @protected * @protected
* *
* Renders the series. * Renders the series.
* *
* @method drawSeries * @method drawSeries
*/ */
drawSeries: function() drawSeries: function()
{ {
this.drawFill.apply(this, this._getClosingPoints()); this.drawFill.apply(this, this._getClosingPoints());
}, },

/** /**
* @protected * @protected
* *
Expand Down Expand Up @@ -67,12 +67,12 @@ Y.AreaSeries = Y.Base.create("areaSeries", Y.CartesianSeries, [Y.Fills], {
type: { type: {
value:"area" value:"area"
} }

/** /**
* Style properties used for drawing area fills. This attribute is inherited from `Renderer`. Below are the default values: * Style properties used for drawing area fills. This attribute is inherited from `Renderer`. Below are the default values:
* *
* <dl> * <dl>
* <dt>color</dt><dd>The color of the fill. The default value is determined by the order of the series on the graph. The color will be * <dt>color</dt><dd>The color of the fill. The default value is determined by the order of the series on the graph. The color will be
* retrieved from the following array: * retrieved from the following array:
* `["#66007f", "#a86f41", "#295454", "#996ab2", "#e8cdb7", "#90bdbd","#000000","#c3b8ca", "#968373", "#678585"]` * `["#66007f", "#a86f41", "#295454", "#996ab2", "#e8cdb7", "#90bdbd","#000000","#c3b8ca", "#968373", "#678585"]`
* </dd> * </dd>
Expand All @@ -87,6 +87,6 @@ Y.AreaSeries = Y.Base.create("areaSeries", Y.CartesianSeries, [Y.Fills], {












4 changes: 2 additions & 2 deletions src/charts/js/AreaSplineSeries.js
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ Y.AreaSplineSeries = Y.Base.create("areaSplineSeries", Y.AreaSeries, [Y.CurveUti
type: { type: {
value:"areaSpline" value:"areaSpline"
} }

/** /**
* Style properties used for drawing area fills. This attribute is inherited from `Renderer`. Below are the default values: * Style properties used for drawing area fills. This attribute is inherited from `Renderer`. Below are the default values:
* *
* <dl> * <dl>
* <dt>color</dt><dd>The color of the fill. The default value is determined by the order of the series on the graph. The color will be * <dt>color</dt><dd>The color of the fill. The default value is determined by the order of the series on the graph. The color will be
* retrieved from the following array: * retrieved from the following array:
* `["#66007f", "#a86f41", "#295454", "#996ab2", "#e8cdb7", "#90bdbd","#000000","#c3b8ca", "#968373", "#678585"]` * `["#66007f", "#a86f41", "#295454", "#996ab2", "#e8cdb7", "#90bdbd","#000000","#c3b8ca", "#968373", "#678585"]`
* </dd> * </dd>
Expand Down
Loading

0 comments on commit 0287158

Please sign in to comment.