Spredzy
03-31-2011, 08:13 AM
Hi all,
I have a one serie bar chart graph and, according to the category's value I'd like to set a different color.
With Pentaho Report Designer 3.8 and the Chart Post-Processing Script I though I could deal with it but in order to define a new behavior of the getItemPaint I had to create a new Render class that extends from the BarRenderer.
Problem : it seems that beanshell does not allow extending classes so Im kind of stuck here.
Any one has an idea on how could I solve this problem ?
I have a one serie bar chart graph and, according to the category's value I'd like to set a different color.
With Pentaho Report Designer 3.8 and the Chart Post-Processing Script I though I could deal with it but in order to define a new behavior of the getItemPaint I had to create a new Render class that extends from the BarRenderer.
Problem : it seems that beanshell does not allow extending classes so Im kind of stuck here.
Any one has an idea on how could I solve this problem ?