Tripp Bridges![]()
Chart's numeric axis has problems calculating max/min under the following scenarios:
- All negative data, alwaysShowZero=false and roundingMethod=niceNumber or roundingMethod=auto, minimum value is miscalculated.
- Positive and negative data with roundingMethod set to a numeric value, maximum is miscalculated.
Addresses this ticket:
http://yuilibrary.com/projects/yui3/ticket/2532138
<script src="http://yui.yahooapis.com/3.5.0/build/yui/yui-min.js"></script>YUI({
//Last Gallery Build of this module
gallery: 'gallery-2012.04.12-13-50'
}).use('charts', 'gallery-patch-350-charts-numericaxis', function(Y) {
});
YUI({
//Last Gallery Build of this module
gallery: 'gallery-2012.04.12-13-50'
}).use('charts-legend', 'gallery-patch-350-charts-numericaxis', function(Y) {
});
© 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