Commit Graph

870 Commits (1ac80d87c872ab10e735a2d2014fee76bef26f32)
 

Author SHA1 Message Date
Tyler Wolf 1ac80d87c8 Merge branch 'master' of https://github.com/novus/nvd3 into development
Conflicts:
	nv.d3.min.js
11 years ago
Tyler Wolf a6c18a730a almost there 11 years ago
Robin Hu 1097586ec3 Rebuilding nv.d3.js and nv.d3.min.js 11 years ago
Robin Hu 3e48d32290 Altered the way 'jittering' is handled for scatter plots. This should fix any d3.geom.voronoi issues we encountered. 11 years ago
Tyler Wolf fb5897eb52 progress 11 years ago
Tyler Wolf a67a42333e updates, on hperf pages 11 years ago
Tyler Wolf da6427cd0f Merge branch 'master' of https://github.com/novus/nvd3 into development 11 years ago
Tyler Wolf 0e219e5a1b updated README 11 years ago
Tyler Wolf 05663aee36 fixed formatting on README 11 years ago
Tyler Wolf 5d0c538957 updated README and tagged nvd3 v0.9 #117 #126 11 years ago
twolfnovus a65b5c4988 Merge branch 'master' of https://github.com/novus/nvd3 into development
Conflicts:
	nv.d3.min.js
11 years ago
twolfnovus 8b4d0250c9 fixes 11 years ago
Robin Hu ba44aa3053 Fixing issue #136. Improved logic in tooltip.js for handling <svg> and <g> tags. 11 years ago
Robin Hu 9fc096f3a4 Rebuilt nv.d3.js and nv.d3.min.js for issue #22 11 years ago
Robin Hu bdeb27a47f Fixed issue #22. 11 years ago
twolfnovus f108de0bd1 Merge branch 'master' of https://github.com/novus/nvd3 into development
Conflicts:
	nv.d3.min.js
11 years ago
Robin Hu d690c17a2b Fixed issue #25. Updated logic in tooltip.js, so that tooltips are not inserted into SVG containers. 11 years ago
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
Robin Hu 95b0459d27 Fixed issue #76. Tooltips were not rendering for bullet charts. 11 years ago
Robin Hu 92df22993d Added calcApproxTextWidth util function. Fixed overlapping legend, as noted in issue #107. 11 years ago
Robin Hu 0c422148d9 Merge branch 'master' into development
Conflicts:
	nv.d3.min.js
11 years ago
Robin Hu 7662281809 Rebuilt nv.d3.js 11 years ago
Robin Hu 6fcee4e17d Removed some line breaks that were added. 11 years ago
Robin Hu 0894152def Fixed issue #131. Was able to remove errors:
d='MZ', cx="NaN", cy="NaN".  The error "Problem parsing d=''" remains.
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 2350f4a60b Rebuilt nv.d3.js and nv.d3.min.js, for issue #77 fix. 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
twolfnovus a10c25b333 a few changes for v3 upgrade 11 years ago
twolfnovus 0d5f297d61 updated cumulativeLineChart.js 11 years ago
twolfnovus d3c44f7f00 ran make on 'development' 11 years ago
twolfnovus 16ba25c7f1 Merge branch 'development' of https://github.com/novus/nvd3 into development 11 years ago
frank shao ba59c9e019 #128 fixed 11 years ago
twolfnovus 034d7f8b50 updated readme 11 years ago
Tyler Wolf 6a6e0d7329 Merge branch 'development' into d3v3_Upgrade
Conflicts:
	examples/parallelCoordinates.html
	lib/d3.v3.js
12 years ago
Tyler Wolf 7e9b8c013c added d3 v3 to lib folder 12 years ago
Tyler Wolf b682cf6ad3 Merge branch 'master' into development
Conflicts:
	nv.d3.min.js
12 years ago
Tyler Wolf 43e86f5405 fixed some small, but problematic issues with indented tree 12 years ago
Tyler Wolf d6a3043a98 Merge pull request #112 from ruzz311/development
fixed invalid html in parallel coordinate example
12 years ago
Dingo 76b97fde13 all models updated to run examples using d3.v3 12 years ago
Dingo dd94b599fe Merge branch 'development' into d3v3_Upgrade 12 years ago
Dingo ad288b96f4 Merge branch 'master' of https://github.com/novus/nvd3 into d3v3_Upgrade 12 years ago
Dingo 05ba82c0da ran make on merge with master 12 years ago
Dingo 18b6fd4cbf Merge branch 'master' of https://github.com/novus/nvd3 into development
Conflicts:
	nv.d3.min.js
12 years ago
Dingo 80dd13db90 Merge branch 'development' of https://github.com/novus/nvd3 into development 12 years ago
Dingo 833d4391f4 changes to linePlusBar and linePlusBarWithFocus 12 years ago
Bob Monteverde 0983d3a40a Issue #109: minifying pull request 12 years ago
ciaranj b2ef5f2254 Fixes Issue #109 - Prototype.js breaks StackedAreaChart
It appears the specification of the sizeDomain as a single element
array causes d3.js to use the wrong interpolatin function internally.
12 years ago
Russell Madsen 6bb9a2dd97 fixed invalid html in parallel coordinate example 12 years ago
Tyler Wolf 93ed2ad226 added a few semicolons 12 years ago
Tyler Wolf 36d4e999f6 removed logging from multibar.js 12 years ago