Commit Graph

836 Commits (766228180963250c862d001a9c091008eff618a6)
 

Author SHA1 Message Date
Tyler Wolf 45ec30cf13 made file 12 years ago
Tyler Wolf 6c456bf92b updated discreteBarChart to not cut off 0.00 labels 12 years ago
Bob Monteverde b53977efaf Added staggerLabels to axis so it can be used in all models 12 years ago
Bob Monteverde 65d1d3eff5 Issue #237 when a series in the stacked area has 0 value, make point NOT active 12 years ago
Bob Monteverde 5db233787f Minor tweak to css to hide the x axis domain when not 0 12 years ago
Bob Monteverde 4b11bec994 Minifying 12 years ago
Bob Monteverde b8493108da Issue #236 controls now get 1/3 of horizontal space, legend gets 2/3 on stacked area chart 12 years ago
Bob Monteverde 8506fb88a2 Minor cleanup of axis component 12 years ago
Bob Monteverde 10d0a6e5fa Historical bar sets class and color on update, not enter 12 years ago
Bob Monteverde 8aceb7cd2d Reduced default bottom margin of multiBarChart to increase space used by the bars by default... This is actually the opposite of what Issue #221 asked for 12 years ago
unknown 22b4724dc5 expanded vertical space for X-axis label (bottom margin) 12 years ago
Bob Monteverde 6da6dbc5c4 Manually editted linWithFocus to copy Pull Request #226 12 years ago
Bob Monteverde d45e50fc7e Merge pull request #222 from ndarville/patch-1
Typo :)
12 years ago
ndarville 2ebef39673 Caught another uglify gremlin 12 years ago
ndarville 7d76dedda4 Typo :) 12 years ago
Bob Monteverde 5307c8fadb Upgrade to d3 v2.10.2 12 years ago
Bob Monteverde 9613745225 Merge branch 'master' of github.com:novus/nvd3 12 years ago
Bob Monteverde 8c5b8229a0 Issue #218 allow bars within series to have customized color 12 years ago
Bob Monteverde 45dfa0691f Update README.md 12 years ago
Bob Monteverde f108fd105b Merge pull request #220 from ryw/improved-readme
Update to include how to build custom models
12 years ago
Ry Walker 8ce5794aaa Update to include how to build custom models 12 years ago
Bob Monteverde 1c67464234 Moving Pull Request #202 to backup until we iron out some problems 12 years ago
Bob Monteverde 4cd94ff5d8 Minifying Pull Request #214 12 years ago
Bob Monteverde f123fe7f23 Minifying Pull Request #212 and removing a log statement from bullet model 12 years ago
Bob Monteverde bd5ca282ec Merge remote-tracking branch 'diraol/bulletChart' 12 years ago
Bob Monteverde 702388e4a3 made x axis max and min anchor to the middle 12 years ago
Diego Rabatone d4811353a6 removing nice() from domain with INFINITY parameter, it wouldn't matter 12 years ago
Diego Rabatone 959f597c06 parentesis mistake corrected on bullet.js 12 years ago
Diego Rabatone Oliveira e35025adab Merge branch 'master' of https://github.com/novus/nvd3 into bulletChart 12 years ago
Bob Monteverde cfb84209f2 Minifying Pull Request #213 12 years ago
Christopher Nelson 44a3430ef2 Rebuilt with last bugfix. 12 years ago
Christopher Nelson 38a34f8529 Fix bug in linePLusBarChart where clipEdge was not enabled. 12 years ago
Christopher Nelson f742c07347 Added utils.js to build.sh 12 years ago
Christopher Nelson 5e5cc7994e Rebuilt nv.d3.js and nv.d3.min.js from previous commit. 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
jeremie.brebec dd4a234d2f Incremental update of 'discreteBar' chart 12 years ago
Diego Rabatone Oliveira ed80c7ad88 Allowing no Markers on bullet and bulletChart 12 years ago
Diego Rabatone Oliveira b66af7ff5f Adding nice() method to domains on bullet and bulletChart 12 years ago
Diego Rabatone Oliveira b8e86d3faf Tooltips on bullet.js and bulletChart.js: positioning tooltips related to each bulletChart, not to the 'div#chart'.
Resolves Issue #202
12 years ago
Bob Monteverde 0d9ffe9177 Merge remote-tracking branch 'griphiam/master' 12 years ago
Bob Monteverde 87c7e3bb1e Added forceX to bulletchart, still needs to br implrmrnte 12 years ago
Mark Philpot 444cd76624 Initializing nv.render.active to false 12 years ago
Marsup 4ae1745274 Fix issue #198 12 years ago
Bob Monteverde dffe67d4dc Issue #121 Bullet titles now get added once, and update after that.. no more duplicates 12 years ago
Bob Monteverde f6cd67910b Tweaked the fix for Issue #198 to prevent valid areas from being removed 12 years ago
Bob Monteverde 6ac9238e59 Fixed issue #198 removing empty paths 12 years ago
Bob Monteverde 37db189a52 Attempting to fix Issue #198 12 years ago
Bob Monteverde 7d584841cd Issue #192 fixed position of distributions after amrgin changes 12 years ago
Bob Monteverde 91d2ba0d57 Issue #189 fixed pie.html example 12 years ago