Commit Graph

398 Commits (d6789c0caaeaa93564b93267a72cbb31b9da5cb6)
 

Author SHA1 Message Date
Steven Noble d6789c0caa Merge branch 'master' of git://github.com/novus/nvd3 into multiChart 12 years ago
Steven Noble 4507e22d37 little bit more cleanup 12 years ago
Steven Noble 25c324b972 left axis doesn't need to be labelled in the names 12 years ago
Bob Monteverde 9deb24f0f2 tighten up lineWithFocus defautl margin 12 years ago
Bob Monteverde a40baa70af fix type in discreteBar and minify Pull Request #109 12 years ago
Bob Monteverde c1f546a5e7 Merging in Pull Request #109 12 years ago
Bob Monteverde 0bdd782132 make margin2 accessible in lineWithFocus model 12 years ago
Bob Monteverde 068895cac6 minifying last commit 12 years ago
Bob Monteverde 2f6c35e3ad Revamp of lineWithFocus model to only render data points within window range in main view instead of rendering the entire thing, and clipping 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 bcd7c85841 Minifying Pull Request #111 12 years ago
Bob Monteverde eb1407a39a Merge remote-tracking branch 'Jyrsa/fixing' 12 years ago
Bob Monteverde 631c067b16 Minifying Pull Request #106 12 years ago
Luke Steensen cfba3d623a fix stacking of horizontal multibar
addresses issue #39
12 years ago
Steven Noble 5fd88802ea improvements 12 years ago
Jyry Suvilehto bce0f0f3ff rename sparklinePlus example to be consistent with other file names 12 years ago
Jyry Suvilehto a25459d2e7 crude fix to broken y axis handling in sparklinesPlys 12 years ago
Jyry Suvilehto 4a7c0487ab rename sparklinePlus example to be consistent with other file names 12 years ago
Jyry Suvilehto afc1424e4a crude fix to broken y axis handling in sparklinesPlys 12 years ago
Jyry Suvilehto ca6e2c589b update models to use new colors 12 years ago
Jyry Suvilehto 3c9cb18afe add utils.js dependency to examples to avoid having to compile while developing 12 years ago
Jyry Suvilehto 05921281ef include an example of ensuring same labels get same colors in two graphs 12 years ago
Jyry Suvilehto 0b3ec6fb48 add reference to utils.js to make new color picking work without compiling 12 years ago
Jyry Suvilehto a4a022e212 use new color getting method in everything that's used in a stackedAreaChart 12 years ago
Jyry Suvilehto 8957680322 added two utility functions for color 12 years ago
Steven Noble 3730dffd8d getting tooltips and legend to work 12 years ago
Steven Noble 9d5b67e791 refactor how scale is used now that I kind of understand it 12 years ago
Steven Noble c00625b2ba Merge branch 'master' of git://github.com/novus/nvd3 into multiChart 12 years ago
Steven Noble 06139a64cd multichart model that can handle Stacked, Line, and Bar charts across 2 axes 12 years ago
Bob Monteverde 008ffbfdb0 Mergin in changes, and some updates to historicalBar and ohlcBar models 12 years ago
Bob Monteverde c09378e963 Some minor tweaks and minifying Pull Request #95 12 years ago
Bob Monteverde 073acf3844 Merge remote-tracking branch 'deleet/master' 12 years ago
Bob Monteverde 4464968c04 minifying Pull Reqquest #85 12 years ago
Bob Monteverde 2dca0a39c1 Merge remote-tracking branch 'g2010a/patch-1' 12 years ago
Bob Monteverde 3e6ba6aa7f Minifying Pull Request #94 12 years ago
André Ferreira 95bb66498f Removed rendering timers when development is off. Other small fixes. 12 years ago
Steven Noble 04c4ea97f0 fixes bug that messes up tooltips when you have multiple graphs on one page 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 1c6a2a8b30 Mergin in Pull Request #84 12 years ago
Bob Monteverde 88a7ae0a64 Removing historicalStockChart, close sourceing it, sorry guys 12 years ago
Patrick Butler 9c2c3c5b84 Expose x/yScale to use time scales in line charts
This patch adds to the rebinded xScale and yScale values from line to
lineCharts
12 years ago
Bob Monteverde 82f4942290 Fixed issue with pan when hitting max/min, part of Issue #79 12 years ago
Bob Monteverde 83db5bc1a0 moved view finder x axis to behind the brushBackground to make it more obvious what data is selected 12 years ago
Bob Monteverde 89ff985793 Changed greyed out view finder to white out to imititate an opacity mask, also fixed issue where value bars would not hover 12 years ago
Bob Monteverde a7b9b113ce Fixed drag ratio, now is 1 to 1 with main data view 12 years ago
Bob Monteverde 7731a609aa working on adding drag functionality to main view... its working, but its not calculated correctly, so it moves too fast 12 years ago
Bob Monteverde 59dddeb652 Added height2 and height3 to historical stock charts public functions, also tweaked the default values 12 years ago
Bob Monteverde d3b1dcdb4e Lots of tweaks to historical stock 12 years ago
Bob Monteverde d1ebad10e4 Highlight window and dim rest of view window, works in FF< but having issues withthe clipping in chrome 12 years ago
Bob Monteverde f6caf91de4 Fix y extent calculations on OHLC bar, which fixes it in the historical stock chart 12 years ago