Commit Graph

29 Commits (aca8838f529ccad304a120ac12bb1b2a5432193c)

Author SHA1 Message Date
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 12 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 12 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 12 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 12 years ago
Bob Monteverde 7995783c4a merged yaxis and axis into 1 implementation, will add top and right oriantations soon 12 years ago