Skip to content

Commit 3d824a7

Browse files
committed
This fixes #61 "Missing info. in Sparkline chart ng-docs"
1 parent be9c015 commit 3d824a7

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

dist/angular-patternfly.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -867,6 +867,7 @@ angular.module('patternfly.charts').directive('pfDonutPctChart', ["c3ChartDefaul
867867
* <ul style='list-style-type: none'>
868868
* <li>.xData - Array, X values for the data points, first element must be the name of the data
869869
* <li>.yData - Array, Y Values for the data points, first element must be the name of the data
870+
* <li>.total - (optional) The Total amount, used when determining percentages
870871
* </ul>
871872
*
872873
* @param {int=} chartHeight height of the sparkline chart

src/charts/sparkline/sparkline-chart.directive.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
* <ul style='list-style-type: none'>
3333
* <li>.xData - Array, X values for the data points, first element must be the name of the data
3434
* <li>.yData - Array, Y Values for the data points, first element must be the name of the data
35+
* <li>.total - (optional) The Total amount, used when determining percentages
3536
* </ul>
3637
*
3738
* @param {int=} chartHeight height of the sparkline chart

0 commit comments

Comments
 (0)