Commit Graph

32 Commits (dd94b599fea4c1a2d2c6b3a613c2f8bdf9425f4c)

Author SHA1 Message Date
Tyler Wolf db144a9290 updated many models for state management 11 years ago
Mike Wallace 8632be22be stackedAreaChart triggers stateChange on areaClick 11 years ago
Bob Monteverde a52eddf761 Made state.disabled always set on charts that keep state 11 years ago
Ricardo 5079b67649 #68: giving the controls additional space on the stacked area chart 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
Bob Monteverde 8a846ef030 Temporarily remopving all animations from stacked are chart 12 years ago
Bob Monteverde 5ca76561c4 Issue #290 added tick 2 pixels to the default tick padding 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 b8493108da Issue #236 controls now get 1/3 of horizontal space, legend gets 2/3 on stacked area chart 12 years ago
dragansah 73d5df06e6 Expose d3.svg.area().interpolate() as public member in stackedArea and
stackedAreaChart. The default value for interpolate is "linear" as it's
the default in d3.
12 years ago
Bob Monteverde e4102891c0 Fixed Issues #161 and #166 in the stackedAreaChart 12 years ago
Bob Monteverde f7e07a8db8 Issue #68 updated stackedAreaChart model to standard format 12 years ago
Conor Mongey d6d21b387b Add missing tooltip global method 12 years ago
Eric Rosenberg f0d60709a8 Updated all nv.tooltip.show() calls to use the offsetElement as the parentElement 12 years ago
Tomasz Werbicki 93f960652c Set colors in stackedAreaChart. 12 years ago
Tomasz Werbicki 9535dba170 Allow to set yAxis format in stackedAreaChart. 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 a4a022e212 use new color getting method in everything that's used in a stackedAreaChart 12 years ago
Itay Neeman 46033a06cf Add e.pointIndex to all chart tooltip calculations 12 years ago
Bob Monteverde 88d538287b Issue #41 fixed legend height updating available height on line plus bar chart 12 years ago
Bob Monteverde ab80bda59c Stage one of major code cleanup / consistency check 12 years ago
Bob Monteverde 35ba44bd9f Issue #38 let user set custom scales on the satckedAreaChart 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 c494172fe2 Added Max/Min to horizontal axes, on by default, but can be disabled with showMaxMin(false) on the axis component 12 years ago
Bob Monteverde 8bbf9f1631 Issue #7 - Fixed tooltip positions in Firefox (and hopefully in IE9) 12 years ago
Bob Monteverde 6bbe097e04 Stacked ares in stream mode now shows the same tooltips as stacked 12 years ago
Bob Monteverde 601d598b34 Created scatterplotChart and example 12 years ago
Bob Monteverde 542dc094f9 Fixed legend height and margin.top issue in the ready to go charts. Also re organized code a little bit for consistency 12 years ago
Bob Monteverde b9f39f6b0e Major re-write of stackedArea, series are now disabled in the exact same way as the other charts, among other critical fixes 12 years ago