Customize primefaces chart
问题 I using of primefaces's chart on my project. I know be primefaces's chart use of jqplot . on jqplot's site exist example of customizing jqplot chart. how to use of example codes for customizing primefaces chart ? sample code for customizing jqplot chart is following : $(document).ready(function () { $.jqplot._noToImageButton = true; var plot1 = $.jqplot("chart1", [prevYear, currYear], { seriesColors: ["rgba(78, 135, 194, 0.7)", "rgb(211, 235, 59)"], title: 'Monthly TurnKey Revenue',