1 Reply Latest reply on Jan 10, 2012 2:02 AM by talsitt

    draw list of pie charts in datatable

    kinghoward

      Hello,


      When I try to draw pie charts inside a h:datatable for a group of values, I get the pie charts overlapping.


      E.g. when I want to have a table with pie charts for the list (1, 2), (3, 4), (4, 5), instead of getting three pie charts with a pair of segments for each showing up, I get three pie charts with segments like this: (1, 2), (1, 2, 3, 4), (1, 2, 3, 4, 5, 6).


      Does any one have any idea why in a datatable, values from an earlier pie chart shows up in a later one? How to remove the overlapping?


      to summarize:
      wanted pie charts:  (1, 2), (3, 4), (4, 5)
      but with datatable, this happens to the pie charts: (1, 2), (1, 2, 3, 4), (1, 2, 3, 4, 5, 6)


      thanks!