Commit Graph

248 Commits (93a26c53c9a1000c54617feb04f8e6b89877d6ac)

Author SHA1 Message Date
Robin Hu cdb9ea83ab Integrated interactive guideline into stacked area charts. Updated the
stacked area example.
11 years ago
Robin Hu d974556d05 Cleaned up interactive guideline dispatch code.
Integrated interactive guideline into cumulativeLineChart and updated
example.
11 years ago
Robin Hu 0b3ef24e0b Added test page for lineChart. Continued work on making the interactive line layer. 11 years ago
Robin Hu dbe826943f Added interactiveLayer.js and integrated this utility into lineChart.js. 11 years ago
Robin Hu 4038a56c7a Added color legend square to the tooltip for each series. 11 years ago
Robin Hu 79fb28f088 Updated nv.models.tooltip to have a custom HTML content generator. The default is to put tooltip inside a <table> tag. 11 years ago
Robin Hu c02705fc18 Created nv.models.tooltip in tooltip.js.
This new model encapsulates most of the tooltip functionality.
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 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
Tyler Wolf a437d1ef0e Merge branch 'master' of https://github.com/novus/nvd3 into development
Conflicts:
	nv.d3.min.js
11 years ago
Robin Hu 8731046948 Issue #140. Added ability to stagger the x-axis labels on Multibar charts. 12 years ago
Tyler Wolf bd0aab25ca lots of changes 12 years ago
Tyler Wolf a6c18a730a almost there 12 years ago
twolfnovus 8b4d0250c9 fixes 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 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
Tyler Wolf d6a3043a98 Merge pull request #112 from ruzz311/development
fixed invalid html in parallel coordinate example
12 years ago
Dingo 76b97fde13 all models updated to run examples using d3.v3 12 years ago
Dingo dd94b599fe Merge branch 'development' into d3v3_Upgrade 12 years ago
Dingo 80dd13db90 Merge branch 'development' of https://github.com/novus/nvd3 into development 12 years ago
Dingo 833d4391f4 changes to linePlusBar and linePlusBarWithFocus 12 years ago
Russell Madsen 6bb9a2dd97 fixed invalid html in parallel coordinate example 12 years ago
Tyler Wolf aecb504863 Merge branch 'development' of https://github.com/novus/nvd3 into development 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
Dingo d1aeaaa9e0 Added lineplusbarwithfocuschart to makefile 12 years ago
Dingo f41a4db9b9 updating alphabetically, working on indentedTree.js 12 years ago
Dingo 0593a97d44 fixing issue with lineWithFocusChart.js 12 years ago
Tyler Wolf e092bac1c2 fixed update for parallelCoords.js, ran make for all merged pull requests 12 years ago
Tyler Wolf aad23db0f0 Merge branch 'master' of https://github.com/novus/nvd3 12 years ago
Areski Belaid 2ea1c6f0f3 fix display of the PieChart example 12 years ago
Tyler Wolf bd7d5b2363 Merge branch 'master' of https://github.com/novus/nvd3
Conflicts:
	examples/parallelCoordinates.html
12 years ago
Tyler Wolf 4107b774bc updated js sources on parallelCoordinates.js 12 years ago
Areski Belaid 7834c0ffba fix parallelCoordinates example: wrong sources for js files and improve size of the example 12 years ago
Tyler Wolf 569b2a0b0d Merge pull request #93 from bertrandchenal/master
Add support for startAngle and endAngle on pie chart
12 years ago
Tyler Wolf 536e4fe531 merged pfeffer's pull request, also updated indented tree zerofilter 12 years ago
Dingo 7b95e42a64 Added parallelCoords.js model from the NYC d3.js meetup 12 years ago
Bertrand Chenal 9207185532 Add support for startAngle and endAngle on pie chart 12 years ago
Bob Monteverde 11d504c6cd Added barColor fucntionality to multibar to imitate what I did for multibarHorizontal 12 years ago
Bob Monteverde c2f5c49a8d Positive and negative stacked horizontal withunique colors per group 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
Tyler Wolf f8fbe286aa #56 stacked bar chart now stacks both positive and negative values 12 years ago
Lee Gillentine a89a5ce29a Grammar police: fixing typos 12 years ago
Lee Gillentine 2ac200ead0 Merging in upstream changes 12 years ago
Tyler Wolf 5f0700eac9 #33, plus added flatTestData() for testing with flat data to cumulativeLineChart example 12 years ago
Tyler Wolf b0c57c33f4 #26 12 years ago
Bob Monteverde 6213a74e3b Adding state management to most charts 12 years ago
Bob Monteverde 64a066ccdf Added changeSatte functionality to update chart from a state object 12 years ago
Bob Monteverde 94629ff02e Added initial state management to cumulativeLine.. currently dispatches state whenevr it changes, but state can not be adjusted outside of the chart... that's coming next 12 years ago