Commit Graph

59 Commits (5fd13d959340a5bbc1829cc498ec4af89430d3f0)

Author SHA1 Message Date
Tyler Wolf 7eab35d829 fixed maxmin tick label positioning when axis is oriented 'top' 11 years ago
Robin Hu 9315679dc7 Adding axisLabelDistance property to axis.js 11 years ago
Robin Hu 91f7a8631f Adding optionsFunc to all charts. 11 years ago
Robin Hu ce180645d1 Merge branch 'master-patched' into development-patched
Conflicts:
	nv.d3.min.js
	src/models/multiBarChart.js
11 years ago
Robin Hu 7adc37f1f8 Removed transitionDuration from line.js and axis.js, and modified
lineChart.js to pass transition in via inheritance.
11 years ago
Robin Hu 7d5a3ac209 Adding transitionDuration to axis showMaxMin. 11 years ago
Robin Hu 58d60f9cb5 Added back the transitionDuration property to nv.models.axis. Added transitionDuration to historicalBar. 11 years ago
Robin Hu 17a21cc0f4 Found an issue when using transition().duration() with axis.
It was causing a certain kind of 'flickering' with historicalBars. Removing that usage for now.
11 years ago
Robin Hu 9fbe68c8d8 Adding "use strict"; in all chart code.
Fixed any exceptions thrown when "use strict" was added.
11 years ago
Robin Hu d57fa841ca Added transitioDuration property to stackedAreaChart, lineChart, cumulativeLineChart. 11 years ago
Simon Kelly 0e6b742dab use style text-anchor vs attribute to maintain consistency with d3: https://github.com/mbostock/d3/blob/master/src/svg/axis.js#L69 11 years ago
Tyler Wolf a6c18a730a almost there 11 years ago
Tyler Wolf fb5897eb52 progress 11 years ago
Dingo 76b97fde13 all models updated to run examples using d3.v3 11 years ago
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