Commit Graph

45 Commits (dd94b599fea4c1a2d2c6b3a613c2f8bdf9425f4c)

Author SHA1 Message Date
Glenn Griffin c6c89b7e07 Adjust axis labels on update rather than enter.
This allows an axis to change orientation and have the tick label respond accordingly.
12 years ago
Bob Monteverde dbc0da6a66 Minor tweak to right axis label to fix its position 12 years ago
Tyler Wolf 3128bedde9 fixed issue #324 12 years ago
Ricardo be07849c01 X axis space rework 12 years ago
Bob Monteverde dacbf5303f Issue #297: get showMaxMin to work on ordinal x axis scale 12 years ago
Tyler Wolf 68e8121721 fixed FF getBBox() issue (UI-19), extended line chart right margin +3px 12 years ago
Tyler Wolf ff988a53b7 Issue #299 fixed x axis label 12 years ago
Tyler Wolf b238834fd5 Issue #299 -fixed 12 years ago
Bob Monteverde b0947dc9d9 Issue #281: if Y-axis max and min are both == 0, hide max label 12 years ago
Bob Monteverde 391d53e6b1 Issue #246 axis now has default identity tickFormat 12 years ago
Bob Monteverde d756d27f4c Issue #235 fixed issue with text-anchor not being set to middle on x axis max and min values 12 years ago
Bob Monteverde b53977efaf Added staggerLabels to axis so it can be used in all models 12 years ago
Bob Monteverde 8506fb88a2 Minor cleanup of axis component 12 years ago
Christopher Nelson d53e8c3c58 Fixed linePlusBarChart so that it uses the xAxis scale instead of inventing a new one. Also optimized the axis object a little by creating a format object once per axis draw, not once per tick mark draw. Also removed redundant calls to the formatter. 12 years ago
Christopher Nelson 993a4fe2c8 Added a new chart: multiBarTimeSeries which makes essentially duplicates the multiBar functionality, but makes internal changes to put a d3.time.scale on the bottom.
Also added a build.sh for Linux distros. If yui-compressor exists, it will be used to generated the minified output.
12 years ago
Bob Monteverde 1716ccf827 Fixed Issues #161 in the axis... also minifying all previous commits from today 12 years ago
Bob Monteverde 9d4b0fb6a7 Issue #68 updated axis model to standard format 12 years ago
Stefan Gojan bee5902dab added ticks parameter because rebind didn't work 12 years ago
Bob Monteverde 0588aa057f Minor clean up of axis.js.. it still needs more 12 years ago
Eric Rosenberg 12d0bf3612 Added x-axis label rotation to the Axis Model and removed it from discrete bar chart 12 years ago
Eric Rosenberg f4e92d2b68 Bottom axis will computed the longest tick length - still does nothing with this data 12 years ago
Bob Monteverde 3b81d8aeed Added nv- to almost all classes and IDs.. will need to recheck everything, but I think I got them all 12 years ago
Bob Monteverde 008ffbfdb0 Mergin in changes, and some updates to historicalBar and ohlcBar models 12 years ago
g2010a e1e3f4a2a2 Updated scr/models/axis.js to accept a rotateYLabel parameter (because not all axis labels should be vertically oriented). nv.models.axis() now also accepts a margin parameter. 12 years ago
Bob Monteverde 93066940b7 Working on historicalStock model, fixed minor issue with axis now lets you set the width for positioning the axislabel 12 years ago
ian 3d16ab1e69 move x axis label down a bit to avoid overlap on scatter 12 years ago
ian fd8ad4c74a center x axis label for bar charts 12 years ago
ian 0a5b34308a center y axis label 12 years ago
Bob Monteverde 6a35569ca2 LOTS of tweaks to discreteBar and Axis. Only pad for the correct values if showValues, reduce unnused margins, prevent overlapping labels on axis with showMaxMin 12 years ago
Bob Monteverde 04e68e9295 fixed issue with max and min labels overlapping on y axis 12 years ago
Bob Monteverde ecb80cb4b8 If Max / Min contains 'NaN' don't show it on axis 12 years ago
Bob Monteverde 4ab57cb38f Issue #19 Fixing label offset for FF, and increasing the disatnce from vertical axis maxand min from 8 to 10 to prevent overlap 12 years ago
Bob Monteverde 25883d2a5e removing the delay on the horizontal bar for now, also making sure 0 ticks are never removed from the axis 12 years ago
Bob Monteverde c494172fe2 Added Max/Min to horizontal axes, on by default, but can be disabled with showMaxMin(false) on the axis component 12 years ago
Bob Monteverde 135be08bde axis max and min now fades in 12 years ago
Bob Monteverde a72645dbe4 Issue #9 Fixed issue with distributions not accurate when series are disabled. Also made distributions fade out when removed 12 years ago
Bob Monteverde 879c1db200 turning off showMaxMin on the ordinal horizontlal bar axis 12 years ago
Bob Monteverde c856a295e4 axis Max and Min now animate from where they would have appeared wih previous scale 12 years ago
Bob Monteverde b55910786d Axes now show Max and Min by default... need to rebind this on all the charts.. will do that soon 12 years ago
Bob Monteverde 525ecded4d Getting rid of charts collection, merging tooltips directly in complete charts, no need for separate charts collection 12 years ago
Bob Monteverde a9c9f60e28 trying out a staggered transition on multibar 13 years ago
Bob Monteverde 030b99070c renamed dispatch point**** to element*** to be consistent with the others, cleaned up scatter, line, and stacked area to utilize scatter's scales, fixed a couple of remaps 13 years ago
Bob Monteverde af750e7be3 Updated axis component to deal with non linear scales, made a multiBarWithLegend model and example with transitions to and from grouped and stacked, and tooltips 13 years ago
Bob Monteverde b34a7b409d Added right and top axes orientations. Made lineWithFourAxes as an example that will not be minified into nvd3, just for reference 13 years ago
Bob Monteverde 7995783c4a merged yaxis and axis into 1 implementation, will add top and right oriantations soon 13 years ago