Commit Graph

61 Commits

Author SHA1 Message Date
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.
2013-07-12 23:24:12 -04:00
Robin Hu
1a6b5dab13 Adding more inline comments to tooltip.js.
Removed an unused feature for bolding a row in the tooltip.
2013-07-08 22:05:48 -04:00
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
2013-07-08 15:06:22 -04:00
Robin Hu
6c2f19a044 Updating CSS styling around table.td 2013-07-08 09:48:52 -04:00
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.
2013-07-08 09:36:29 -04:00
Robin Hu
792a36262d Removed transitions from nv-point on hover. 2013-07-06 23:32:11 -04:00
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.
2013-07-06 11:16:26 -04:00
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.
2013-07-03 23:17:08 -04:00
Robin Hu
0b3ef24e0b Added test page for lineChart. Continued work on making the interactive line layer. 2013-07-03 13:43:32 -04:00
Robin Hu
4038a56c7a Added color legend square to the tooltip for each series. 2013-07-02 17:14:43 -04:00
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.
2013-07-02 16:41:24 -04:00
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.
2013-07-02 16:07:20 -04:00
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
2013-06-21 15:48:43 -04:00
Robin Hu
739b93fecf Adding ability to right align the Y-axis for historical bar and line charts. 2013-06-11 12:59:33 -04:00
Robin Hu
a9b6f3ab09 FIxing bug in line.js. 2013-06-07 15:34:49 -04:00
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 2013-06-06 17:57:32 -04:00
Dingo
76b97fde13 all models updated to run examples using d3.v3 2013-04-16 15:54:46 -07:00
Tyler Wolf
e092bac1c2 fixed update for parallelCoords.js, ran make for all merged pull requests 2013-04-03 14:03:25 -04:00
Bob Monteverde
8415ee55d3 Made tooltip look a little sexier 2013-03-01 09:35:19 -05:00
Bob Monteverde
e161c57e24 Made tooltip look a little sexier 2013-03-01 09:22:54 -05:00
Bob Monteverde
f4a7f27a96 Made tooltip look a little sexier 2013-03-01 09:17:25 -05:00
Lee Gillentine
2a76897f8f Fixing typo in styling 2012-12-21 20:29:55 -05:00
Bob Monteverde
2338ebc8ce Minor css tweak to the bullet 2012-12-05 17:52:10 -05:00
Bob Monteverde
826b938c0d Minor css tweak to the bullet 2012-12-05 17:47:19 -05:00
Bob Monteverde
281a5a2b60 Re-wrote the bullet model to work with positive and negative numbers... including bullets that range both pos and neg 2012-12-03 17:14:41 -05:00
Bob Monteverde
99329c6fc9 Lots of enahncements to scatter and stacked are, useVoronoi(false) now functions correctly. IE9 fixes. 2012-11-29 16:54:07 -05:00
Bob Monteverde
dacbf5303f Issue #297: get showMaxMin to work on ordinal x axis scale 2012-11-08 15:44:26 -05:00
Bob Monteverde
8fae9ec2bf Changing default font to Arial for xonsistgent sizing in different browsers 2012-11-02 18:18:48 -04:00
Ricardo
cdc6565da4 Changing the sparkline tooltip color to avoid confusion with the cumulative chart line 2012-11-02 15:58:28 -04:00
Bob Monteverde
48ab64d329 Minor tweak to sparklinePlus font size 2012-10-26 16:31:31 -04:00
Bob Monteverde
a5d6c9b751 Issue #284 some tweaks to new sparkline showValue 2012-10-26 15:36:09 -04:00
Bob Monteverde
d1edef5457 Issue #284 show current value to the right of the sparkline 2012-10-26 14:47:48 -04:00
Ricardo
6753cfb67f Adding back the hand cursor to the legends 2012-10-25 16:37:14 -04:00
Ricardo
f7de0d03d3 Removed cursor pointers 2012-10-24 11:48:08 -04:00
Bob Monteverde
62a8e4fa9c Issue #271 css tweak to make sure the single point of a line chart shows up 2012-10-23 14:24:31 -04:00
Bob Monteverde
751b7e661d Issue #272 Bullet chart color method 2012-10-23 13:55:52 -04:00
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. 2012-10-20 01:53:55 -04:00
Bob Monteverde
f8141c046e Fix issue with sparkline min and max dots incorrectly positioned 2012-10-20 01:39:49 -04:00
Bob Monteverde
121183f8ed Minor tweak to default font size on sparklinePlus 2012-10-19 17:58:54 -04:00
Bob Monteverde
b7cb7b4b33 Issue #253 cumulative line re-zero's on click 2012-10-19 17:32:02 -04:00
Bob Monteverde
5db233787f Minor tweak to css to hide the x axis domain when not 0 2012-10-10 15:33:02 -04:00
Bob Monteverde
702388e4a3 made x axis max and min anchor to the middle 2012-09-21 16:24:30 -04:00
Bob Monteverde
7cc32ebe3f More updates to sparklinePlus, working on look and feel now, but should be functional 2012-08-22 17:24:30 -04:00
Bob Monteverde
2d76b10749 More progress cleaning up the sparklinePlus model 2012-08-22 13:35:41 -04:00
Bob Monteverde
97954cad84 Mergin in and minifying Pull Request #127 2012-07-31 15:05:42 -04:00
Tomasz Werbicki
a597d3ee36 Allow to put labels outside donut. 2012-07-30 16:30:11 -05:00
Bob Monteverde
7de6971105 Merging in, slightly modifying, and minifying Pull Request #118 2012-07-30 15:06:01 -04:00
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 2012-07-27 17:37:20 -04:00
Mark Philpot
eb1dda2b31 Adding rotate labels to multiBarChart, SVG greedy in height as well 2012-07-27 11:18:21 -07:00
Bob Monteverde
2f6c35e3ad Revamp of lineWithFocus model to only render data points within window range in main view instead of rendering the entire thing, and clipping 2012-07-27 01:43:56 -04:00