Commit Graph

227 Commits (ba44aa30533688953a1f8bfc6fd32dc903c446e6)

Author SHA1 Message Date
Robin Hu 4ba155d733 For ticket AN-617. Added ability to create an 'average' horizontal line for cumulative line charts. Updated the example HTML file too. 11 years ago
Tyler Wolf d6a3043a98 Merge pull request #112 from ruzz311/development
fixed invalid html in parallel coordinate example
11 years ago
Dingo 80dd13db90 Merge branch 'development' of https://github.com/novus/nvd3 into development 11 years ago
Dingo 833d4391f4 changes to linePlusBar and linePlusBarWithFocus 11 years ago
Russell Madsen 6bb9a2dd97 fixed invalid html in parallel coordinate example 11 years ago
Tyler Wolf aecb504863 Merge branch 'development' of https://github.com/novus/nvd3 into development 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
Dingo d1aeaaa9e0 Added lineplusbarwithfocuschart to makefile 11 years ago
Tyler Wolf e092bac1c2 fixed update for parallelCoords.js, ran make for all merged pull requests 11 years ago
Tyler Wolf aad23db0f0 Merge branch 'master' of https://github.com/novus/nvd3 11 years ago
Areski Belaid 2ea1c6f0f3 fix display of the PieChart example 11 years ago
Tyler Wolf bd7d5b2363 Merge branch 'master' of https://github.com/novus/nvd3
Conflicts:
	examples/parallelCoordinates.html
11 years ago
Tyler Wolf 4107b774bc updated js sources on parallelCoordinates.js 11 years ago
Areski Belaid 7834c0ffba fix parallelCoordinates example: wrong sources for js files and improve size of the example 11 years ago
Tyler Wolf 569b2a0b0d Merge pull request #93 from bertrandchenal/master
Add support for startAngle and endAngle on pie chart
11 years ago
Tyler Wolf 536e4fe531 merged pfeffer's pull request, also updated indented tree zerofilter 11 years ago
Dingo 7b95e42a64 Added parallelCoords.js model from the NYC d3.js meetup 11 years ago
Bertrand Chenal 9207185532 Add support for startAngle and endAngle on pie chart 11 years ago
Bob Monteverde 11d504c6cd Added barColor fucntionality to multibar to imitate what I did for multibarHorizontal 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
Tyler Wolf f8fbe286aa #56 stacked bar chart now stacks both positive and negative values 11 years ago
Lee Gillentine a89a5ce29a Grammar police: fixing typos 12 years ago
Lee Gillentine 2ac200ead0 Merging in upstream changes 12 years ago
Tyler Wolf 5f0700eac9 #33, plus added flatTestData() for testing with flat data to cumulativeLineChart example 12 years ago
Tyler Wolf b0c57c33f4 #26 12 years ago
Bob Monteverde 6213a74e3b Adding state management to most charts 12 years ago
Bob Monteverde 64a066ccdf Added changeSatte functionality to update chart from a state object 12 years ago
Bob Monteverde 94629ff02e Added initial state management to cumulativeLine.. currently dispatches state whenevr it changes, but state can not be adjusted outside of the chart... that's coming next 12 years ago
Lee Gillentine e5d7133f10 Fixing typos in comments 12 years ago
Bob Monteverde 24c0b0f7d5 sparklinePlus: aligning the value with the final value is now optional via alignValue flag 12 years ago
Bob Monteverde 38ba70f4dc Added padData option to allow bars and lines to align correctly without cutting off half of the first and last bar 12 years ago
twolf d0d5346535 expanded borders for voronoi field on charts 12 years ago
Dingo 5f79dba1ea UI-38 fixed all scatter-based charts for use on IE9 12 years ago
Bob Monteverde 99329c6fc9 Lots of enahncements to scatter and stacked are, useVoronoi(false) now functions correctly. IE9 fixes. 12 years ago
Bob Monteverde 769852e072 Enabling negative bullet chart values 12 years ago
Bob Monteverde d74a3102cf Issue #322: Disable cumulative series when they go bellow 95% to prevent scale distortion and calculation errors when a series loses 100% or more 12 years ago
Bob Monteverde c09abc9cfb Merging from repo 12 years ago
Bob Monteverde 8a846ef030 Temporarily remopving all animations from stacked are chart 12 years ago
Tyler Wolf ff6309d37b discreteBarChart labels shifted down 12 years ago
Bob Monteverde 5bbba2fcf0 Issue #314 line plus bar with a single data point now shows the x tick in the center 12 years ago
Bob Monteverde dacbf5303f Issue #297: get showMaxMin to work on ordinal x axis scale 12 years ago
Bob Monteverde 7b6f3ca87f Issue #307: hover value and line are not created UNTIL actual hover, instead of created and hidden 12 years ago
Bob Monteverde 24e2d82feb Fixing incorrect path on new linePlusBarWithFocus example 12 years ago
Mark Edwards f53e2db9b7 New linePlusBarWithFocusChart model and example 12 years ago
Bob Monteverde d1edef5457 Issue #284 show current value to the right of the sparkline 12 years ago
Bob Monteverde e53a029dd7 Update example data 12 years ago
Bob Monteverde 73733fc70f Whitespace cleanup in example file 12 years ago
Bob Monteverde 02b0487236 Issue #269 fixed issue with scatter not showing background grid 12 years ago
Bob Monteverde 1a878bed85 Fixed issue with points in sparkline multiplying on update 12 years ago