unknown
|
396a778c0d
|
scatter points will show up without specifying .size(1)
|
2012-10-24 15:26:03 -04:00 |
|
Ricardo
|
33e0ef4812
|
again tweaking the no data
|
2012-10-24 14:27:19 -04:00 |
|
Ricardo
|
8e7758fe9a
|
little fix on indented tree: it should not check for 'key'
|
2012-10-24 12:18:18 -04:00 |
|
Ricardo
|
f7de0d03d3
|
Removed cursor pointers
|
2012-10-24 11:48:08 -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 |
|
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
|
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
|
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
|
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 |
|
Bob Monteverde
|
6da6dbc5c4
|
Manually editted linWithFocus to copy Pull Request #226
|
2012-10-03 15:05:21 -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
|
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 |
|
Christopher Nelson
|
38a34f8529
|
Fix bug in linePLusBarChart where clipEdge was not enabled.
|
2012-09-20 15:45:01 -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 |
|