Commit Graph

1222 Commits

Author SHA1 Message Date
Robin Hu
1097586ec3 Rebuilding nv.d3.js and nv.d3.min.js 2013-05-15 13:15:58 -04:00
Robin Hu
3e48d32290 Altered the way 'jittering' is handled for scatter plots. This should fix any d3.geom.voronoi issues we encountered. 2013-05-15 13:14:01 -04:00
Tyler Wolf
fb5897eb52 progress 2013-05-13 19:09:23 -04:00
Tyler Wolf
a67a42333e updates, on hperf pages 2013-05-13 15:14:32 -04:00
Tyler Wolf
da6427cd0f Merge branch 'master' of https://github.com/novus/nvd3 into development 2013-05-13 13:52:40 -04:00
Tyler Wolf
0e219e5a1b updated README 2013-05-13 13:00:38 -04:00
Tyler Wolf
05663aee36 fixed formatting on README 2013-05-13 12:42:47 -04:00
Tyler Wolf
5d0c538957 updated README and tagged nvd3 v0.9 #117 #126 2013-05-13 12:38:16 -04:00
twolfnovus
a65b5c4988 Merge branch 'master' of https://github.com/novus/nvd3 into development
Conflicts:
	nv.d3.min.js
2013-05-13 12:03:13 -04:00
twolfnovus
8b4d0250c9 fixes 2013-05-13 12:00:03 -04:00
Robin Hu
ba44aa3053 Fixing issue #136. Improved logic in tooltip.js for handling <svg> and <g> tags. 2013-05-10 09:31:02 -04:00
Robin Hu
9fc096f3a4 Rebuilt nv.d3.js and nv.d3.min.js for issue #22 2013-05-09 17:11:46 -04:00
Robin Hu
bdeb27a47f Fixed issue #22. 2013-05-09 17:09:55 -04:00
twolfnovus
f108de0bd1 Merge branch 'master' of https://github.com/novus/nvd3 into development
Conflicts:
	nv.d3.min.js
2013-05-09 11:47:46 -04:00
Robin Hu
d690c17a2b Fixed issue #25. Updated logic in tooltip.js, so that tooltips are not inserted into SVG containers. 2013-05-08 13:12:51 -04:00
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. 2013-05-08 10:40:05 -04:00
Robin Hu
95b0459d27 Fixed issue #76. Tooltips were not rendering for bullet charts. 2013-05-07 15:52:46 -04:00
Robin Hu
92df22993d Added calcApproxTextWidth util function. Fixed overlapping legend, as noted in issue #107. 2013-05-07 14:26:00 -04:00
Robin Hu
0c422148d9 Merge branch 'master' into development
Conflicts:
	nv.d3.min.js
2013-05-07 12:04:13 -04:00
Robin Hu
7662281809 Rebuilt nv.d3.js 2013-05-07 12:00:17 -04:00
Robin Hu
6fcee4e17d Removed some line breaks that were added. 2013-05-07 11:59:29 -04:00
Robin Hu
0894152def Fixed issue #131. Was able to remove errors:
d='MZ', cx="NaN", cy="NaN".  The error "Problem parsing d=''" remains.
2013-05-07 11:56:42 -04:00
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
2013-05-07 11:06:52 -04:00
Robin Hu
2350f4a60b Rebuilt nv.d3.js and nv.d3.min.js, for issue #77 fix. 2013-05-07 10:27:34 -04:00
Robin Hu
c5d7a63cfb For issue 77. Changed some code in multiBar.js to use selection.transition() instead of d3.transition(selection) syntax. 2013-05-07 09:48:08 -04:00
twolfnovus
a10c25b333 a few changes for v3 upgrade 2013-05-06 18:02:23 -04:00
twolfnovus
0d5f297d61 updated cumulativeLineChart.js 2013-05-02 13:34:36 -04:00
twolfnovus
d3c44f7f00 ran make on 'development' 2013-05-02 12:00:29 -04:00
twolfnovus
16ba25c7f1 Merge branch 'development' of https://github.com/novus/nvd3 into development 2013-05-02 11:59:54 -04:00
frank shao
ba59c9e019 #128 fixed 2013-05-02 11:52:47 -04:00
twolfnovus
034d7f8b50 updated readme 2013-05-01 11:26:26 -04:00
Anders Johnson
08b23cf37d Add opt-in scatter point color override. 2013-04-27 23:37:21 -05:00
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
2013-04-24 14:25:13 -03:00
lihongxun
2a394feab3 add grunt, see more in README.md about how to use intstall and use grunt 2013-04-24 21:14:11 +08:00
Tyler Wolf
6a6e0d7329 Merge branch 'development' into d3v3_Upgrade
Conflicts:
	examples/parallelCoordinates.html
	lib/d3.v3.js
2013-04-19 10:04:52 -04:00
Tyler Wolf
7e9b8c013c added d3 v3 to lib folder 2013-04-19 10:02:11 -04:00
Tyler Wolf
b682cf6ad3 Merge branch 'master' into development
Conflicts:
	nv.d3.min.js
2013-04-19 09:59:11 -04:00
Tyler Wolf
43e86f5405 fixed some small, but problematic issues with indented tree 2013-04-19 09:53:29 -04:00
Tyler Wolf
d6a3043a98 Merge pull request #112 from ruzz311/development
fixed invalid html in parallel coordinate example
2013-04-17 09:38:34 -07:00
Dingo
76b97fde13 all models updated to run examples using d3.v3 2013-04-16 15:54:46 -07:00
Dingo
dd94b599fe Merge branch 'development' into d3v3_Upgrade 2013-04-16 10:23:46 -07:00
Dingo
ad288b96f4 Merge branch 'master' of https://github.com/novus/nvd3 into d3v3_Upgrade 2013-04-16 10:23:20 -07:00
Dingo
05ba82c0da ran make on merge with master 2013-04-16 10:17:48 -07:00
Dingo
18b6fd4cbf Merge branch 'master' of https://github.com/novus/nvd3 into development
Conflicts:
	nv.d3.min.js
2013-04-16 10:17:05 -07:00
Dingo
80dd13db90 Merge branch 'development' of https://github.com/novus/nvd3 into development 2013-04-16 10:14:16 -07:00
Dingo
833d4391f4 changes to linePlusBar and linePlusBarWithFocus 2013-04-16 10:14:03 -07:00
Bob Monteverde
0983d3a40a Issue #109: minifying pull request 2013-04-15 07:13:52 -04:00
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.
2013-04-15 12:06:39 +01:00
Russell Madsen
6bb9a2dd97 fixed invalid html in parallel coordinate example 2013-04-11 15:57:08 -05:00
Tyler Wolf
93ed2ad226 added a few semicolons 2013-04-08 17:04:33 -04:00