Commit Graph

589 Commits

Author SHA1 Message Date
Bob Monteverde
264d020590 Issue #244 Added scatter with regression lines model 2012-10-15 08:43:08 -04:00
Bob Monteverde
8829d8e689 Issue #241 the lines in linePlusBar are now set to clipEdge false so pointson the edge are no longer clipped, also mde this now a setting that can be overridden 2012-10-15 00:44:45 -04:00
Bob Monteverde
a364ca0b9c Initial customTheme code for using consistant colors for series of the same key 2012-10-12 16:02:57 -04:00
Tyler Wolf
45ec30cf13 made file 2012-10-11 18:58:58 -04:00
Tyler Wolf
6c456bf92b updated discreteBarChart to not cut off 0.00 labels 2012-10-11 18:51:16 -04:00
Bob Monteverde
b53977efaf Added staggerLabels to axis so it can be used in all models 2012-10-10 18:50:28 -04:00
Bob Monteverde
65d1d3eff5 Issue #237 when a series in the stacked area has 0 value, make point NOT active 2012-10-10 16:46:43 -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
4b11bec994 Minifying 2012-10-10 15:20:58 -04:00
Bob Monteverde
b8493108da Issue #236 controls now get 1/3 of horizontal space, legend gets 2/3 on stacked area chart 2012-10-10 15:20:48 -04:00
Bob Monteverde
8506fb88a2 Minor cleanup of axis component 2012-10-10 15:19:58 -04:00
Bob Monteverde
10d0a6e5fa Historical bar sets class and color on update, not enter 2012-10-09 13:38:14 -04:00
Bob Monteverde
8aceb7cd2d Reduced default bottom margin of multiBarChart to increase space used by the bars by default... This is actually the opposite of what Issue #221 asked for 2012-10-09 13:02:47 -04:00
unknown
22b4724dc5 expanded vertical space for X-axis label (bottom margin) 2012-10-08 18:20:06 -04:00
Bob Monteverde
6da6dbc5c4 Manually editted linWithFocus to copy Pull Request #226 2012-10-03 15:05:21 -04:00
Bob Monteverde
d45e50fc7e Merge pull request #222 from ndarville/patch-1
Typo :)
2012-10-01 08:01:23 -07:00
ndarville
2ebef39673 Caught another uglify gremlin 2012-09-30 03:16:58 +03:00
ndarville
7d76dedda4 Typo :) 2012-09-30 01:11:59 +03:00
Bob Monteverde
5307c8fadb Upgrade to d3 v2.10.2 2012-09-27 13:34:55 -04:00
Bob Monteverde
9613745225 Merge branch 'master' of github.com:novus/nvd3 2012-09-27 13:07:37 -04:00
Bob Monteverde
8c5b8229a0 Issue #218 allow bars within series to have customized color 2012-09-27 13:07:25 -04:00
Bob Monteverde
45dfa0691f Update README.md 2012-09-27 02:59:17 -03:00
Bob Monteverde
f108fd105b Merge pull request #220 from ryw/improved-readme
Update to include how to build custom models
2012-09-26 22:56:15 -07:00
Ry Walker
8ce5794aaa Update to include how to build custom models 2012-09-27 01:36:38 -04:00
Bob Monteverde
1c67464234 Moving Pull Request #202 to backup until we iron out some problems 2012-09-25 17:33:42 -04:00
Bob Monteverde
4cd94ff5d8 Minifying Pull Request #214 2012-09-25 14:19:35 -04:00
Bob Monteverde
f123fe7f23 Minifying Pull Request #212 and removing a log statement from bullet model 2012-09-21 17:15:34 -04:00
Bob Monteverde
bd5ca282ec Merge remote-tracking branch 'diraol/bulletChart' 2012-09-21 17:10:57 -04:00
Bob Monteverde
702388e4a3 made x axis max and min anchor to the middle 2012-09-21 16:24:30 -04:00
Diego Rabatone
d4811353a6 removing nice() from domain with INFINITY parameter, it wouldn't matter 2012-09-21 12:08:26 -03:00
Diego Rabatone
959f597c06 parentesis mistake corrected on bullet.js 2012-09-21 10:37:50 -03:00
Diego Rabatone Oliveira
e35025adab Merge branch 'master' of https://github.com/novus/nvd3 into bulletChart 2012-09-20 20:39:01 -03:00
Bob Monteverde
cfb84209f2 Minifying Pull Request #213 2012-09-20 16:27:35 -04:00
Christopher Nelson
44a3430ef2 Rebuilt with last bugfix. 2012-09-20 15:45:33 -04:00
Christopher Nelson
38a34f8529 Fix bug in linePLusBarChart where clipEdge was not enabled. 2012-09-20 15:45:01 -04:00
Christopher Nelson
f742c07347 Added utils.js to build.sh 2012-09-20 14:33:07 -04:00
Christopher Nelson
5e5cc7994e Rebuilt nv.d3.js and nv.d3.min.js from previous commit. 2012-09-20 14:04:04 -04:00
Christopher Nelson
d53e8c3c58 Fixed linePlusBarChart so that it uses the xAxis scale instead of inventing a new one. Also optimized the axis object a little by creating a format object once per axis draw, not once per tick mark draw. Also removed redundant calls to the formatter. 2012-09-20 14:02:42 -04:00
Christopher Nelson
993a4fe2c8 Added a new chart: multiBarTimeSeries which makes essentially duplicates the multiBar functionality, but makes internal changes to put a d3.time.scale on the bottom.
Also added a build.sh for Linux distros. If yui-compressor exists, it will be used to generated the minified output.
2012-09-20 08:36:41 -04:00
jeremie.brebec
dd4a234d2f Incremental update of 'discreteBar' chart 2012-09-20 11:25:26 +02:00
Diego Rabatone Oliveira
ed80c7ad88 Allowing no Markers on bullet and bulletChart 2012-09-20 01:39:45 -03:00
Diego Rabatone Oliveira
b66af7ff5f Adding nice() method to domains on bullet and bulletChart 2012-09-20 01:36:22 -03:00
Diego Rabatone Oliveira
b8e86d3faf Tooltips on bullet.js and bulletChart.js: positioning tooltips related to each bulletChart, not to the 'div#chart'.
Resolves Issue #202
2012-09-20 01:28:14 -03:00
Bob Monteverde
0d9ffe9177 Merge remote-tracking branch 'griphiam/master' 2012-09-19 18:23:23 -04:00
Bob Monteverde
87c7e3bb1e Added forceX to bulletchart, still needs to br implrmrnte 2012-09-18 17:17:45 -04:00
Mark Philpot
444cd76624 Initializing nv.render.active to false 2012-09-17 13:06:47 -07:00
Marsup
4ae1745274 Fix issue #198 2012-09-14 15:05:39 +02:00
Bob Monteverde
dffe67d4dc Issue #121 Bullet titles now get added once, and update after that.. no more duplicates 2012-09-13 17:41:59 -04:00
Bob Monteverde
f6cd67910b Tweaked the fix for Issue #198 to prevent valid areas from being removed 2012-09-13 17:36:00 -04:00
Bob Monteverde
6ac9238e59 Fixed issue #198 removing empty paths 2012-09-13 17:27:39 -04:00