Commit Graph

618 Commits

Author SHA1 Message Date
Bob Monteverde
73733fc70f Whitespace cleanup in example file 2012-10-23 17:48:25 -04:00
Bob Monteverde
f7861ebb08 Increasing default left and right margin on sparklinePlus to prevent hover value from being clipped 2012-10-23 17:14:58 -04:00
Bob Monteverde
02b0487236 Issue #269 fixed issue with scatter not showing background grid 2012-10-23 16:48:17 -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
c8ef258c5c Issue #260 fixed FF interaction issuew ith spoarklinePLus 2012-10-23 14:17:17 -04:00
Bob Monteverde
1a878bed85 Fixed issue with points in sparkline multiplying on update 2012-10-23 14:12:02 -04:00
Bob Monteverde
751b7e661d Issue #272 Bullet chart color method 2012-10-23 13:55:52 -04:00
Bob Monteverde
01f9afa8de Issue #273 sparkline can now have custom color 2012-10-23 13:48:28 -04:00
Bob Monteverde
c6a24216ec Minifying Pull Request #263 fixes type in line.js 2012-10-23 13:23:43 -04:00
Ricardo
506b78a830 Merge pull request #266 from xkizer/master
Fixed some typos
2012-10-22 11:07:18 -07:00
xkizer
73107b2ecf Fixed a typo 2012-10-22 00:51:07 +02:00
xkizer
8ad0616df7 Fixed a typo
Fixed a typo causing errors in line and other graphs
2012-10-22 00:48:05 +02:00
Conor Mongey
55804ab32d Fix scatter bug 2012-10-20 23:04:39 +01: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
98907a5556 Cumualtive line clicking on points updates zero line 2012-10-19 17:52:31 -04:00
Bob Monteverde
b7cb7b4b33 Issue #253 cumulative line re-zero's on click 2012-10-19 17:32:02 -04:00
Bob Monteverde
d47ced5ee0 Update as you drag on cumulativeLineChart... turned off animation so update would be fluid 2012-10-19 17:03:49 -04:00
Bob Monteverde
c09602e3c2 Clip regression lines to within data view in scatterPlusLineChart.js 2012-10-18 17:29:11 -04:00
Bob Monteverde
7e66e3c53d Issue #251 Fixed tooltip calculations on bulletChart 2012-10-18 16:21:06 -04:00
Bob Monteverde
d470771777 Issue #252 number of ticks on bullet chart now based on width 2012-10-18 15:26:13 -04:00
Bob Monteverde
391d53e6b1 Issue #246 axis now has default identity tickFormat 2012-10-18 15:15:52 -04:00
Bob Monteverde
9d8d707641 Issue #254 extend window.nv instead of overriding 2012-10-18 14:27:01 -04:00
Bob Monteverde
d756d27f4c Issue #235 fixed issue with text-anchor not being set to middle on x axis max and min values 2012-10-16 17:45:15 -04:00
Bob Monteverde
d11abf1308 Some minor tweaks removing duplicate calculations in scatterChart 2012-10-16 13:56:40 -04:00
Bob Monteverde
f1968f389a Added xPadding and yPadding options to scatterChart 2012-10-16 12:56:44 -04:00
Bob Monteverde
67485bdd33 Issue #240 line plus bar no longer throws error when line is disabled 2012-10-15 14:40:39 -04:00
Bob Monteverde
a09ae23e52 Added scatterPlusLine model to Makefile and minifying 2012-10-15 08:44:15 -04:00
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