Commit Graph

72 Commits (c0db3355392b95d8963c5a55d666a9af3db728f7)

Author SHA1 Message Date
Tyler Wolf c0db335539 Merge branch 'development' of https://github.com/novus/nvd3 into development
Conflicts:
	nv.d3.min.js
11 years ago
Robin Hu c2b32f2909 Removing with-3d-shadow from tooltips by default. Need to add it manually back.
Updating .with-3d-shadow CSS rule to include nvtooltip.
Updated lineChart example.
11 years ago
Tyler Wolf d9cca0320f lines are now 1.5px wide instead of 2.5px wide 11 years ago
Robin Hu 718c7c9ee4 Adding nv-thin-line CSS class to make thinner lines. 11 years ago
Robin Hu c686b7a147 Pie chart's .nv-label needs a pointer-events:none rule.
This makes tooltips stable and not disappear when you mouse over a label.
Issue #48
11 years ago
Robin Hu 7f71b66b0c Overhauling the logic for creating an interactive layer.
Basically, the <svg> container will now process all mousemove
events. This allows stackedAreaChart and CumulativeLineChart to
maintain some other forms of interaction.
11 years ago
frank shao 058503a0be Merge branch 'development' of https://github.com/novus/nvd3 into development 11 years ago
frank shao 147168ca9b Lighten bullet shading 11 years ago
Robin Hu 3fc286a3aa Adding try/catch block around getComputedtextLength.
Adding white-space:nowrap to nvtooltip.
11 years ago
Robin Hu 738a94f634 Increased tooltip transition speed. 11 years ago
Robin Hu 2725a44021 Adding with-3d-shadow style. This style class adds rounded corners and box shadow. 11 years ago
Robin Hu 94efcbad66 Brought back old tooltip transitions and box shadow...
but only if you supply the 'with-transitions' CSS class.

Also changed the nv-point.hover dot to a smaller, darker stroke.
11 years ago
Robin Hu 1a6b5dab13 Adding more inline comments to tooltip.js.
Removed an unused feature for bolding a row in the tooltip.
11 years ago
Robin Hu 6e84a6845c Tooltips are no longer rendered on document.body.
Instead, they are rendered inside the chart container.
Added some CSS styles to nvtooltip
11 years ago
Robin Hu 6c2f19a044 Updating CSS styling around table.td 11 years ago
Robin Hu c13be39c12 Added inline comments.
Changed style td.legend to td.legend-color-guide, becuase it conflicts with another .legend style being used elsewhere.
11 years ago
Robin Hu 792a36262d Removed transitions from nv-point on hover. 11 years ago
Robin Hu 81bf049daa The .nvd3 .nv-bars rect:hover style was incorrect. it needs to be "rect.hover",
because we are applying the hover class when we mouse over a bar.
11 years ago
Robin Hu 27d80457b9 Developed stronger backward compatibility with the old tooltip format. Old
tooltips work by default, but if you enable 'useInteractiveGuideline', the
new stuff will show.
11 years ago
Robin Hu 0b3ef24e0b Added test page for lineChart. Continued work on making the interactive line layer. 11 years ago
Robin Hu 4038a56c7a Added color legend square to the tooltip for each series. 11 years ago
Robin Hu 4cbd253c67 Added the 'highlightPoint' dispatch on nv.models.scatter. This dispatch lets the programmer highlight any point on any series.
Currently used in lineChart to highlight points.
11 years ago
Robin Hu dc66846d46 Updated scatter.js so that when you mouseover a path-point, it will return all series information in the mouse event dispatch.
Updated nv.models.tooltip with more features.
Updated styling of the tooltip.
11 years ago
Robin Hu c57626ad9b Merge branch 'master' of https://github.com/novus/nvd3
Conflicts:
	examples/historicalBarChart.html
	nv.d3.js
	nv.d3.min.js
	src/models/historicalBarChart.js
	src/nv.d3.css
11 years ago
Robin Hu 739b93fecf Adding ability to right align the Y-axis for historical bar and line charts. 11 years ago
Robin Hu a9b6f3ab09 FIxing bug in line.js. 11 years ago
Bob Monteverde 065c8eb84d removed transition and delay on tooltips, you can uncomment to revert this. Minor fix to scatter, points will keep custom classes after transiiton 11 years ago
Dingo 76b97fde13 all models updated to run examples using d3.v3 11 years ago
Tyler Wolf e092bac1c2 fixed update for parallelCoords.js, ran make for all merged pull requests 11 years ago
Bob Monteverde 8415ee55d3 Made tooltip look a little sexier 11 years ago
Bob Monteverde e161c57e24 Made tooltip look a little sexier 11 years ago
Bob Monteverde f4a7f27a96 Made tooltip look a little sexier 11 years ago
Lee Gillentine 2a76897f8f Fixing typo in styling 12 years ago
Bob Monteverde 2338ebc8ce Minor css tweak to the bullet 12 years ago
Bob Monteverde 826b938c0d Minor css tweak to the bullet 12 years ago
Bob Monteverde 281a5a2b60 Re-wrote the bullet model to work with positive and negative numbers... including bullets that range both pos and neg 12 years ago
Bob Monteverde 99329c6fc9 Lots of enahncements to scatter and stacked are, useVoronoi(false) now functions correctly. IE9 fixes. 12 years ago
Bob Monteverde dacbf5303f Issue #297: get showMaxMin to work on ordinal x axis scale 12 years ago
Bob Monteverde 8fae9ec2bf Changing default font to Arial for xonsistgent sizing in different browsers 12 years ago
Ricardo cdc6565da4 Changing the sparkline tooltip color to avoid confusion with the cumulative chart line 12 years ago
Bob Monteverde 48ab64d329 Minor tweak to sparklinePlus font size 12 years ago
Bob Monteverde a5d6c9b751 Issue #284 some tweaks to new sparkline showValue 12 years ago
Bob Monteverde d1edef5457 Issue #284 show current value to the right of the sparkline 12 years ago
Ricardo 6753cfb67f Adding back the hand cursor to the legends 12 years ago
Ricardo f7de0d03d3 Removed cursor pointers 12 years ago
Bob Monteverde 62a8e4fa9c Issue #271 css tweak to make sure the single point of a line chart shows up 12 years ago
Bob Monteverde 751b7e661d Issue #272 Bullet chart color method 12 years ago
Bob Monteverde 6a2c32c519 line now uses scatter's id. this is inreplace of Pull Request #259. Also pulled styles out of the sparkline into the css. 12 years ago
Bob Monteverde f8141c046e Fix issue with sparkline min and max dots incorrectly positioned 12 years ago
Bob Monteverde 121183f8ed Minor tweak to default font size on sparklinePlus 12 years ago