Commit Graph

33 Commits

Author SHA1 Message Date
Tyler Wolf
f8fbe286aa #56 stacked bar chart now stacks both positive and negative values 2013-02-06 10:27:04 -05:00
Bob Monteverde
857b9c71ac Issue #285 bars >= 0 with 1 px height will now show up above the y = 0 line on discreteBar and multiBar 2012-10-26 11:55:05 -04:00
Bob Monteverde
cf9bb41be6 Issue #281 bars on multibar and discretebar now are 1 px high even if they are 0 2012-10-25 16:41:37 -04:00
Bob Monteverde
8c5b8229a0 Issue #218 allow bars within series to have customized color 2012-09-27 13:07:25 -04:00
Bob Monteverde
cb94b65636 Fixed Issues #161 in the multibar 2012-08-27 13:36:11 -04:00
Bob Monteverde
cac81e7405 Issue #68 updated multiBarHorizontal model to standard format 2012-08-17 21:43:59 -04:00
Bob Monteverde
33823fe24d Issue #68 updated multibar model to standard format 2012-08-17 14:07:18 -04:00
Bob Monteverde
c1f546a5e7 Merging in Pull Request #109 2012-07-27 03:03:59 -04:00
Bob Monteverde
3b81d8aeed Added nv- to almost all classes and IDs.. will need to recheck everything, but I think I got them all 2012-07-26 19:42:42 -04:00
Jyry Suvilehto
ca6e2c589b update models to use new colors 2012-07-26 12:26:01 +00:00
Bob Monteverde
cfa185d2ba Fix minor bug with y axis screwing up in stack mode of multibar chart 2012-07-16 17:10:02 -04:00
Bob Monteverde
1edf924478 added scale adjustment to multibar to work with single data point 2012-07-16 17:03:24 -04:00
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.
2012-07-13 18:31:56 -07:00
Bob Monteverde
c6e4ffb5c5 Stage 1 of cleanup continued 2012-07-09 22:57:12 -04:00
Bob Monteverde
b9a8e0baaa Colors no longer have a ahrd limit of 10 or 20, they are dependant on how many colors are fed to teh chart, the default being 10 or 20, but suer can difine as many as they want 2012-06-20 17:04:30 -04:00
Bob Monteverde
a940b0d65a Added optional delay to multibar chart to ne consistent with the horizontal multibar 2012-06-19 15:15:40 -04:00
Bob Monteverde
bfcdae6dde Fixed multiBar exit transition 2012-06-15 17:25:11 -04:00
Bob Monteverde
2b26f44a8c Added multiBarChart and example 2012-06-15 16:16:08 -04:00
Bob Monteverde
28f64a5272 Split up the multibar to a discrete bar and multi bar implementations 2012-06-08 17:21:08 -04:00
Bob Monteverde
64e7aee246 Important TODO, recent changes to multibar need to be removed and replaced with a better discrete bar representation 2012-06-08 16:05:17 -04:00
Bob Monteverde
df5da83118 Working on multiBar example where each x value is a different color 2012-06-08 15:44:11 -04:00
Bob Monteverde
4521b12ca4 Some minor naming fixes, also made forceY = '[0]' on bar charts by default 2012-06-07 16:58:53 -04:00
Bob Monteverde
803dfc6b38 Added nvd3 class to the parent wrap of all graphs, fixed some colors and css 2012-06-01 17:11:19 -04:00
Bob Monteverde
5ca0f2b310 Some minor tweaks to the multiBar, and created the first cut horizontal version of the model 2012-05-31 15:43:01 -04:00
Bob Monteverde
037332dfda minor tweak to clipEdge, and updated multiBar to have fancy staggered transition 2012-05-31 08:02:40 -04:00
Bob Monteverde
a9c9f60e28 trying out a staggered transition on multibar 2012-05-31 04:46:30 -04:00
Bob Monteverde
7857c4ab6b added multiBarWithLegend to makefile, and tweaked the animation a little on the multibar 2012-05-30 16:08:06 -04:00
Bob Monteverde
af750e7be3 Updated axis component to deal with non linear scales, made a multiBarWithLegend model and example with transitions to and from grouped and stacked, and tooltips 2012-05-30 15:18:18 -04:00
Bob Monteverde
1a70ff5103 minor cleanup in multibar 2012-05-29 18:13:55 -04:00
Bob Monteverde
6746682e88 Fixed problem with y pos and height calculations with groups/stacked bar chart 2012-05-29 17:25:00 -04:00
Bob Monteverde
5d515963e8 Fixed issue with stacked multiBar. Still need to implement fancy transition from stacked to grouped, and back 2012-05-29 03:57:22 -04:00
Bob Monteverde
0f7a531784 added multiBar and stackedAreaChart to makefile, and minified. A few random fixes in a few core models 2012-05-29 03:42:25 -04:00
Bob Monteverde
0fafafbc79 Trying to speed up performance by not recalculating scale domains that have already been calcualted. Also added first cut at a grouped multiBar model and example. 2012-05-29 02:30:15 -04:00