Skip to content

Commit

Permalink
primefaces#6812 JavaDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
christophs78 committed Apr 3, 2021
1 parent 0acf465 commit 07afb72
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@ public boolean isSpanGaps() {
}

/**
* Sets the spanGaps
* Sets stepped. true to show the line as a stepped line (tension will be ignored).
*
* @param spanGaps If true, lines will be drawn between points with no or null data.
* If false, points with NaN data will create a break in the line
Expand All @@ -542,7 +542,7 @@ public void setSpanGaps(boolean spanGaps) {
}

/**
* Gets the steppedLine
* Gets stepped. true to show the line as a stepped line (tension will be ignored).
* @see <a href="https://www.chartjs.org/docs/latest/charts/line.html#stepped">https://www.chartjs.org/docs/latest/charts/line.html#stepped</a>
*
* @return stepped
Expand Down

0 comments on commit 07afb72

Please sign in to comment.