Skip to content

Commit

Permalink
doc: added renamed chart fields to the 12.0 migration guide
Browse files Browse the repository at this point in the history
In primefaces#6812 org.primefaces.model.charts.line.LineChartDataSet attributes
lineTension and lineStepped were renamed to tension and stepped
respectively.
This requires client code to be updated when migrating to primefaces 12
  • Loading branch information
gtoison committed Oct 11, 2022
1 parent 6ec3c4a commit 786fc6a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/migrationguide/12_0_0.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
* `scales.axes.gridLines` was renamed to `scales.axes.grid`
* `scales.axes.gridLines.offsetGridLines` was renamed to `scales.axes.grid.offset`
* `scales.axes.gridLines.tickMarkLength` was renamed to `scales.axes.grid.tickLength`
* `charts.line.lineTension` was renamed to `charts.line.tension`
* `charts.line.steppedLine` was renamed to `charts.line.stepped`

## GMap
* Marker `icon` type is now `Object` instead of `String` (to support `Symbol`).
Expand Down

0 comments on commit 786fc6a

Please sign in to comment.