Commit Graph

25 Commits (cf8f7ca21a2d34877dfb25883cd6984308a7bf5e)

Author SHA1 Message Date
Bob Monteverde cf8f7ca21a removing old fishey code from scatter, and updating to new fisheye 12 years ago
Bob Monteverde b9a8e0baaa Colors no longer have a ahrd limit of 10 or 20, they are dependant on how many colors are fed to teh chart, the default being 10 or 20, but suer can difine as many as they want 12 years ago
Bob Monteverde 07e210b2d0 Implemented d3 fisheye plugin on the scatter. Defaults to off. Does not work with Axes, so may not be useful. Also prevents otehr interaction when on. 12 years ago
Bob Monteverde 51fc28358b New lineWithFocusChart, and example 12 years ago
Bob Monteverde 6e4eaea547 Fixed major bug that throws lots of errors everytime a point is overed over then transitioned... this was 95% of all errors seen in console 12 years ago
Bob Monteverde 34850d6c54 Scatter now use's d3's symbol to use different shapes, changed css, points on line charts are now completely hidden untill hover. 12 years ago
Bob Monteverde 803dfc6b38 Added nvd3 class to the parent wrap of all graphs, fixed some colors and css 12 years ago
Bob Monteverde 037332dfda minor tweak to clipEdge, and updated multiBar to have fancy staggered transition 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 0f7a531784 added multiBar and stackedAreaChart to makefile, and minified. A few random fixes in a few core models 12 years ago
Bob Monteverde 0fafafbc79 Trying to speed up performance by not recalculating scale domains that have already been calcualted. Also added first cut at a grouped multiBar model and example. 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 04f4427945 Cleaning up stackedArea code to be consistent with line and scatter 12 years ago
Bob Monteverde a81daeebb2 Added interaction to stackedArea where a series is isolated when clicked on 12 years ago
Bob Monteverde 41812f709a added areaMouseover, areaMouseout, and areaClick to stackedArea chart 13 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 13 years ago
Bob Monteverde 711827b928 Refactored the core line and scatter models to make them consistent, then worked on a lineWithScatter model in an attempt to replace the line model with one that utilized the scatter directly instead of having similar point detection code. Almost worked, minor problems when animating and resizing 13 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 13 years ago
Bob Monteverde e0b0cc7b0c Put the points-clip mask in the defs section on the scatter 13 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 13 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 13 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 13 years ago
Bob Monteverde ec6df61e02 Working on using the usual data scheme for the stacked charts, fixed css error with tooltip delay, cleaned up some code 13 years ago
Bob Monteverde d2dc88e962 Now paths and points move as they transition out with the scales 13 years ago
Bob Monteverde cc7aedcbe2 Initial public commit, merging files from private repo 13 years ago