| Page 1 of 1 | [ 3 posts ] |
|
Hello,
How can we prevent overlapping between label items in values axis? Here is the screenshot: ![]() |
|
Numeric and Time axes allow you to specify the number of ticks that will appear on an axis. You can prevent overlap by decreasing the majorUnit.count (default is 11) style for the axis.
Code: axes:{ values:{ styles:{ majorUnit: { count: 6 } } } } Thanks, Tripp |
|
Thanks, Tripp, this did the tick!
|
| Page 1 of 1 | [ 3 posts ] |
| You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum |
© 2006-2013 Yahoo! Inc. All rights reserved.
All code on this site is licensed under the BSD License unless stated otherwise.
About This Site · Security Contact Info
Powered by phpBB® Forum Software © phpBB Group