Search code examples
primefacesjqplot

How to draw [ Vertical and Stacked ] bar chart in Prime faces


I need to draw vertical and stacked bar chart using prime faces.

You can find horizontal and stacked bar chart and below link

https://www.primefaces.org/showcase/ui/chart/bar.xhtml

I have requirement of Vertical and Stacked bar chart.

I have already tried all google links. No output.


Solution

  • Just use

    setStacked(true);
    

    on your BarChartModel.

    See also