Skip to content

Commit

Permalink
Merge pull request #140 from dtaylor113/ngdocUpdate
Browse files Browse the repository at this point in the history
Utilization Bar Chart: updated ngdoc
  • Loading branch information
Eleni Rundle committed Oct 27, 2015
2 parents e66210f + 7d29cec commit 1b3333d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions dist/angular-patternfly.js
Original file line number Diff line number Diff line change
Expand Up @@ -1634,8 +1634,10 @@ angular.module('patternfly.charts').directive('pfTrendsChart', function () {
* <li>'percent' - displays a percentage label of '(n)% Used'.</li>
* </ul>
* @param {object=} units to be displayed on the chart. Examples: "GB", "MHz", "I/Ops", etc...
* @param {string=} threshold-error Percent used to determine the usage error threshold fill color (red). Valid values are 1-100.
* @param {string=} threshold-warning Percent used to determine the usage error threshold fill color (orange) Valid values are 1-100.
* @param {string=} threshold-error The percentage used, when reached, denotes an error. Valid values are 1-100. When the error threshold
* has been reached, the used donut arc will be red.
* @param {string=} threshold-warning The percentage usage, when reached, denotes a warning. Valid values are 1-100. When the warning threshold
* has been reached, the used donut arc will be orange.
*
* @example
<example module="patternfly.example">
Expand Down
6 changes: 4 additions & 2 deletions src/charts/utilization-bar/utilization-bar-chart.directive.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,10 @@
* <li>'percent' - displays a percentage label of '(n)% Used'.</li>
* </ul>
* @param {object=} units to be displayed on the chart. Examples: "GB", "MHz", "I/Ops", etc...
* @param {string=} threshold-error Percent used to determine the usage error threshold fill color (red). Valid values are 1-100.
* @param {string=} threshold-warning Percent used to determine the usage error threshold fill color (orange) Valid values are 1-100.
* @param {string=} threshold-error The percentage used, when reached, denotes an error. Valid values are 1-100. When the error threshold
* has been reached, the used donut arc will be red.
* @param {string=} threshold-warning The percentage usage, when reached, denotes a warning. Valid values are 1-100. When the warning threshold
* has been reached, the used donut arc will be orange.
*
* @example
<example module="patternfly.example">
Expand Down

0 comments on commit 1b3333d

Please sign in to comment.