Commit Graph

485 Commits (1ac80d87c872ab10e735a2d2014fee76bef26f32)

Author SHA1 Message Date
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
Tyler Wolf fb5897eb52 progress 11 years ago
Tyler Wolf a67a42333e updates, on hperf pages 11 years ago
twolfnovus a65b5c4988 Merge branch 'master' of https://github.com/novus/nvd3 into development
Conflicts:
	nv.d3.min.js
11 years ago
Robin Hu ba44aa3053 Fixing issue #136. Improved logic in tooltip.js for handling <svg> and <g> tags. 12 years ago
Robin Hu 9fc096f3a4 Rebuilt nv.d3.js and nv.d3.min.js for issue #22 12 years ago
twolfnovus f108de0bd1 Merge branch 'master' of https://github.com/novus/nvd3 into development
Conflicts:
	nv.d3.min.js
12 years ago
Robin Hu d690c17a2b Fixed issue #25. Updated logic in tooltip.js, so that tooltips are not inserted into SVG containers. 12 years ago
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. 12 years ago
Robin Hu 95b0459d27 Fixed issue #76. Tooltips were not rendering for bullet charts. 12 years ago
Robin Hu 92df22993d Added calcApproxTextWidth util function. Fixed overlapping legend, as noted in issue #107. 12 years ago
Robin Hu 0c422148d9 Merge branch 'master' into development
Conflicts:
	nv.d3.min.js
12 years ago
Robin Hu 7662281809 Rebuilt nv.d3.js 12 years ago
Robin Hu 0894152def Fixed issue #131. Was able to remove errors:
d='MZ', cx="NaN", cy="NaN".  The error "Problem parsing d=''" remains.
12 years ago
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
12 years ago
Robin Hu 2350f4a60b Rebuilt nv.d3.js and nv.d3.min.js, for issue #77 fix. 12 years ago
twolfnovus a10c25b333 a few changes for v3 upgrade 12 years ago
twolfnovus 0d5f297d61 updated cumulativeLineChart.js 12 years ago
twolfnovus d3c44f7f00 ran make on 'development' 12 years ago
Tyler Wolf b682cf6ad3 Merge branch 'master' into development
Conflicts:
	nv.d3.min.js
12 years ago
Tyler Wolf 43e86f5405 fixed some small, but problematic issues with indented tree 12 years ago
Dingo 76b97fde13 all models updated to run examples using d3.v3 12 years ago
Dingo 05ba82c0da ran make on merge with master 12 years ago
Dingo 18b6fd4cbf Merge branch 'master' of https://github.com/novus/nvd3 into development
Conflicts:
	nv.d3.min.js
12 years ago
Bob Monteverde 0983d3a40a Issue #109: minifying pull request 12 years ago
Tyler Wolf 36d4e999f6 removed logging from multibar.js 12 years ago
Tyler Wolf 7d69723a2d added hideable attribute to multiBar.js so that the bars can be hidden the multibar is part of a larger chart 12 years ago
Tyler Wolf db144a9290 updated many models for state management 12 years ago
Tyler Wolf 7335631472 merged mookie5dc-master pull request into master 12 years ago
Tyler Wolf e092bac1c2 fixed update for parallelCoords.js, ran make for all merged pull requests 12 years ago
Tyler Wolf ae0a00c877 ran make on latest merges 12 years ago
Tyler Wolf 2572a1ed21 Merge branch 'changes' of https://github.com/pfeffer/nvd3 into pfeffer-changes 12 years ago
Tyler Wolf 1327ca3f86 Added filter functionality to indentedtree model (can be used to filter values besides zero) 12 years ago
Bob Monteverde a52eddf761 Made state.disabled always set on charts that keep state 12 years ago
Bob Monteverde 859b97a9d3 Fixed padData on scatter, added padDataOuter to account for outerPadding on ordinal scales 12 years ago
Bob Monteverde 88c4157d0e Minor fix to scatter to allow all series to be disabled and padData set to true without error 12 years ago
Maria 61fbf4ce27 add key description to display in tooltip 12 years ago
Maria 072af64a25 keep the size of pie chart when change the svg size 12 years ago
Maria fa765c970b add property for label radius 12 years ago
Bob Monteverde d376d86d5b Fixed max and min calculations for multibar stacked 12 years ago
Bob Monteverde 11d504c6cd Added barColor fucntionality to multibar to imitate what I did for multibarHorizontal 12 years ago
Bob Monteverde d4566d25e7 Horizontal barcan nopw stack with both positive and negative, verticaly aligned values with center of bar 12 years ago
Ricardo 4fccaa8cb7 #69: adding a way to color individual bars (rather than the whole series as it is done right now). Leaving the previous behavior as the default. 12 years ago
Ricardo 5079b67649 #68: giving the controls additional space on the stacked area chart 12 years ago
Tyler Wolf 9d8403874e Merge branch 'master' of https://github.com/novus/nvd3 12 years ago
Tyler Wolf f8fbe286aa #56 stacked bar chart now stacks both positive and negative values 12 years ago
Andras Stracz d1878bd2c0 make sure y axis of singlepoint charts decrease top to bottommake sure y axis 12 years ago
Tyler Wolf 5f0700eac9 #33, plus added flatTestData() for testing with flat data to cumulativeLineChart example 12 years ago