Commit Graph

67 Commits (8afe71bf7635736f4ea627a7ee5398389ff26d29)

Author SHA1 Message Date
Robin Hu 91f7a8631f Adding optionsFunc to all charts. 11 years ago
Robin Hu f286b1b4e9 Fixing scatterChart transitionDuration property. 11 years ago
Tyler Wolf c0db335539 Merge branch 'development' of https://github.com/novus/nvd3 into development
Conflicts:
	nv.d3.min.js
11 years ago
Robin Hu 9fbe68c8d8 Adding "use strict"; in all chart code.
Fixed any exceptions thrown when "use strict" was added.
11 years ago
Robin Hu 9770970f79 Fixing issue #190. Changing logic inside scatterChart.js
so that scatter.xDomain and yDomain are not altered
unless xPadding and yPadding are non-zero.
11 years ago
Robin Hu 435cea2cf7 Updated scatterChart with transitionDuration property. 11 years ago
Robin Hu acb310ceec Updating almost all main chart types to use new legend.stateChange
code. All have been tested.
11 years ago
Rusty Bailey fa43a8388d Add xRange and yRange methods to compliment {x,y}Domain methods. 11 years ago
Robin Hu 0edd39bb1c For issue #171, making stackedAreaChart and scatterChart legends
fill full available width if the controls are hidden.
11 years ago
Robin Hu c801cf2733 Putting back chart.container=this, in scatterChart.js.
A third party function we are using was referencing this property.
11 years ago
Robin Hu 6b63db67d0 Updated several charts so that the showXAxis, showYAxis and rightAlignYAxis options are available for use. 11 years ago
Robin Hu 0151cdccab Made it so that double clicking a legend item will cause all other series' to be disabled. 11 years ago
Tyler Wolf a6c18a730a almost there 12 years ago
Tyler Wolf fb5897eb52 progress 12 years ago
Tyler Wolf a67a42333e updates, on hperf pages 12 years ago
Dingo 76b97fde13 all models updated to run examples using d3.v3 12 years ago
Tyler Wolf 93ed2ad226 added a few semicolons 12 years ago
Tyler Wolf db144a9290 updated many models for state management 12 years ago
Bob Monteverde a52eddf761 Made state.disabled always set on charts that keep state 12 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