specify position of dataEntry in radarchart [message #929495] |
Mon, 01 October 2012 10:00  |
Eclipse User |
|
|
|
Hi,
i have a radarchart which always have at least 7 entries (dummy entries are generated, if data contains less than 7 (numbered) entries). is it possible to define the position of the first entry in the dataset? i would like the entry at 0 degrees to be the first one (not one of my dummy entries). Implemented solutions seems to behave like the last data entry of a series is always the one to the left side of the entry at 0 degrees. i would like to switch that.
thx in advance,
hage
|
|
|
|
Re: specify position of dataEntry in radarchart [message #932913 is a reply to message #929696] |
Thu, 04 October 2012 11:06   |
Eclipse User |
|
|
|
Thx 4 the example Jason,
i allready sort my results in the java class that passes the result to the oda driver. My results look like this:
whith x.y being numbers like 1.0, 1.1, 1.2, 1.3, 1.11, 1.12,... which needs to be sorted the way i enlist them here ( 1.11 > 1.2 ). I wrote my own sorter to solve that, which is realized through an implementation of java.util.Comparator. Is there any possibilty to use that custom sorter instead of the predefined ones you can choose in the table sorting tab / chart data definition tab?
When i use one of the predefined table / chart sorters, (string descending) my dummy (label equals "") entries are sorted behind the real entries with first entry on position at 0 degrees (like i wanted it to), but this leads to 1.2 > 1.11 (and of course it's the wrong way, like 1.9 is enlisted before 1.8 (because it's descending, ascending puts the dummy entries in front, btw, which is absolutely logical but not what i wanted )
|
|
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.09130 seconds