cut off number at bottom
cut off number at bottom
I just saw this on a graph with 4 digit precision. Is there not a built in mechanism that watches for over lap?
- Attachments
-
- cutoff.png (242.4 KiB) Viewed 8993 times
Re: cut off number at bottom
Hi,
The positions of the axis labels are calculated relative to the axis scale. See the drawLabels function to see how it is exactly calculated.
The positions of the axis labels are calculated relative to the axis scale. See the drawLabels function to see how it is exactly calculated.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: cut off number at bottom
I see 3 ways to solve this.
1) widen the grid ( could not find a way to do that at first glance )
2) strip off anything more the 4 characters ( api side).
3) prepare the data so that only 4 character per string go in .
3 shall suffice for now. Granted the 4 characters thing would depend on other variables so checking size of text would be better.
1) widen the grid ( could not find a way to do that at first glance )
2) strip off anything more the 4 characters ( api side).
3) prepare the data so that only 4 character per string go in .
3 shall suffice for now. Granted the 4 characters thing would depend on other variables so checking size of text would be better.