Commit Graph

62 Commits (2725a440210cb55e3c5bcad5e71d3379bdba9544)

Author SHA1 Message Date
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 12 years ago
Bob Monteverde e161c57e24 Made tooltip look a little sexier 12 years ago
Bob Monteverde f4a7f27a96 Made tooltip look a little sexier 12 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
Bob Monteverde b7cb7b4b33 Issue #253 cumulative line re-zero's on click 12 years ago
Bob Monteverde 5db233787f Minor tweak to css to hide the x axis domain when not 0 12 years ago
Bob Monteverde 702388e4a3 made x axis max and min anchor to the middle 12 years ago
Bob Monteverde 7cc32ebe3f More updates to sparklinePlus, working on look and feel now, but should be functional 12 years ago
Bob Monteverde 2d76b10749 More progress cleaning up the sparklinePlus model 12 years ago
Bob Monteverde 97954cad84 Mergin in and minifying Pull Request #127 12 years ago
Tomasz Werbicki a597d3ee36 Allow to put labels outside donut. 12 years ago
Bob Monteverde 7de6971105 Merging in, slightly modifying, and minifying Pull Request #118 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
Mark Philpot eb1dda2b31 Adding rotate labels to multiBarChart, SVG greedy in height as well 12 years ago