Skip to main content

Posts

Showing posts from May, 2014

How to set markerOptions of a chart in primefacess

Primefaces uses jqplot to draw charts, but all configuration options of charts are not provided by primefaces. For example, you have a LineChartSeries object and you will draw it on a LineChartModel . There are only two configuration parameters( style and show ) for marker (this option presents in LineChartSeries class) although there are more in jqplot API. What will you do if you want to set size of a marker? What about the color?