Commit Graph

1187 Commits (ef5d9ef6c62c31f585d45678e42da0ce73b1c36e)
 

Author SHA1 Message Date
Robin Hu 7bf1091f41 Adding historical bar chart. 11 years ago
Robin Hu 1703cc428a Adding historical bar chart code. 11 years ago
Robin Hu 65b97714fa Merge branch 'master' of https://github.com/novus/nvd3
Conflicts:
	nv.d3.min.js
11 years ago
Robin Hu a9b6f3ab09 FIxing bug in line.js. 11 years ago
Bob Monteverde 065c8eb84d removed transition and delay on tooltips, you can uncomment to revert this. Minor fix to scatter, points will keep custom classes after transiiton 11 years ago
Tyler Wolf bb5146775e minified nv.d3.js 11 years ago
Dingo b0bc28cbe0 fixed cumulativeLineChart drag lag 11 years ago
Tyler Wolf af8b13dd48 Merge branch 'master' of https://github.com/novus/nvd3 into development
Conflicts:
	nv.d3.min.js
11 years ago
frank shao 90e4078941 Adjusted jitter in scatter.js 11 years ago
Tyler Wolf a437d1ef0e Merge branch 'master' of https://github.com/novus/nvd3 into development
Conflicts:
	nv.d3.min.js
11 years ago
Robin Hu 577a57d405 Rebuilding nv.d3.js and nv.d3.min.js for Issue #140 12 years ago
Robin Hu 8731046948 Issue #140. Added ability to stagger the x-axis labels on Multibar charts. 12 years ago
Tyler Wolf bd0aab25ca lots of changes 12 years ago
Tyler Wolf 1ac80d87c8 Merge branch 'master' of https://github.com/novus/nvd3 into development
Conflicts:
	nv.d3.min.js
12 years ago
Tyler Wolf a6c18a730a almost there 12 years ago
Robin Hu 1097586ec3 Rebuilding nv.d3.js and nv.d3.min.js 12 years ago
Robin Hu 3e48d32290 Altered the way 'jittering' is handled for scatter plots. This should fix any d3.geom.voronoi issues we encountered. 12 years ago
Tyler Wolf fb5897eb52 progress 12 years ago
Tyler Wolf a67a42333e updates, on hperf pages 12 years ago
Tyler Wolf da6427cd0f Merge branch 'master' of https://github.com/novus/nvd3 into development 12 years ago
Tyler Wolf 0e219e5a1b updated README 12 years ago
Tyler Wolf 05663aee36 fixed formatting on README 12 years ago
Tyler Wolf 5d0c538957 updated README and tagged nvd3 v0.9 #117 #126 12 years ago
twolfnovus a65b5c4988 Merge branch 'master' of https://github.com/novus/nvd3 into development
Conflicts:
	nv.d3.min.js
12 years ago
twolfnovus 8b4d0250c9 fixes 12 years ago
Robin Hu ba44aa3053 Fixing issue #136. Improved logic in tooltip.js for handling <svg> and <g> tags. 12 years ago
Robin Hu 9fc096f3a4 Rebuilt nv.d3.js and nv.d3.min.js for issue #22 12 years ago
Robin Hu bdeb27a47f Fixed issue #22. 12 years ago
twolfnovus f108de0bd1 Merge branch 'master' of https://github.com/novus/nvd3 into development
Conflicts:
	nv.d3.min.js
12 years ago
Robin Hu d690c17a2b Fixed issue #25. Updated logic in tooltip.js, so that tooltips are not inserted into SVG containers. 12 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. 12 years ago
Robin Hu 95b0459d27 Fixed issue #76. Tooltips were not rendering for bullet charts. 12 years ago
Robin Hu 92df22993d Added calcApproxTextWidth util function. Fixed overlapping legend, as noted in issue #107. 12 years ago
Robin Hu 0c422148d9 Merge branch 'master' into development
Conflicts:
	nv.d3.min.js
12 years ago
Robin Hu 7662281809 Rebuilt nv.d3.js 12 years ago
Robin Hu 6fcee4e17d Removed some line breaks that were added. 12 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.
12 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
12 years ago
Robin Hu 2350f4a60b Rebuilt nv.d3.js and nv.d3.min.js, for issue #77 fix. 12 years ago
Robin Hu c5d7a63cfb For issue 77. Changed some code in multiBar.js to use selection.transition() instead of d3.transition(selection) syntax. 12 years ago
twolfnovus a10c25b333 a few changes for v3 upgrade 12 years ago
twolfnovus 0d5f297d61 updated cumulativeLineChart.js 12 years ago
twolfnovus d3c44f7f00 ran make on 'development' 12 years ago
twolfnovus 16ba25c7f1 Merge branch 'development' of https://github.com/novus/nvd3 into development 12 years ago
frank shao ba59c9e019 #128 fixed 12 years ago
twolfnovus 034d7f8b50 updated readme 12 years ago
Anders Johnson 08b23cf37d Add opt-in scatter point color override. 12 years ago
Michael J. Cohen 5650e9cde9 Check if windowResize argument is undefined
When loading nv3d without creating a chart, ```nv.utils.windowResize``` is called somewhere with an undefined argument, so we should check if it is undefined and not try to replace the old event handler, otherwise every resize event generates an error because ```fun``` is undefined.

I was able to produce  by including the following libs and triggering onresize events.

```
nvd3/lib/d3.v2.js
nvd3/src/core.js
nvd3/src/tooltip.js
nvd3/src/utils.js
nvd3/src/models/lineWithFocusChart.js
nvd3/src/models/legend.js
nvd3/src/models/axis.js
nvd3/src/models/line.js
nvd3/src/models/scatter.js
```

Sponsored-by: CentroNet Marketing
12 years ago
lihongxun 2a394feab3 add grunt, see more in README.md about how to use intstall and use grunt 12 years ago
Tyler Wolf 6a6e0d7329 Merge branch 'development' into d3v3_Upgrade
Conflicts:
	examples/parallelCoordinates.html
	lib/d3.v3.js
12 years ago