Commit Graph

350 Commits (d1ebad10e4458bd8d61c5abcdc4d380ba31b349c)
 

Author SHA1 Message Date
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
ian bd005c35fd disable tooltips separately 12 years ago
Bob Monteverde c6cc17f0cf added ohlcBar and historicalStockChart to makefile and minified 12 years ago
Bob Monteverde 0de3da0485 Lots of tweaks to historicalStockChart, still more to come 12 years ago
Bob Monteverde 3abf806d4f Renemaed historicalStock.html to historicalStockChart.html and renamed historicalStock.js to ohlcBar.js for open-high-low-close 12 years ago
Bob Monteverde 0cf6d15b0a Workign on adding a view finder to the historicalStockChart.. halfway there 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
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
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 0179534896 added yahoo pipes example 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
Itay Neeman 46033a06cf Add e.pointIndex to all chart tooltip calculations 12 years ago
Itay Neeman 0f7ca82e1d Merge remote-tracking branch 'novus/master' 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 7b00276f20 Merge remote-tracking branch 'itay/feature/fix-wrong-series' 12 years ago
Bob Monteverde bd58161273 Minifying Pull Request #66 plus a minor tweak 12 years ago
Bob Monteverde 7b195d9f6d Merge remote-tracking branch 'itay/feature/fix-linebar-chart-incorrect-tooltip' 12 years ago
Bob Monteverde 862c04cfdf Minifying Pull Request #64 12 years ago
Bob Monteverde 2c052ac6aa Merge remote-tracking branch 'itay/feature/fix-linebar-chart-tooltip' 12 years ago
Bob Monteverde dff61c303c Minifying Pull Request #63 12 years ago
Itay Neeman b82bacd322 Update compiled files in master 12 years ago
Itay Neeman 2bd33fe395 Merge branch 'feature/fix-wrong-series' 12 years ago
Itay Neeman 8d940952e9 Merge branch 'feature/fix-text-anchor' 12 years ago
Itay Neeman d737029bd2 Fix incorrect date in tooltip of line+bar chart (#23)
In a line+bar chart, the date was being set incorrectly due to the fact
we did not pass in the point index to the x-axis computation.

This fix passes it in, so now the tooltip can be calculated correctly.
12 years ago
Itay Neeman 5c3dff719c Fix line+bar chart tooltip
There is a bug in the line+bar chart that caused the tooltip to keep
being append with left/right axis information. We fix this by saving
the original key and using that for the append.
12 years ago
Itay Neeman 8a08435415 Fix a bug where the tooltip might show an incorrect stream (#62)
If you disabled a series in a multi-bar chart (either horizontal or
vertical), you would get incorrect tooltips. This was caused by the
fact that we only set the mouseover on the `enter()` elements, which
meant that nothing was being set when the chart was updated due to the
hiding. This caused us to close over the original value of the data

The fix is to set the mouseover on the entire selection, which updates
it every time the chart is updated. This also contains a small fix to
the horizontal multi-bar chart to have a more descriptive tooltip.
12 years ago
Itay Neeman 18713b6b19 Fix the ability to rotate labels (#22)
It turns out there was a bug in d3 2.9.2 that made the transition
continuously override the text-anchor property. This was fixed here:
https://github.com/mbostock/d3/pull/684

This pull request contains d3 2.9.6, and also makes a small fix to
handle both negative and positive rotations. Finally, it updates the
discreteBarChart sample to use it.
12 years ago
Bob Monteverde 92f42f0f31 moving monthendAxis.html to deprecated, and closing Issue #32 12 years ago
Bob Monteverde 199ec2aed8 renaming d3.css to nv.d3.css 12 years ago
Bob Monteverde c146ab7787 Merging in Pull Request #61 12 years ago
Bob Monteverde cd5ede7a84 Minifying pull request #60 12 years ago