Commit Graph

221 Commits (d6789c0caaeaa93564b93267a72cbb31b9da5cb6)

Author SHA1 Message Date
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 0bdd782132 make margin2 accessible in lineWithFocus model 12 years ago
Bob Monteverde 068895cac6 minifying last commit 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 631c067b16 Minifying Pull Request #106 12 years ago
Bob Monteverde c09378e963 Some minor tweaks and minifying Pull Request #95 12 years ago
Bob Monteverde 4464968c04 minifying Pull Reqquest #85 12 years ago
Steven Noble 04c4ea97f0 fixes bug that messes up tooltips when you have multiple graphs on one page 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
Bob Monteverde bcd574c70b Fixed issue with OHLC bar in FF where close line was missing, part of Issue #79 12 years ago
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 12 years ago
Bob Monteverde 960eb3f377 added option to make a line and area, and added chart.isArea() to all relevant charts 12 years ago
Bob Monteverde 01df69bc68 Minifying Pull Request #78 12 years ago
Bob Monteverde c6cc17f0cf added ohlcBar and historicalStockChart to makefile and minified 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
Bob Monteverde 57988c2769 Minifying Pull Request #74 and #72 12 years ago
Bob Monteverde de75aab136 Added chart id reference to stackedArea tooltip trying to prevvent problems with different charts interacting accidentally 12 years ago
Bob Monteverde 8cd52e7dfe Hide correct Y axis when bers or lines are not defined in linePlusBarChart 12 years ago
Bob Monteverde cfa185d2ba Fix minor bug with y axis screwing up in stack mode of multibar chart 12 years ago
Bob Monteverde 1edf924478 added scale adjustment to multibar to work with single data point 12 years ago
Bob Monteverde ee0adbdd4d Working on getting single data point to work on all charts, added scale adjustment to historicalBar to work with the linePlusBarChart 12 years ago
Bob Monteverde de73a5719a Added classes x-nvtooltip, y-nvtooltip, and xy-nvtooltip to the tooltips, also started working on the single data point issue with scatter and lien chart 12 years ago
Bob Monteverde a8b080640f Merging in most of PullRequest #16 12 years ago
Bob Monteverde 333e77e167 Updates to linePlusBar chart, as well as historical bar, fixed some issues with time series on the x axis not owrking correctly 12 years ago
Bob Monteverde f5fa9e5de0 Added new lineChart example that utilizes SVG resizing without recalling the chart, also updated lineChart's tooltips to work with this 12 years ago
Bob Monteverde 9d3ded6566 Added nv.log for convenient inplace logging in dev mode thats omitted when not in dev 12 years ago
Bob Monteverde acc85870ca Fixed Issue #28 and set showMaxMin to false on multibar due to ordinal axis 12 years ago
Bob Monteverde 66f5b1a890 Minifying Pull Request #67 12 years ago
Bob Monteverde a6a9386700 Now stacked/grouped controls are set inside of chart call so user should be able to switch the default 12 years ago
Bob Monteverde 6c5af197ad Fixed default value fo stacke/grouped multibar from Pull Request #43 12 years ago
Bob Monteverde 7fffe34a08 Minifying Pull Request #65 12 years ago
Bob Monteverde bd58161273 Minifying Pull Request #66 plus a minor tweak 12 years ago
Bob Monteverde 862c04cfdf Minifying Pull Request #64 12 years ago
Bob Monteverde dff61c303c Minifying Pull Request #63 12 years ago
Bob Monteverde c146ab7787 Merging in Pull Request #61 12 years ago
Bob Monteverde cd5ede7a84 Minifying pull request #60 12 years ago
Itay Neeman ac3392519d Fix horizontal bar charts not updating correctly (#54)
Horizontal bar charts didn't update correctly - the data that the width
was calculated by was bound to previous values.

The fix was to use `select()` instead of `selectAll` on the bars
themselves (since there is only a single `rect` element in each). This
is because `selectAll` doesn't propagate data bindings, per the
following links:

https://groups.google.com/forum/?fromgroups#!topic/d3-js/PUansS150J0
https://groups.google.com/forum/?fromgroups#!topic/d3-js/272vChmijIw

It works the first time because of the `.enter()` definition which will
cause data to propagate, as mentioned in the above threads.
12 years ago