Commit Graph

576 Commits (master)

Author SHA1 Message Date
Chakib Benziane 4ae70a0a9b customize rangeBands padding on horizontal bars 10 years ago
Robin Hu b8d6f750ab Added defensive code to the height calculation for <rect> elements, in lineChart and scatter.js 11 years ago
Robin Hu eff85fb985 Merge remote-tracking branch 'origin/master' into development
Conflicts:
	nv.d3.js
	nv.d3.min.js
11 years ago
Tyler Wolf 4fa5591542 ran grunt production to make nv.d3.min.css. Also tagging for version 1.1.15b 11 years ago
Tyler Wolf 6752bf5cc8 fixed an issue with legend placement 11 years ago
frank shao 9a5b562138 build 11 years ago
frank shao d6d8dd0dce build 11 years ago
frank shao d3467a8838 Fixed non-matching changestate length in linechart 11 years ago
Robin Hu d51729c49b Rebuilt nv.d3.min.js 11 years ago
frank shao 168b9703c2 Removed an inline opacity style in multibarhorizontalchart 11 years ago
frank shao ef80d6b62c build 11 years ago
frank shao ccb051cf5e Merge branch 'development' of https://github.com/novus/nvd3 into development
Conflicts:
	nv.d3.js
	nv.d3.min.js
	src/models/multiBarHorizontalChart.js
11 years ago
frank shao 8afe71bf76 Added zero line for discreteBarChart and multiBarHorizontalChart 11 years ago
Tyler Wolf 200b20aad8 Merge branch 'development' of https://github.com/novus/nvd3 into development
Conflicts:
	nv.d3.js
11 years ago
Tyler Wolf a54db1e8bf fixed a few lingering d3.v3 issues 11 years ago
Robin Hu 43c4639b84 Remaking nvd3. 11 years ago
David Long 1ba5bb03f2 Added CSS processing to Makefile. Rewrote minification instructions 11 years ago
David Long f268640571 Added CSS copy and minification 11 years ago
Robin Hu 70be1f7d70 Updating to version 1.1.13 11 years ago
Robin Hu 86f7081d53 Updated stacked area chart so that when in 'expanded' mode, the tooltip shows the percentage instead of raw value. 11 years ago
Robin Hu f1a1b34e11 Changed core.js so that nv.utils checks for existing utils object. 11 years ago
Robin Hu 1488afcc41 Rebuilding nv.d3.js. Updating nearestValueIndex function to use <= function when doing comparison 11 years ago
Robin Hu 96840219ee Updating tooltip content generator to use d3 select instead of manually concating strings. 11 years ago
Robin Hu 3974ce1693 Bumping to v 1.1.11, due to changes in the tooltip. 11 years ago
Robin Hu 8c43e72bbe Added feature where tooltips will highlight the row corresponding to the point your mouse is closest to. 11 years ago
Robin Hu 07899e2654 Updating tooltip.js to accept a "footer" element. 11 years ago
Robin Hu 0e116c6b56 Adding interactive Guideline layer double click dispatch event. 11 years ago
Robin Hu 9315679dc7 Adding axisLabelDistance property to axis.js 11 years ago
Robin Hu c6c00d4a34 Rebuilding nv.d3.js, version 1.1.10 11 years ago
Tyler Wolf e7782c1a08 another fixed to controls on stackedareachart 11 years ago
Tyler Wolf cfc706bfa9 fix to previous fix 11 years ago
Robin Hu caa6b56c73 Merge branch 'group_spacing' of https://github.com/dimagi/nvd3 into development
Conflicts:
	src/models/multiBar.js
11 years ago
Robin Hu f63cd1b732 Merge remote-tracking branch 'origin/development' into development
Conflicts:
	nv.d3.min.js
11 years ago
Tyler Wolf 3bda8b90f2 added classing to links in indentedTree 11 years ago
Robin Hu b102af9edd Removed a line from multibar chart that was referencing undefined variable
'singlePoint'.
11 years ago
Robin Hu 7d5a3ac209 Adding transitionDuration to axis showMaxMin. 11 years ago
Robin Hu 6f6a472ed1 Removing transition() chaining in multibar. 11 years ago
Robin Hu 58d60f9cb5 Added back the transitionDuration property to nv.models.axis. Added transitionDuration to historicalBar. 11 years ago
Robin Hu e2ef9489da Added transitionDuration to multiBarHorizontal. Bumped version to 1.1.9b 11 years ago
Robin Hu eb117f90d9 Bumping to version 1.1.8b, because of removal of transitionDuration usage from axis. 11 years ago
Tyler Wolf c0db335539 Merge branch 'development' of https://github.com/novus/nvd3 into development
Conflicts:
	nv.d3.min.js
11 years ago
Tyler Wolf 8099796792 changes to tooltip. removed 3d shadow 11 years ago
Robin Hu 6ff087584d Bumping to version 1.1.7b, due to removal of with-3d-shadow from tooltips.
Updating all example charts to include with-3d-shadow.
11 years ago
Robin Hu 7b24a9c2f6 Bumping to version 1.1.6b, due to change in scatter.js jitter hack. This can affect many charts. 11 years ago
Robin Hu 0ead511d72 [cumulativeLineChart] Fixed bug where clicking on a point in the chart
would not move the index line.
11 years ago
Robin Hu 281f6cfbce Fixed bug in tooltip.js, for situations where parentContainer is undefined.
Added tooltip.js script to pieChartTest.html
11 years ago
Robin Hu e33e102952 Bumping to version 1.1.5b, due to the addition of 'use strict' everywhere. 11 years ago
Robin Hu efeba92bc8 Bumping to version 1.1.4b. This is because of the transitionDuration property added to many charts. 11 years ago
Robin Hu d8909d3217 Making default transitionDuration=250 for multibar. Rebuilding nv.d3.js 11 years ago
Robin Hu d57fa841ca Added transitioDuration property to stackedAreaChart, lineChart, cumulativeLineChart. 11 years ago