Commit Graph

643 Commits

Author SHA1 Message Date
Ricardo
b9d8000f0e Fix for #301: now it will display point only for the first min value, the last max value, and the current value. 2012-11-02 12:04:02 -04:00
Ricardo
819f71c469 Getting the bullet chart noData functionality working 2012-11-01 16:27:56 -04:00
Tyler Wolf
ac873d6e4b #298 zero values are now 1px in width on horizontalbar 2012-10-31 11:48:32 -04:00
Bob Monteverde
9661ffb4d3 Issue #281 minor tweak to current value dy and margin.bottom 2012-10-26 17:24:30 -04:00
Bob Monteverde
3b220f6252 Issue #281 minor tweak tto current value dy 2012-10-26 17:19:22 -04:00
Bob Monteverde
eb394b50a8 Issue #281 attempting to fix random isue with sparklines value not showing in the right place 2012-10-26 17:14:11 -04:00
Bob Monteverde
1e3e05b286 Issue #292 display bar's with 0 hight 2012-10-26 17:04:11 -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
9ee0c62c0f Increased sparklinePlus margin right to account for space needed to show current value 2012-10-26 14:49:36 -04:00
Bob Monteverde
d1edef5457 Issue #284 show current value to the right of the sparkline 2012-10-26 14:47:48 -04:00
Bob Monteverde
857b9c71ac Issue #285 bars >= 0 with 1 px height will now show up above the y = 0 line on discreteBar and multiBar 2012-10-26 11:55:05 -04:00
Bob Monteverde
a0efca380d Issue #290 minifying 2012-10-26 11:10:00 -04:00
Bob Monteverde
5ca76561c4 Issue #290 added tick 2 pixels to the default tick padding 2012-10-26 11:09:39 -04:00
Bob Monteverde
424923641f Merge branch 'master' of github.com:novus/nvd3 2012-10-25 16:43:11 -04:00
Bob Monteverde
cf9bb41be6 Issue #281 bars on multibar and discretebar now are 1 px high even if they are 0 2012-10-25 16:41:37 -04:00
Ricardo
bf3368ef05 Merge branch 'master' of github.com:novus/nvd3 2012-10-25 16:37:40 -04:00
Ricardo
6753cfb67f Adding back the hand cursor to the legends 2012-10-25 16:37:14 -04:00
Bob Monteverde
b0947dc9d9 Issue #281: if Y-axis max and min are both == 0, hide max label 2012-10-25 16:12:18 -04:00
Bob Monteverde
e53a029dd7 Update example data 2012-10-24 16:22:26 -04:00
Bob Monteverde
ef2a89a193 minified scatter size fix 2012-10-24 16:15:11 -04:00
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
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