Commit Graph

302 Commits (development)

Author SHA1 Message Date
Robin Hu e1e9144e5f Updating lineChartSVGResize example to use interactive guideline.
Rebuilding nv.d3.js.
11 years ago
Robin Hu 79b196cb41 Added simple navigation links between lineChart, StackedAreaChart and
CumulativeChart test examples.
11 years ago
Robin Hu 3c6d1b65ee Added historicalBar.interactive. If set to false, tooltips/hoverovers don't work. 11 years ago
Robin Hu 8479f5fce1 Exposed 'highlightPoint' and 'clearHighlights' in historicalBar. 11 years ago
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
Lee Gillentine e5d7133f10 Fixing typos in comments 12 years ago
Bob Monteverde 24c0b0f7d5 sparklinePlus: aligning the value with the final value is now optional via alignValue flag 12 years ago
Bob Monteverde 38ba70f4dc Added padData option to allow bars and lines to align correctly without cutting off half of the first and last bar 12 years ago
twolf d0d5346535 expanded borders for voronoi field on charts 12 years ago
Dingo 5f79dba1ea UI-38 fixed all scatter-based charts for use on IE9 12 years ago
Bob Monteverde 99329c6fc9 Lots of enahncements to scatter and stacked are, useVoronoi(false) now functions correctly. IE9 fixes. 12 years ago
Bob Monteverde 769852e072 Enabling negative bullet chart values 12 years ago
Bob Monteverde d74a3102cf Issue #322: Disable cumulative series when they go bellow 95% to prevent scale distortion and calculation errors when a series loses 100% or more 12 years ago
Bob Monteverde c09abc9cfb Merging from repo 12 years ago
Bob Monteverde 8a846ef030 Temporarily remopving all animations from stacked are chart 12 years ago
Tyler Wolf ff6309d37b discreteBarChart labels shifted down 12 years ago
Bob Monteverde 5bbba2fcf0 Issue #314 line plus bar with a single data point now shows the x tick in the center 12 years ago
Bob Monteverde dacbf5303f Issue #297: get showMaxMin to work on ordinal x axis scale 12 years ago
Bob Monteverde 7b6f3ca87f Issue #307: hover value and line are not created UNTIL actual hover, instead of created and hidden 12 years ago
Bob Monteverde 24e2d82feb Fixing incorrect path on new linePlusBarWithFocus example 12 years ago
Mark Edwards f53e2db9b7 New linePlusBarWithFocusChart model and example 12 years ago
Bob Monteverde d1edef5457 Issue #284 show current value to the right of the sparkline 12 years ago
Bob Monteverde e53a029dd7 Update example data 12 years ago
Bob Monteverde 73733fc70f Whitespace cleanup in example file 12 years ago
Bob Monteverde 02b0487236 Issue #269 fixed issue with scatter not showing background grid 12 years ago
Bob Monteverde 1a878bed85 Fixed issue with points in sparkline multiplying on update 12 years ago
Bob Monteverde f8141c046e Fix issue with sparkline min and max dots incorrectly positioned 12 years ago
Bob Monteverde 121183f8ed Minor tweak to default font size on sparklinePlus 12 years ago
Bob Monteverde d47ced5ee0 Update as you drag on cumulativeLineChart... turned off animation so update would be fluid 12 years ago
Bob Monteverde c09602e3c2 Clip regression lines to within data view in scatterPlusLineChart.js 12 years ago
Bob Monteverde d756d27f4c Issue #235 fixed issue with text-anchor not being set to middle on x axis max and min values 12 years ago
Bob Monteverde 264d020590 Issue #244 Added scatter with regression lines model 12 years ago
Bob Monteverde 1c67464234 Moving Pull Request #202 to backup until we iron out some problems 12 years ago
Bob Monteverde 91d2ba0d57 Issue #189 fixed pie.html example 12 years ago
Bob Monteverde 6fcec751ed Whutespace cleanup... tho still really ugly. PLEASE DON'T USE TABS, and try to be as consistent as you can be as with the rest of the source 12 years ago
Bob Monteverde 4f5a260d69 Changing event handling in lineWithFocusChart to use dispatch to handle the event, and merging in Pull Request #179 12 years ago
Alexandre Rocha Lima e Marcondes 3e9bfe23d6 * Stream #2 Dimension correction
* Interaction with data dump on tables sample
12 years ago
Alexandre Rocha Lima e Marcondes 344ac53f62 * Crossfilter example using dimensions and controlling the reduce process on groups 12 years ago
Bob Monteverde 7cc32ebe3f More updates to sparklinePlus, working on look and feel now, but should be functional 12 years ago
Bob Monteverde 5793752a4d Added data back to lineChart exampl, also aded chart.update and chart.container to sparklinePlus 12 years ago
Bob Monteverde e020c2716b Added proposed fix for Issue #166 to lineChart and sparklinePlus, I will implement in the other relevant charts later, open to suggestions if someone has cleaner code to do this 12 years ago
Bob Monteverde b7dbf22d45 Merge remote-tracking branch 'arlm/crossfilter' 12 years ago
Bob Monteverde 2d76b10749 More progress cleaning up the sparklinePlus model 12 years ago
Alexandre Rocha Lima e Marcondes 0a6a6993b4 * First experience with crossfilter 12 years ago
Bob Monteverde c9a92269f4 Issue #68 updated sparklinePlus model to standard format, still needs refactoring 12 years ago
Bob Monteverde 9a4be1601d Issue #68 updated lineWithFocus model to standard format 12 years ago
Bob Monteverde 5f95ee7a95 Issue #68 updated scatterChart model to standard format 12 years ago
Bob Monteverde e767359018 Issue #68 updated discreteBar model to standard format 12 years ago
Bob Monteverde 41472dd103 Rebound x and y to scatterChart for custom getX and getY behavior. 12 years ago
Bob Monteverde c8054ae308 working on interaction in the horizon chart example, its ugly, but starting to work. Will be making an nvd3 model to utilize the horizon chart with some extra interaction 12 years ago
Bob Monteverde 34a28a2f5f added horizon example utilizing d3.horizon plugin, will create an nvd3 model for an interactive vversion of this sooner than later 12 years ago