axis.roundfirstlabel

TeeChart for JavaScript for the HTML5 Canvas
Post Reply
amjonas
Newbie
Newbie
Posts: 9
Joined: Fri Jun 20, 2014 12:00 am

axis.roundfirstlabel

Post by amjonas » Mon Feb 02, 2015 10:35 pm

Has roundfirstlabel been implemented for axis labels - I can't seem to find it anywhere.

Mark

Yeray
Site Admin
Site Admin
Posts: 9514
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: axis.roundfirstlabel

Post by Yeray » Tue Feb 03, 2015 9:27 am

Hello,

I've just added it to the public tracker:
http://bugs.teechart.net/show_bug.cgi?id=1112
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

amjonas
Newbie
Newbie
Posts: 9
Joined: Fri Jun 20, 2014 12:00 am

Re: axis.roundfirstlabel

Post by amjonas » Fri Jul 03, 2015 11:23 pm

Any movement on this to match VCL/PHP which we also use?

Mark

Yeray
Site Admin
Site Admin
Posts: 9514
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: axis.roundfirstlabel

Post by Yeray » Fri Jul 24, 2015 10:15 am

Hello Mark,

Excuse us for the delayed reply here.
We've just implemented the roundFirst property for the axis labels (true by default). So you'll be able to do:

Code: Select all

Chart1.axes.bottom.labels.roundFirst = false;
The demo here show it too.

I'll send you the new teechart.js.
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

amjonas
Newbie
Newbie
Posts: 9
Joined: Fri Jun 20, 2014 12:00 am

Re: axis.roundfirstlabel

Post by amjonas » Sun Jul 26, 2015 4:34 pm

Thank you - I'll have a play with it!

Mark

Post Reply