Commit Graph

41 Commits (76b97fde13ce4d09ae2fc53be456abf4b5206908)

Author SHA1 Message Date
Dingo 76b97fde13 all models updated to run examples using d3.v3 11 years ago
Dingo 833d4391f4 changes to linePlusBar and linePlusBarWithFocus 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
Tyler Wolf b0c57c33f4 #26 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
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
Bob Monteverde c65c16b9c8 Issue #329 Line plus bar chart x axis no longer disappears when line is disabled 12 years ago
Bob Monteverde 5bbba2fcf0 Issue #314 line plus bar with a single data point now shows the x tick in the center 12 years ago
Bob Monteverde 5ca76561c4 Issue #290 added tick 2 pixels to the default tick padding 12 years ago
Bob Monteverde f1968f389a Added xPadding and yPadding options to scatterChart 12 years ago
Bob Monteverde 67485bdd33 Issue #240 line plus bar no longer throws error when line is disabled 12 years ago
Bob Monteverde 8829d8e689 Issue #241 the lines in linePlusBar are now set to clipEdge false so pointson the edge are no longer clipped, also mde this now a setting that can be overridden 12 years ago
Christopher Nelson 38a34f8529 Fix bug in linePLusBarChart where clipEdge was not enabled. 12 years ago
Christopher Nelson d53e8c3c58 Fixed linePlusBarChart so that it uses the xAxis scale instead of inventing a new one. Also optimized the axis object a little by creating a format object once per axis draw, not once per tick mark draw. Also removed redundant calls to the formatter. 12 years ago
Bob Monteverde 4ff1eb0df8 Fixed Issues #161 and #166 in the linePlusBarChart 12 years ago
Bob Monteverde f7e07a8db8 Issue #68 updated stackedAreaChart model to standard format 12 years ago
Bob Monteverde 9a4be1601d Issue #68 updated lineWithFocus model to standard format 12 years ago
Bob Monteverde caf5c121ca Issue #68 updated linePlusBarChart model to standard format 12 years ago
Eric Rosenberg f0d60709a8 Updated all nv.tooltip.show() calls to use the offsetElement as the parentElement 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
Bob Monteverde 8cd52e7dfe Hide correct Y axis when bers or lines are not defined in linePlusBarChart 12 years ago
Bob Monteverde 333e77e167 Updates to linePlusBar chart, as well as historical bar, fixed some issues with time series on the x axis not owrking correctly 12 years ago
Bob Monteverde bd58161273 Minifying Pull Request #66 plus a minor tweak 12 years ago
Itay Neeman d737029bd2 Fix incorrect date in tooltip of line+bar chart (#23)
In a line+bar chart, the date was being set incorrectly due to the fact
we did not pass in the point index to the x-axis computation.

This fix passes it in, so now the tooltip can be calculated correctly.
12 years ago
Itay Neeman 5c3dff719c Fix line+bar chart tooltip
There is a bug in the line+bar chart that caused the tooltip to keep
being append with left/right axis information. We fix this by saving
the original key and using that for the append.
12 years ago
Bob Monteverde 54bcb6d971 Added defined to all line charts that defaults to not defined when something cannot be parsed to a number, feature added to fix problem noted in Issue #57 12 years ago
Bob Monteverde 88d538287b Issue #41 fixed legend height updating available height on line plus bar chart 12 years ago
Bob Monteverde 2274156100 Issue #44 Limiting legend to 50% width on line plus bar 12 years ago
Alexandre Rocha Lima e Marcondes c9717f0427 * Interpolate should have been rebound from the lines:
d3.rebind(chart, lines, 'interpolate');
12 years ago
Alexandre Rocha Lima e Marcondes d513dee197 * Interpolation on line and line related charts 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 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 b35a9e6f64 Updates to linePlusBarChart 12 years ago
Bob Monteverde 04c11e3bde Fixed height and width getter/setters and started working on linePlusBarChart, halfway done 12 years ago