Commit Graph

547 Commits

Author SHA1 Message Date
Stefan Gojan
bee5902dab added ticks parameter because rebind didn't work 2012-08-13 17:27:12 +02:00
Stefan Gojan
3db503ecce fixed #147 added switch to use voronoi or circles for mouse events 2012-08-13 16:12:23 +02:00
Bob Monteverde
0588aa057f Minor clean up of axis.js.. it still needs more 2012-08-10 03:27:38 -04:00
Bob Monteverde
685bb46454 Attempting to fix issue #143 2012-08-09 20:39:32 -04:00
Bob Monteverde
4254f4ab34 Removed no data check from the bulletChart until I modify it to work with the bullet chart code 2012-08-08 17:48:37 -04:00
Bob Monteverde
53a5f5323b Minifying Pull Request #139 2012-08-07 18:15:33 -04:00
Eric Rosenberg
f0d60709a8 Updated all nv.tooltip.show() calls to use the offsetElement as the parentElement 2012-08-07 15:04:24 -07:00
Bob Monteverde
a1a7d4fa4f Minifying Pull Request #135 2012-08-06 18:07:51 -04:00
ffleandro
55553a7524 showDist properties were never used 2012-08-05 20:52:00 +01:00
ffleandro
590b6c81e5 Added sizeRange property for more dynamic point customization
Exposed sizeRange
2012-08-05 19:58:20 +01:00
Bob Monteverde
ad622bb512 Fixing merge conflict 2012-08-03 13:18:04 -04:00
Bob Monteverde
70f2d22952 Fixed issue with scatter p[lot distributions with custom data format 2012-08-03 13:16:46 -04:00
Bob Monteverde
2da16192b0 Minifying last commit 2012-08-03 13:05:41 -04:00
Bob Monteverde
41472dd103 Rebound x and y to scatterChart for custom getX and getY behavior. 2012-08-03 13:05:29 -04:00
Bob Monteverde
21546bcf14 Minifying Pull Request #133 2012-08-03 00:33:06 -04:00
Luke Steensen
6a05eb6189 allow programmatic stacking of horizontal multibar charts 2012-08-02 18:45:32 -05:00
Bob Monteverde
c8054ae308 working on interaction in the horizon chart example, its ugly, but starting to work. Will be making an nvd3 model to utilize the horizon chart with some extra interaction 2012-08-01 03:24:13 -04:00
Bob Monteverde
c0c19c2cd0 make lines and lines2 public ion the lineWithFocus chart 2012-07-31 16:04:52 -04:00
Bob Monteverde
0dfa90dd2f Fix last Pull Request, get rid of unneeded jQuery 2012-07-31 15:26:16 -04:00
Bob Monteverde
97954cad84 Mergin in and minifying Pull Request #127 2012-07-31 15:05:42 -04:00
Bob Monteverde
ebea41d8dc Minifying Pull Request #125 2012-07-31 12:52:27 -04:00
Tomasz Werbicki
0c82e3c76c Remove scatter points on exit. 2012-07-30 22:25:45 -05:00
Eric Rosenberg
9b20638cce Merge branch 'master' of https://github.com/novus/nvd3 2012-07-30 15:49:40 -07:00
Eric Rosenberg
12d0bf3612 Added x-axis label rotation to the Axis Model and removed it from discrete bar chart 2012-07-30 15:48:37 -07:00
Bob Monteverde
34a28a2f5f added horizon example utilizing d3.horizon plugin, will create an nvd3 model for an interactive vversion of this sooner than later 2012-07-30 18:26:08 -04:00
Tomasz Werbicki
a597d3ee36 Allow to put labels outside donut. 2012-07-30 16:30:11 -05:00
Bob Monteverde
e4fb08fc58 Fitler out disabled series before doing Y axis domain calculating when rescale is disabled 2012-07-30 16:40:45 -04:00
Bob Monteverde
8d8b5d00f1 Implemented the resize y-axis toggle on cumualtive line, now the user can turn or rescaling the y axis 2012-07-30 16:32:27 -04:00
Bob Monteverde
7de6971105 Merging in, slightly modifying, and minifying Pull Request #118 2012-07-30 15:06:01 -04:00
Tomasz Werbicki
93f960652c Set colors in stackedAreaChart. 2012-07-30 13:56:33 -05:00
Bob Monteverde
e00f165760 minifying last commit 2012-07-30 14:51:30 -04:00
Bob Monteverde
6534cb622f making tooltip public on multiBarHortizontalChart model 2012-07-30 14:51:17 -04:00
Bob Monteverde
4ed747791a Fixing Issue #119 by making tooltip public on multiBarChart model 2012-07-30 14:50:40 -04:00
Eric Rosenberg
f4e92d2b68 Bottom axis will computed the longest tick length - still does nothing with this data 2012-07-30 11:38:25 -07:00
Tomasz Werbicki
c794897a4e Update built files to include d6006ad changes. 2012-07-30 03:14:17 -05:00
Bob Monteverde
15c2e2b1be Added some stuff from d3-plugins to hopefully implement into models sooner than later, also added different color scale interpolation from cie pugin 2012-07-30 03:35:51 -04:00
Bob Monteverde
637815f4d8 Added nv.utils.pjax, while not a required function, its a convenient way of using d3 to do pjax in a VERY simple manor 2012-07-30 03:17:32 -04:00
Tomasz Werbicki
d6006ad911 Expose pie valueFormat in pieChart. 2012-07-30 00:45:10 -05:00
Tomasz Werbicki
9535dba170 Allow to set yAxis format in stackedAreaChart. 2012-07-29 23:57:49 -05:00
Ger Hobbelt
9b5a9f55b8 bugfix for .x() and .y() - see gist / http://bl.ocks.org/3192376 - clone that one, replace the
<script src="./nvd3/src/models/lineWithFocusChart.js"></script>
in there which points at a clone of this commit to the nvd3 code repo without this fix and see the NaN's flying thick.
2012-07-28 16:54:25 +02:00
Ger Hobbelt
5f2f7de19a CSS tweak to ensure that browsers (Chrome) don't adjust the page size / scrollbar due to the tooltip divs sitting at the bottom of the page while being removed. (You get some pretty 'odd' scrollbar 'animation' in Chrome when hovering over a graph line, where tooltips pop in and out of existence while you hover.) 2012-07-28 16:21:11 +02:00
Bob Monteverde
ae1e42ea11 Merging in Pull Request #117 2012-07-27 19:23:00 -04:00
Ger Hobbelt
ef3a7aefb0 added .xTickFormat() and .yTickFormat() API methods to make chart axis public I/F as capable as that of lineWithFocus.js - from which this code was ripped and then adjusted to compensate for the slightly different way the 2nd x and y axis are named internally. 2012-07-28 00:23:46 +02:00
Bob Monteverde
0c8cf9261d Added no data available message to sparklineplus 2012-07-27 18:18:56 -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
Bob Monteverde
b5b36cbeb1 Minifying Pull Request #116 2012-07-27 15:39:32 -04:00
Bob Monteverde
60f227dba0 Merge remote-tracking branch 'griphiam/master' 2012-07-27 15:39:16 -04:00
Bob Monteverde
38c0a82fd5 Added multiChart.js to Makefile and minifying 2012-07-27 15:37:40 -04:00
Mark Philpot
eb1dda2b31 Adding rotate labels to multiBarChart, SVG greedy in height as well 2012-07-27 11:18:21 -07:00
Steven Noble
d6789c0caa Merge branch 'master' of git://github.com/novus/nvd3 into multiChart 2012-07-27 11:45:23 -04:00