Commit Graph

86 Commits (c0db3355392b95d8963c5a55d666a9af3db728f7)

Author SHA1 Message Date
ffleandro 590b6c81e5 Added sizeRange property for more dynamic point customization
Exposed sizeRange
12 years ago
Tomasz Werbicki 0c82e3c76c Remove scatter points on exit. 12 years ago
Bob Monteverde c1f546a5e7 Merging in Pull Request #109 12 years ago
Bob Monteverde 3b81d8aeed Added nv- to almost all classes and IDs.. will need to recheck everything, but I think I got them all 12 years ago
Jyry Suvilehto a4a022e212 use new color getting method in everything that's used in a stackedAreaChart 12 years ago
Steven Noble 04c4ea97f0 fixes bug that messes up tooltips when you have multiple graphs on one page 12 years ago
Bob Monteverde de73a5719a Added classes x-nvtooltip, y-nvtooltip, and xy-nvtooltip to the tooltips, also started working on the single data point issue with scatter and lien chart 12 years ago
Bob Monteverde bfb1f2db25 Cleaning up scatterChart, fixed a few issues that had no tickets 12 years ago
Bob Monteverde 631e50f684 trying out common comment structure in scatter, soon the rest will have it 12 years ago
Bob Monteverde ab80bda59c Stage one of major code cleanup / consistency check 12 years ago
Bob Monteverde 879cf06e09 Removed shape from scatter, replaced with getShape, defaults to function(d) { return d.shape || 'circle' } 12 years ago
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 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 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 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 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 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 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 ec6df61e02 Working on using the usual data scheme for the stacked charts, fixed css error with tooltip delay, cleaned up some code 12 years ago
Bob Monteverde d2dc88e962 Now paths and points move as they transition out with the scales 12 years ago
Bob Monteverde cc7aedcbe2 Initial public commit, merging files from private repo 12 years ago