Commit Graph

35 Commits (4ae70a0a9b734cc87247b483bf02bebb0f87c59e)

Author SHA1 Message Date
Chakib Benziane 4ae70a0a9b customize rangeBands padding on horizontal bars 10 years ago
Robin Hu 3681e52ed6 [multibar horizontal] Added 'showBarLabels' feature, which displays the labels right next to the bar. 11 years ago
Marsup 230f4527a2 Keep same references on data 11 years ago
Robin Hu 91f7a8631f Adding optionsFunc to all charts. 11 years ago
Robin Hu 46f0f215ac Fixed multibarHorizontal chart transitionDuration 11 years ago
Robin Hu 3c5990d815 Issue #226. Changing multibarHorizontalBar nv-group to use index as key when entering. 11 years ago
Robin Hu e2ef9489da Added transitionDuration to multiBarHorizontal. Bumped version to 1.1.9b 11 years ago
Robin Hu 9fbe68c8d8 Adding "use strict"; in all chart code.
Fixed any exceptions thrown when "use strict" was added.
11 years ago
Rusty Bailey fa43a8388d Add xRange and yRange methods to compliment {x,y}Domain methods. 11 years ago
Bob Monteverde 825378124e Fixed issue with custom group color and disabling series on the horiontal bar chart 11 years ago
Bob Monteverde c2f5c49a8d Positive and negative stacked horizontal withunique colors per group 11 years ago
Bob Monteverde d4566d25e7 Horizontal barcan nopw stack with both positive and negative, verticaly aligned values with center of bar 11 years ago
Ricardo 4fccaa8cb7 #69: adding a way to color individual bars (rather than the whole series as it is done right now). Leaving the previous behavior as the default. 11 years ago
Tyler Wolf ac873d6e4b #298 zero values are now 1px in width on horizontalbar 12 years ago
Bob Monteverde 2550b4f698 Fixed Issues #161 in the multibarHorizontal 12 years ago
Bob Monteverde cac81e7405 Issue #68 updated multiBarHorizontal model to standard format 12 years ago
Bob Monteverde c1f546a5e7 Merging in Pull Request #109 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
Luke Steensen cfba3d623a fix stacking of horizontal multibar
addresses issue #39
12 years ago
Jyry Suvilehto ca6e2c589b update models to use new colors 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 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
Bob Monteverde e7a8665705 fixing issues with labels not being positions correctly in firefox 12 years ago
Bob Monteverde 25883d2a5e removing the delay on the horizontal bar for now, also making sure 0 ticks are never removed from the axis 12 years ago
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 12 years ago
Bob Monteverde 2f155b88c8 Some tweak to the horizontal multi bar, now the staggered delay is option, defaulting to 1200ms divided by the number of x values 12 years ago
Bob Monteverde dc337a37ac Fixed value label position on transition on multiBarHorizontal 12 years ago
Bob Monteverde 9ffcafda70 Added optional values on grouped horizontal bar chart 12 years ago
Bob Monteverde d87cac47dd Some minor clean up of discreteBar and multibarHorizontal 12 years ago
Bob Monteverde a118e42ea4 created initial multibarHorizontalChart and simplified example 12 years ago
Bob Monteverde 4521b12ca4 Some minor naming fixes, also made forceY = '[0]' on bar charts by default 12 years ago
Bob Monteverde 3cd3798af1 Fixed tooltips on horizontal multibar 12 years ago
Bob Monteverde a215dee866 Working on improving the horizontal multibar, added new pos/neg example 12 years ago
Bob Monteverde 803dfc6b38 Added nvd3 class to the parent wrap of all graphs, fixed some colors and css 12 years ago
Bob Monteverde 5ca0f2b310 Some minor tweaks to the multiBar, and created the first cut horizontal version of the model 12 years ago