Commit Graph

836 Commits

Author SHA1 Message Date
Bob Monteverde
631c067b16 Minifying Pull Request #106 2012-07-26 17:12:33 -04:00
Luke Steensen
cfba3d623a fix stacking of horizontal multibar
addresses issue #39
2012-07-26 15:48:48 -05:00
Steven Noble
5fd88802ea improvements 2012-07-26 11:53:36 -04:00
Jyry Suvilehto
bce0f0f3ff rename sparklinePlus example to be consistent with other file names 2012-07-26 12:50:54 +00:00
Jyry Suvilehto
a25459d2e7 crude fix to broken y axis handling in sparklinesPlys 2012-07-26 12:49:09 +00:00
Jyry Suvilehto
4a7c0487ab rename sparklinePlus example to be consistent with other file names 2012-07-26 12:37:22 +00:00
Jyry Suvilehto
afc1424e4a crude fix to broken y axis handling in sparklinesPlys 2012-07-26 12:26:31 +00:00
Jyry Suvilehto
ca6e2c589b update models to use new colors 2012-07-26 12:26:01 +00:00
Jyry Suvilehto
3c9cb18afe add utils.js dependency to examples to avoid having to compile while developing 2012-07-26 12:23:20 +00:00
Jyry Suvilehto
05921281ef include an example of ensuring same labels get same colors in two graphs 2012-07-26 11:16:18 +00:00
Jyry Suvilehto
0b3ec6fb48 add reference to utils.js to make new color picking work without compiling 2012-07-26 11:09:44 +00:00
Jyry Suvilehto
a4a022e212 use new color getting method in everything that's used in a stackedAreaChart 2012-07-26 11:08:23 +00:00
Jyry Suvilehto
8957680322 added two utility functions for color 2012-07-26 11:07:21 +00:00
Steven Noble
3730dffd8d getting tooltips and legend to work 2012-07-25 16:51:04 -04:00
Steven Noble
9d5b67e791 refactor how scale is used now that I kind of understand it 2012-07-25 13:54:03 -04:00
Steven Noble
c00625b2ba Merge branch 'master' of git://github.com/novus/nvd3 into multiChart 2012-07-25 11:24:28 -04:00
Steven Noble
06139a64cd multichart model that can handle Stacked, Line, and Bar charts across 2 axes 2012-07-25 11:24:13 -04:00
Bob Monteverde
008ffbfdb0 Mergin in changes, and some updates to historicalBar and ohlcBar models 2012-07-24 14:56:02 -04:00
Bob Monteverde
c09378e963 Some minor tweaks and minifying Pull Request #95 2012-07-24 14:28:35 -04:00
Bob Monteverde
073acf3844 Merge remote-tracking branch 'deleet/master' 2012-07-24 14:24:26 -04:00
Bob Monteverde
4464968c04 minifying Pull Reqquest #85 2012-07-24 14:23:06 -04:00
Bob Monteverde
2dca0a39c1 Merge remote-tracking branch 'g2010a/patch-1' 2012-07-24 14:22:46 -04:00
Bob Monteverde
3e6ba6aa7f Minifying Pull Request #94 2012-07-24 14:20:48 -04:00
André Ferreira
95bb66498f Removed rendering timers when development is off. Other small fixes. 2012-07-24 05:23:48 +01:00
Steven Noble
04c4ea97f0 fixes bug that messes up tooltips when you have multiple graphs on one page 2012-07-23 16:17:46 -04:00
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. 2012-07-20 21:45:15 +03:00
Bob Monteverde
1c6a2a8b30 Mergin in Pull Request #84 2012-07-19 20:12:33 -04:00
Bob Monteverde
88a7ae0a64 Removing historicalStockChart, close sourceing it, sorry guys 2012-07-19 20:02:06 -04:00
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
2012-07-19 19:17:15 -04:00
Bob Monteverde
82f4942290 Fixed issue with pan when hitting max/min, part of Issue #79 2012-07-19 18:28:34 -04:00
Bob Monteverde
83db5bc1a0 moved view finder x axis to behind the brushBackground to make it more obvious what data is selected 2012-07-19 16:21:37 -04:00
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 2012-07-19 14:41:02 -04:00
Bob Monteverde
a7b9b113ce Fixed drag ratio, now is 1 to 1 with main data view 2012-07-19 11:33:47 -04:00
Bob Monteverde
7731a609aa working on adding drag functionality to main view... its working, but its not calculated correctly, so it moves too fast 2012-07-19 11:27:31 -04:00
Bob Monteverde
59dddeb652 Added height2 and height3 to historical stock charts public functions, also tweaked the default values 2012-07-19 06:38:40 -04:00
Bob Monteverde
d3b1dcdb4e Lots of tweaks to historical stock 2012-07-19 06:12:33 -04:00
Bob Monteverde
d1ebad10e4 Highlight window and dim rest of view window, works in FF< but having issues withthe clipping in chrome 2012-07-19 04:59:22 -04:00
Bob Monteverde
f6caf91de4 Fix y extent calculations on OHLC bar, which fixes it in the historical stock chart 2012-07-19 02:44:09 -04:00
Bob Monteverde
bcd574c70b Fixed issue with OHLC bar in FF where close line was missing, part of Issue #79 2012-07-19 02:32:56 -04:00
Bob Monteverde
3daa1b969f isArea is now passed thru d3.functor so user can just set true or false instead of having to wrap that in a function. Set isArea(false) on historicalStockChart 2012-07-19 02:20:54 -04:00
Bob Monteverde
960eb3f377 added option to make a line and area, and added chart.isArea() to all relevant charts 2012-07-19 02:15:53 -04:00
Bob Monteverde
01df69bc68 Minifying Pull Request #78 2012-07-18 23:34:47 -04:00
ian
bd005c35fd disable tooltips separately 2012-07-18 21:53:23 -04:00
Bob Monteverde
c6cc17f0cf added ohlcBar and historicalStockChart to makefile and minified 2012-07-18 01:59:09 -04:00
Bob Monteverde
0de3da0485 Lots of tweaks to historicalStockChart, still more to come 2012-07-18 01:49:57 -04:00
Bob Monteverde
3abf806d4f Renemaed historicalStock.html to historicalStockChart.html and renamed historicalStock.js to ohlcBar.js for open-high-low-close 2012-07-18 00:26:18 -04:00
Bob Monteverde
0cf6d15b0a Workign on adding a view finder to the historicalStockChart.. halfway there 2012-07-17 17:39:24 -04:00
Bob Monteverde
93066940b7 Working on historicalStock model, fixed minor issue with axis now lets you set the width for positioning the axislabel 2012-07-17 16:07:07 -04:00
Bob Monteverde
57988c2769 Minifying Pull Request #74 and #72 2012-07-17 13:47:11 -04:00
ian
3d16ab1e69 move x axis label down a bit to avoid overlap on scatter 2012-07-16 23:51:49 -04:00