Commit Graph

70 Commits (ead4f5b723c918ed0b80f4da80604034771ec4a6)

Author SHA1 Message Date
Bob Monteverde ead4f5b723 Getting stuff ready to be cleaned, moving stuff that will be deleted into the deprecated folder 12 years ago
Bob Monteverde beb2e1cf0e Added linePlusBarChart to Makefile 12 years ago
Bob Monteverde 601d598b34 Created scatterplotChart and example 12 years ago
Bob Monteverde bfcdae6dde Fixed multiBar exit transition 12 years ago
Bob Monteverde 854347afab Added update function to multibar chart 12 years ago
Bob Monteverde c374e078fc Added color to multiBarWithLegend 12 years ago
Bob Monteverde 542dc094f9 Fixed legend height and margin.top issue in the ready to go charts. Also re organized code a little bit for consistency 12 years ago
Bob Monteverde 2cb05b38d0 Some minor tweaks to fix the enable/disable series ability on satckedArea 12 years ago
Bob Monteverde ddb98f6b59 added stackedAreaChart to Makefile, and minified 12 years ago
Bob Monteverde ea597f30e1 attempting to fix random bug woth stacked area paths on removal 12 years ago
Bob Monteverde b4ca744451 Lots of little bug and consistency fixes that are appearing as I create more examples 12 years ago
Bob Monteverde dc337a37ac Fixed value label position on transition on multiBarHorizontal 12 years ago
Bob Monteverde e67e72a882 minifying 12 years ago
Bob Monteverde 85d3545f7a Added discreteBarHorizontalChart to makefile 12 years ago
Bob Monteverde 9251f3b74c minifying 12 years ago
Bob Monteverde f5e6a54592 Minifying latest work 12 years ago
Bob Monteverde c85020dcef Added missing source file from last commit, merged into makefile 12 years ago
Bob Monteverde 525ecded4d Getting rid of charts collection, merging tooltips directly in complete charts, no need for separate charts collection 12 years ago
Bob Monteverde 2a9642dccc Added discreteBarChart...ready to go chart wrapper for discrete bar. Initial cut. 12 years ago
Bob Monteverde 28f64a5272 Split up the multibar to a discrete bar and multi bar implementations 12 years ago
Bob Monteverde 3cd3798af1 Fixed tooltips on horizontal multibar 12 years ago
Bob Monteverde fa32acdf51 added multiBarHorizontal and multiBarHorizontalWithLegend to Makefile, and minified 12 years ago
Bob Monteverde facfdb27c7 Updated Makefile to account for cumulativeLineChart name change 12 years ago
Bob Monteverde c06fb49fff added resize y axis toggle to cumulative line 12 years ago
Bob Monteverde 037332dfda minor tweak to clipEdge, and updated multiBar to have fancy staggered transition 12 years ago
Bob Monteverde 9a57039cd3 minifying src, forgot to in last commit 12 years ago
Bob Monteverde 749e0d8198 minifying src, forgot to in last commit 12 years ago
Bob Monteverde 030b99070c renamed dispatch point**** to element*** to be consistent with the others, cleaned up scatter, line, and stacked area to utilize scatter's scales, fixed a couple of remaps 12 years ago
Bob Monteverde 7857c4ab6b added multiBarWithLegend to makefile, and tweaked the animation a little on the multibar 12 years ago
Bob Monteverde 6746682e88 Fixed problem with y pos and height calculations with groups/stacked bar chart 12 years ago
Bob Monteverde 5d515963e8 Fixed issue with stacked multiBar. Still need to implement fancy transition from stacked to grouped, and back 12 years ago
Bob Monteverde 0f7a531784 added multiBar and stackedAreaChart to makefile, and minified. A few random fixes in a few core models 12 years ago
Bob Monteverde b806a46f91 Using category20 colors instead of category10, now the default colors work with up to 20 series, will deal with more later 12 years ago
Bob Monteverde 9ff72baad4 Fixed x and y point distribution on scatterWithLegend.js 12 years ago
Bob Monteverde e528a47c1a Fixed issue with new line implementation where getX and getY don;t trickle down to the scatter 12 years ago
Bob Monteverde 04f4427945 Cleaning up stackedArea code to be consistent with line and scatter 12 years ago
Bob Monteverde 2741676827 removed the distributions from scatter model to the scatterWithLegend.. making scatter.js perform as best as possible for use as an interactive layer 12 years ago
Bob Monteverde a702ab5bae stackedArea chart now uses the scatter overlayed, not the line. Updates to examples, made the X and Y distrivutions on the scatter options, defaulting to off. Some minor changes to the sparklin example 12 years ago
Bob Monteverde 648306aede Added new interactive sparklinePlus example, updated sparkline model and bullet model 12 years ago
Bob Monteverde fd585afc17 Got most of the needed functionality in the bullet chart. Has protovis style triangle, and working toooltips 12 years ago
Bob Monteverde e90f611215 minified last commit, updates to linePlusBar model and example 12 years ago
Bob Monteverde e0b0cc7b0c Put the points-clip mask in the defs section on the scatter 12 years ago
Bob Monteverde d9505e32f9 Cleaned up the core scatter and line implementations, made consistent with each other, sped things up a bit by delaying rendering and updating of the interactive layer 12 years ago
Bob Monteverde 3d422139f6 Added linePlusBar.js to Makefile and minified with it 12 years ago
Bob Monteverde f945e85423 Some tweaks to linePlusBar, and removed the delayed update of the interactive layer on the line chart, may slow things down, testing to see if its necessary 12 years ago
Bob Monteverde 8edf7136c4 implemented new voronoi clipping technique on the line chart 12 years ago
Bob Monteverde fc0af97d0e Instead of having a clipPath for every point on a voronoi, have a single clipping mask of all the points at once, HUGE speed increase 12 years ago
Bob Monteverde 864f79dc34 updated chart examples to work with new no-jQuery tooltips and resizing 12 years ago
Bob Monteverde 9352d35cfc merging in pull request from @Nathanaela removing jQuery dependence, added pie chart model, some other useful changes 12 years ago
Bob Monteverde b34a7b409d Added right and top axes orientations. Made lineWithFourAxes as an example that will not be minified into nvd3, just for reference 12 years ago