Commit Graph

1221 Commits (4983f2c6df26e02ee43715aac238666393f990d9)
 

Author SHA1 Message Date
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 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 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 92285645b9 Readding built min.css file. 11 years ago
Robin Hu 43c4639b84 Remaking nvd3. 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 764767a017 ran grunt 11 years ago
Tyler Wolf b84975efc1 fixed issue with overriding core components 11 years ago
Tyler Wolf 2185020fe1 Merge pull request #306 from davejlong/master
Update bower.json
11 years ago
David Long 97779bae8b Merged add-css-to-builds 11 years ago
David Long ef5d9ef6c6 Add CSS to releases 11 years ago
David Long 467087f730 Updated documentation 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
David Long 227437dd9e Update bower.json 11 years ago
David Long f202da6f5e Update bower.json 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
David Long 4846c6beb8 Update bower.json 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 4ffb9da3ab ran grunt over merge 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 4baaf99dae Updated bower.json to include nv.d3.css 11 years ago
Robin Hu d2751d839e Merge branch 'master' of https://github.com/novus/nvd3
Conflicts:
	bower.json
11 years ago
Robin Hu 03441be565 Issue #287. Fixed JSON format for bower.json. 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 eabd6fa706 Merge branch 'development' of https://github.com/novus/nvd3 into development 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
Tyler Wolf 59399a6967 quick fix to bower.json 11 years ago
Tyler Wolf 42f3f4c61f added bower.json to project 11 years ago
Tyler Wolf 47fabca15f reverted last change 11 years ago
Tyler Wolf 772492e5bf another update to bower.json 11 years ago
Tyler Wolf 906272fc23 updated bower.json to ignore unncessary folders 11 years ago
Tyler Wolf 5afa1e89dc added bower.json to project 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