Commit Graph

50 Commits (b102af9edda4bd42f9f49a6b378b01e63e2d963a)

Author SHA1 Message Date
Robin Hu b102af9edd Removed a line from multibar chart that was referencing undefined variable
'singlePoint'.
11 years ago
Robin Hu 7d5a3ac209 Adding transitionDuration to axis showMaxMin. 11 years ago
Robin Hu 6f6a472ed1 Removing transition() chaining in multibar. 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
Robin Hu d8909d3217 Making default transitionDuration=250 for multibar. Rebuilding nv.d3.js 11 years ago
Robin Hu 1f3f3589c3 Added transitionDuration to multiBarChart. 11 years ago
Rusty Bailey fa43a8388d Add xRange and yRange methods to compliment {x,y}Domain methods. 11 years ago
Robin Hu 3883010ca4 Fixing issue #206. The transitions in multiBar.js were not using the
proper d3 version3 transition chaining method.
11 years ago
twolfnovus f00781535b Merge branch 'master' of https://github.com/novus/nvd3 into development
Conflicts:
	nv.d3.js
	nv.d3.min.js
	src/models/multiBar.js
11 years ago
Robin Hu c5d7a63cfb For issue 77. Changed some code in multiBar.js to use selection.transition() instead of d3.transition(selection) syntax. 11 years ago
Dingo 76b97fde13 all models updated to run examples using d3.v3 11 years ago
Tyler Wolf 36d4e999f6 removed logging from multibar.js 11 years ago
Tyler Wolf 7d69723a2d added hideable attribute to multiBar.js so that the bars can be hidden the multibar is part of a larger chart 11 years ago
Tyler Wolf 3ea026ab6d Merge pull request #74 from kawanet/issue-73
Issue #73 Error: Invalid value for <rect> attribute y="NaN", height="NaN"
11 years ago
Bob Monteverde d376d86d5b Fixed max and min calculations for multibar stacked 11 years ago
Bob Monteverde 11d504c6cd Added barColor fucntionality to multibar to imitate what I did for multibarHorizontal 11 years ago
kawanet 2effb06d9e Issue #73 Error: Invalid value for <rect> attribute y="NaN", height="NaN" 11 years ago
Tyler Wolf f8fbe286aa #56 stacked bar chart now stacks both positive and negative values 11 years ago
Bob Monteverde 857b9c71ac Issue #285 bars >= 0 with 1 px height will now show up above the y = 0 line on discreteBar and multiBar 12 years ago
Bob Monteverde cf9bb41be6 Issue #281 bars on multibar and discretebar now are 1 px high even if they are 0 12 years ago
Bob Monteverde 8c5b8229a0 Issue #218 allow bars within series to have customized color 12 years ago
Bob Monteverde cb94b65636 Fixed Issues #161 in the multibar 12 years ago
Bob Monteverde cac81e7405 Issue #68 updated multiBarHorizontal model to standard format 12 years ago
Bob Monteverde 33823fe24d Issue #68 updated multibar 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
Jyry Suvilehto ca6e2c589b update models to use new colors 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
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
Bob Monteverde c6e4ffb5c5 Stage 1 of cleanup continued 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 a940b0d65a Added optional delay to multibar chart to ne consistent with the horizontal multibar 12 years ago
Bob Monteverde bfcdae6dde Fixed multiBar exit transition 12 years ago
Bob Monteverde 2b26f44a8c Added multiBarChart and example 12 years ago
Bob Monteverde 28f64a5272 Split up the multibar to a discrete bar and multi bar implementations 12 years ago
Bob Monteverde 64e7aee246 Important TODO, recent changes to multibar need to be removed and replaced with a better discrete bar representation 12 years ago
Bob Monteverde df5da83118 Working on multiBar example where each x value is a different color 12 years ago
Bob Monteverde 4521b12ca4 Some minor naming fixes, also made forceY = '[0]' on bar charts by default 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
Bob Monteverde 037332dfda minor tweak to clipEdge, and updated multiBar to have fancy staggered transition 12 years ago
Bob Monteverde a9c9f60e28 trying out a staggered transition on multibar 12 years ago
Bob Monteverde 7857c4ab6b added multiBarWithLegend to makefile, and tweaked the animation a little on the multibar 12 years ago
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 12 years ago
Bob Monteverde 1a70ff5103 minor cleanup in multibar 12 years ago
Bob Monteverde 6746682e88 Fixed problem with y pos and height calculations with groups/stacked bar chart 12 years ago
Bob Monteverde 5d515963e8 Fixed issue with stacked multiBar. Still need to implement fancy transition from stacked to grouped, and back 12 years ago
Bob Monteverde 0f7a531784 added multiBar and stackedAreaChart to makefile, and minified. A few random fixes in a few core models 12 years ago
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. 12 years ago