https://issues.apache.org/bugzilla/show_bug.cgi?id=51196
--- Comment #16 from Roman Kashitsyn <[email protected]> 2011-08-29 06:23:52 UTC --- Created attachment 27445 --> https://issues.apache.org/bugzilla/attachment.cgi?id=27445 patch with ChartDataSource strategy implementation Hi, I have finished the ChartDataSource idea implementation. It provides unified interface for data someone may wish to plot. From my point of view, API become more powerful and flexible. There is several aspects: 1. I have reformatted my code so now it indented with only spaces, not with mess of tabs and spaces. It makes your review work more tedious, sorry for that :) 2. I have deleted some files I do not need anymore (DataMarker.java, for example), but I am in doubt regarding CellWalk API. I seems useful, but I don't need it since there are ChartDataSources. Plans: I will try to implement LineChart to investigate non-numeric ChartDataSources potential. Best regards, Roman Kashitsyn. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
