Commit Graph

945 Commits (master)

Author SHA1 Message Date
Chakib Benziane 4ae70a0a9b customize rangeBands padding on horizontal bars 10 years ago
Robin Hu 0c03b2794b Updated indexify routine in cumulativeLineChart to fix situation where the index value can be undefined. 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 3d88c7a5eb Added a 'noErrorCheck' method to cumulativeLineChart 11 years ago
Robin Hu 37ca61f8d1 Merge branch 'master' into development 11 years ago
Robin Hu b8b06c75a4 Made a fix to calcApproxTextWidth, to fix bug on IE9. 11 years ago
Tyler Wolf 6752bf5cc8 fixed an issue with legend placement 11 years ago
frank shao 50fa59e63e Merge branch 'development' of https://github.com/novus/nvd3 into development 11 years ago
frank shao a744416600 Fixed non-matching changestate length in stacked area chart 11 years ago
frank shao d3467a8838 Fixed non-matching changestate length in linechart 11 years ago
Robin Hu 4983f2c6df Fixed bug in stackedAreaChart where the tooltip highlight lines would not show up for negative stacked charts. 11 years ago
frank shao 168b9703c2 Removed an inline opacity style in multibarhorizontalchart 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 7a410c57ba [multibar horizontal] added showXAxis and showYAxis option to chart. 11 years ago
Robin Hu 3681e52ed6 [multibar horizontal] Added 'showBarLabels' feature, which displays the labels right next to the bar. 11 years ago
Robin Hu 0f5201e139 Piechart: fixed typo 11 years ago
Robin Hu a53af7ac65 Piechart: Added solution to overlapping pie chart labels. Needs more refinement, but it works for very narrow situations. 11 years ago
Robin Hu 81e60d6185 Updated pie.js to create labels in a separate nv-pieLabels <g> 11 years ago
Robin Hu 5fd13d9593 Merge remote-tracking branch 'origin/development' into development 11 years ago
Tyler Wolf 660b0f0f3c Merge branch 'master' of https://github.com/novus/nvd3 into development
Conflicts:
	nv.d3.js
11 years ago
Tyler Wolf 7eab35d829 fixed maxmin tick label positioning when axis is oriented 'top' 11 years ago
Tyler Wolf b84975efc1 fixed issue with overriding core components 11 years ago
Robin Hu 7472209eb2 In line and stackedArea, removed the exit() transitions. They cause too many bugs and are not necessary for chart transitions to look nice.
Updated version to 1.1.14
11 years ago
Robin Hu 4c6c8da076 Fixed a bug in stackedArea where the seriesIndex being passed to dispatch.areaClick was not correct.
What ended up happening is, when clicking on the area, the wrong series would get selected.
11 years ago
Robin Hu 5460532501 Merge branch 'master' into development
Conflicts:
	bower.json
11 years ago
Robin Hu 13d5dec998 Issue #263. Fixed bug in stackedArea where the data[i].values array was being set to undefined. 11 years ago
Robin Hu 194c4fc0a1 Merge branch 'fix-dereferencing' of https://github.com/Marsup/nvd3 into master-263 11 years ago
Tyler Wolf 396de28528 Merge branch 'development' of https://github.com/novus/nvd3 into development 11 years ago
Tyler Wolf 36bd0696c5 fixed issue with pie chart transitions 11 years ago
Robin Hu 70be1f7d70 Updating to version 1.1.13 11 years ago
Robin Hu 2ae2f2ceb7 stackedArea: renamed dataRaw 11 years ago
Robin Hu c8483fb8da stackedAreaChart: Added a new stack offset mode, called 'stack_percent'. It behaves like 'expanded' mode, except the chart doesn't rescale to 100% when removing a series. 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 ebd429e1e2 Adding opacity to the tooltip border-top/bottom highlight. 11 years ago
Marsup 230f4527a2 Keep same references on data 11 years ago
Robin Hu 1488afcc41 Rebuilding nv.d3.js. Updating nearestValueIndex function to use <= function when doing comparison 11 years ago
Robin Hu 02ca4d7238 Merge remote-tracking branch 'origin/master' into development 11 years ago
Robin Hu 550e060238 Fixed typo in cumulativeLineChart rescaleY() method. 11 years ago
Robin Hu 8d81c2c63d Merge branch 'rb/expose_stacked_offset' of https://github.com/rustybailey/nvd3 11 years ago
Robin Hu 85131c19ab Merge branch 'rb/expose_stacked_offset' of https://github.com/rustybailey/nvd3 into development 11 years ago
Robin Hu 0497069de8 Merge branch 'master' into development 11 years ago
Robin Hu b87a42f884 Merge branch 'fix-dereferencing' of https://github.com/Marsup/nvd3 into master-issue240 11 years ago
Robin Hu 59e338a6f6 Merge remote-tracking branch 'origin/master' into development 11 years ago
Robin Hu ef96592694 Updating tooltip highlight so that the item will only highlight if the
mouse is really close to the chart point. Created a "nearestValueIndex"
function.
11 years ago
Robin Hu 96840219ee Updating tooltip content generator to use d3 select instead of manually concating strings. 11 years ago
Justin Turner Arthur 9fa0b63686 Remove setup of `singlePoint` variable that is not used in some of the bar models.
Additionally, this variable was being assigned as a property on the global object (`window` in browsers) instead of being declared locally with a `var` statement.
11 years ago