Commit Graph

56 Commits (a89a5ce29a7c6c78d337953479097b435b69fea6)

Author SHA1 Message Date
Lee Gillentine a89a5ce29a Grammar police: fixing typos 12 years ago
Tyler Wolf 5f0700eac9 #33, plus added flatTestData() for testing with flat data to cumulativeLineChart example 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
twolf 5bb5e161ab UI-38 fixed voronoi issue in IE9 12 years ago
unknown 09ed5ec092 fixed issue with scatter resize 12 years ago
twolf f83e6eb16b fixed tooltip problem on stacked Area in IE 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 6db030bdb4 Some minor tweaks for the scatter voronoi 12 years ago
Tyler Wolf f6a4166117 removed logging 12 years ago
Tyler Wolf f374c9a527 fixed NVD-325 and UI-34 12 years ago
Tyler Wolf 0de0ea9ab6 fixed issue #UI-22 12 years ago
Bob Monteverde 2cb1240441 Issue #305 disable tooltips until interactive layer updates to new position 12 years ago
Bob Monteverde 3e5d1e4807 Issue #283 voronoi based point interaction now works with less than 3 points 12 years ago
unknown 396a778c0d scatter points will show up without specifying .size(1) 12 years ago
Bob Monteverde 65d1d3eff5 Issue #237 when a series in the stacked area has 0 value, make point NOT active 12 years ago
Bob Monteverde aca8838f52 Issue #161 implemented new margin setting in scatter.js will implement into the others later 12 years ago
Bob Monteverde 33823fe24d Issue #68 updated multibar model to standard format 12 years ago
Stefan Gojan 3db503ecce fixed #147 added switch to use voronoi or circles for mouse events 12 years ago
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