Commit Graph

76 Commits (d3467a8838e6ebf5e508314c8acdca701a461a95)

Author SHA1 Message Date
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
Patrick Butler 9c2c3c5b84 Expose x/yScale to use time scales in line charts
This patch adds to the rebinded xScale and yScale values from line to
lineCharts
12 years ago
Bob Monteverde 960eb3f377 added option to make a line and area, and added chart.isArea() to all relevant charts 12 years ago
Bob Monteverde f5fa9e5de0 Added new lineChart example that utilizes SVG resizing without recalling the chart, also updated lineChart's tooltips to work with this 12 years ago
Itay Neeman 46033a06cf Add e.pointIndex to all chart tooltip calculations 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
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 ab80bda59c Stage one of major code cleanup / consistency check 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 51fc28358b New lineWithFocusChart, and example 12 years ago
Bob Monteverde 480403b04a Added new cumulativeLineChart, debating on merging into lineChart or not, not in Makefile yet 12 years ago
Bob Monteverde 04c11e3bde Fixed height and width getter/setters and started working on linePlusBarChart, halfway done 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 b4ca744451 Lots of little bug and consistency fixes that are appearing as I create more examples 12 years ago
Bob Monteverde 3dab32a401 Fixed tooltip offset position 12 years ago
Bob Monteverde b5cabe11d7 Replacing discreteBar chart with a model... getting rid of charts collection 12 years ago
Bob Monteverde 07ef2896ae Cleaning up some code in stackedArea, minor changes to new lineChart, fixed stacked error when toggling series by clicking area then legend 12 years ago
Bob Monteverde 525ecded4d Getting rid of charts collection, merging tooltips directly in complete charts, no need for separate charts collection 12 years ago