Commit Graph

907 Commits (master-patched)
 

Author SHA1 Message Date
Robin Hu 5179633685 Merge branch 'master' of https://github.com/CentroNet-Marketing/nvd3 into master-patched 11 years ago
Robin Hu 5d7570bbed Merge branch 'group_spacing' of https://github.com/dimagi/nvd3 into master-patched 11 years ago
Robin Hu 2ed8169fcf Merge branch 'master' of https://github.com/luizlaydner/nvd3 into master-patched 11 years ago
Robin Hu c51ccd122f Merge branch 'patch-1' of https://github.com/tubaxenor/nvd3 into master-patched 11 years ago
Robin Hu def5fa3cd2 Merge branch 'textanchor_style' of https://github.com/dimagi/nvd3 into master-patched 11 years ago
Robin Hu 71c14ad24d Merge branch 'master' of https://github.com/fskreuz/nvd3 into master-patched 11 years ago
Jacob Quant 9cac28a26a Added type check for console.log to prevent IE8+modernizr issues 11 years ago
fskreuz 0331d2e650 Use style text-anchor to properly rotate ticks. 11 years ago
Simon Kelly 0e6b742dab use style text-anchor vs attribute to maintain consistency with d3: https://github.com/mbostock/d3/blob/master/src/svg/axis.js#L69 11 years ago
tubaxenor b1a7d2211c add brushExtent to chart to enable the ability to set default focus range.
There is a brushExtent when init, so I guess maybe you guys just forgot to put the public function available.
11 years ago
Luiz Laydner 1ca88b7956 correcting bug on heigth and width property accessors of stackedAreaChart 11 years ago
Robin Hu 683eb18ce1 Adding PNG image to show what a sample line chart looks like. For the WIKI documentation. 11 years ago
Robin Hu c57626ad9b Merge branch 'master' of https://github.com/novus/nvd3
Conflicts:
	examples/historicalBarChart.html
	nv.d3.js
	nv.d3.min.js
	src/models/historicalBarChart.js
	src/nv.d3.css
11 years ago
Simon Kelly 3b8c364ff4 expose x-axis group spacing in multibar 11 years ago
Tyler Wolf abeac917da fixed a merge conflict. No change to master code, so this commit is not tagged 11 years ago
Tyler Wolf 086e0e5d9e Merge branch 'grunt' of https://github.com/lihongxun945/nvd3 into lihongxun945-grunt
Conflicts:
	nv.d3.min.js
11 years ago
Tyler Wolf 47767c44c8 ran make on nv.d3.js 11 years ago
Tyler Wolf e2dd47bcc2 Updated version, now compatible with d3.v3.js 11 years ago
Robin Hu 0151cdccab Made it so that double clicking a legend item will cause all other series' to be disabled. 11 years ago
Robin Hu 739b93fecf Adding ability to right align the Y-axis for historical bar and line charts. 11 years ago
Robin Hu 319520513f Updated historical bar chart so that the xAxis.ticks property must be set by the user of the chart. Also changed is so that the y-axis has 0 transition. 11 years ago
Robin Hu 62edb49ab8 Added showXAxis and showYAxis feature to lineChart and historicalBarChart. 11 years ago
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 11 years ago
Robin Hu 8731046948 Issue #140. Added ability to stagger the x-axis labels on Multibar charts. 11 years ago
Tyler Wolf bd0aab25ca lots of changes 11 years ago
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