primefaces-13.0.14-LTS-jakarta #3110
-
I am new to charts. I am using PieChartModel, PieChartOptions and want to make legend label square instead of rectangle and make it align vertical at bottom of the chart and also change cursor to pointer cursor. how should I do ? |
Beta Was this translation helpful? Give feedback.
Answered by
DazzlingBob
Nov 27, 2024
Replies: 1 comment 1 reply
-
Something like (did not test this):
I do however not recommend to use PieChartModel anymore. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
pdj-code
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Something like (did not test this):
I do however not recommend to use PieChartModel anymore.
Because it is deprecated in version 14.0.0 and marked for removal.
Instead use <p:chart> and raw JSON or XDEV Chart.js Java Model.