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:
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
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
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
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
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