Re: DateAxis..

2013-09-03 Thread Pedro Duque Vieira
Hi Diego and Christian, Perhaps the opposite would be better since I'm doing a different approach (subclassing ValueAxis) and my DateAxis is already working. Thanks, best regards, On Mon, Sep 2, 2013 at 9:21 AM, Diego Cirujano-Cuesta < [email protected]> wrote:

Re: DateAxis..

2013-09-02 Thread Diego Cirujano-Cuesta
Hi Pedro, Christian Schudt and me are working in a DateAxis that he create , we are using Christian repo (this url): https://bitbucket.org/sco0ter/extfx/src and then: src/main/java/extfx/scene/chart/DateAxis.java that extends from "Axis". We just have a few problems not impo

Re: DateAxis..

2013-09-01 Thread Christian Schudt
Kind regards, Christian Am 02.09.2013 um 02:01 schrieb Pedro Duque Vieira: > Hi, > > I've created a DateAxis. Basically it extends from ValueAxis and you can > pass it dates in the Long format (converting Date to Long and passing in > that value). > > I wonder if thi

Re: DateAxis..

2013-09-01 Thread Sven Reimers
ing of axis, > JavaFX isn't going medieval), the most popular being date and > logarithmic. If you've developed a DateAxis implementation, that is > great! I would recommend searching the jira for such as issue (I can't > see one in a quick search), and if one doesn't

Re: DateAxis..

2013-09-01 Thread Jonathan Giles
My experience has been that there have been many people wanting different kinds of axes (to be clear, the plural spelling of axis, JavaFX isn't going medieval), the most popular being date and logarithmic. If you've developed a DateAxis implementation, that is great! I would recommend

DateAxis..

2013-09-01 Thread Pedro Duque Vieira
Hi, I've created a DateAxis. Basically it extends from ValueAxis and you can pass it dates in the Long format (converting Date to Long and passing in that value). I wonder if this is valuable for the framework (I do see people asking for this) and if so would you like me to submit it for