pentaho CCC Pie Chart with equal slices -
i have ccc pie chart brings years months (1,2,3,... 12).don't inquire why i'm using pie chart this. want slices equal in size see values 1,2,3 in slices values.the sql (datasource) behind select distinct month,month db order month asc.how can accomplish this? if alter sql select distinct month,month/month db order month asc, slices equal in size instead of normal slices values (1, 2, 3..) have "1", result of month/month
i found it! used sql select distinct month,month/month db order month asc have slicers same size. after that, @ ccc pie chart advanced propertie, in valuesmask field entered {category}. see http://forums.pentaho.com/showthread.php?137038-how-to-put-label-in-the-pie-chart-outside-the-wedge-with-cde
pie-chart pentaho-cde ccc
No comments:
Post a Comment