I have a table with rows categorized into 4 categories. I assign colors using a ColorManager to each of those categories and show them as a Pie Chart (tried all three: JavaScript, JFreeChart and Classic). Now I would like to show a legend for my 4 categories in an order of my choosing. Unfortunately it seems that the order is determined randomly by the ColorManager.
My Question is: Is it possible to change this order?
EDIT: As I found out it seems the order is detemined by the table specification. So a solution should probably be based on changing the table spec.