Commit Graph

52 Commits (76b97fde13ce4d09ae2fc53be456abf4b5206908)

Author SHA1 Message Date
Dingo 76b97fde13 all models updated to run examples using d3.v3 11 years ago
Tyler Wolf 93ed2ad226 added a few semicolons 11 years ago
Tyler Wolf db144a9290 updated many models for state management 11 years ago
Bob Monteverde a52eddf761 Made state.disabled always set on charts that keep state 11 years ago
Bob Monteverde 4e12985eb5 Made state accessible from chart.state() 12 years ago
Bob Monteverde 6213a74e3b Adding state management to most charts 12 years ago
Tyler Wolf b238834fd5 Issue #299 -fixed 12 years ago
Bob Monteverde 02b0487236 Issue #269 fixed issue with scatter not showing background grid 12 years ago
Bob Monteverde d11abf1308 Some minor tweaks removing duplicate calculations in scatterChart 12 years ago
Bob Monteverde f1968f389a Added xPadding and yPadding options to scatterChart 12 years ago
Bob Monteverde 7d584841cd Issue #192 fixed position of distributions after amrgin changes 12 years ago
Bob Monteverde 80c3387c4d Fixed Issues #161 and #166 in the scatterChart 12 years ago
Bob Monteverde d8678f966d Issue #68 updated lineChart model to standard format 12 years ago
Bob Monteverde 5f95ee7a95 Issue #68 updated scatterChart model to standard format 12 years ago
Stefan Gojan bee5902dab added ticks parameter because rebind didn't work 12 years ago
Stefan Gojan 3db503ecce fixed #147 added switch to use voronoi or circles for mouse events 12 years ago
Eric Rosenberg f0d60709a8 Updated all nv.tooltip.show() calls to use the offsetElement as the parentElement 12 years ago
ffleandro 55553a7524 showDist properties were never used 12 years ago
ffleandro 590b6c81e5 Added sizeRange property for more dynamic point customization
Exposed sizeRange
12 years ago
Bob Monteverde 70f2d22952 Fixed issue with scatter p[lot distributions with custom data format 12 years ago
Bob Monteverde 41472dd103 Rebound x and y to scatterChart for custom getX and getY behavior. 12 years ago
Bob Monteverde bded864229 Added a customizeable No Data Available. message to all the charts when they are fed no series, or all series have no points 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 ca6e2c589b update models to use new colors 12 years ago
ian bd005c35fd disable tooltips separately 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
Itay Neeman 46033a06cf Add e.pointIndex to all chart tooltip calculations 12 years ago
Bob Monteverde 6a4e969303 Fix scatter magnify where clicking on points does not pause, now clicking anywhere, points and background will pause it 12 years ago
Bob Monteverde 8cc955c29c whitespace cleanup in scatterChart 12 years ago
Bob Monteverde 58de184cf9 slight tweaks to scatterChart and css 12 years ago
Bob Monteverde 89172ff42e Fix issue where disabled series show up when magnify is enabled 12 years ago
Bob Monteverde bfb1f2db25 Cleaning up scatterChart, fixed a few issues that had no tickets 12 years ago
Bob Monteverde d1c2f59cd9 trying out a chart.container idea to get a reference to the DOM element the chart is plotted in to help with a auto resize functionality, and may have other uses 12 years ago
Bob Monteverde 7065557fde scatterWithFisheyeChart is now scatterChart 12 years ago
Bob Monteverde a72645dbe4 Issue #9 Fixed issue with distributions not accurate when series are disabled. Also made distributions fade out when removed 12 years ago
Bob Monteverde 131b47cd95 Much cleaner scatterWithFisheye code this time. Will likely merge into scatterChart soon. 12 years ago
Bob Monteverde cf0d7bb799 fixed distributions and scatter hover 12 years ago
Bob Monteverde 48a0e7c5b0 Intial distribution abstraction complete and implemented into the scatterChart 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 8bbf9f1631 Issue #7 - Fixed tooltip positions in Firefox (and hopefully in IE9) 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 f6bc583e9a Fixed error from dist Lines on mouseover then line disable... same problem that was with points on hover 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 e28f6f5ae7 Fixing tooltip positions accoutning for margin 12 years ago
Bob Monteverde 6b9b4431da Corrected the gravity of the Y axis tooltip 12 years ago
Bob Monteverde 56e61b814a fixing scatter position to account for offset 12 years ago
Bob Monteverde f18c20ac27 Fixing dual scatter tooltip position 12 years ago
Bob Monteverde 5b6ff09e99 Switched scatter plot to dual tooltips 12 years ago