I\'m using primefaces 5.2 latest version and tried for line chart, it\'s working fine.
Am trying to change the line chart axes color,background,border, etc. but exte
You should now set your extender from your model in your chartViewLine bean.
chartViewLine
LineChartModel model = new LineChartModel(); model.setExtender("chartExtender");
Attribute extender has been removed in PrimeFaces 5.0 (see also list of p:chart attributes from PrimeFaces 5.0 Documentation)
extender
p:chart