Commit Graph

366 Commits

Author SHA1 Message Date
Tyler Wolf
0de0ea9ab6 fixed issue #UI-22 2012-11-06 11:00:07 -05:00
Tyler Wolf
ede1088797 issue #296 -set or get bar class with .rectClass() 2012-11-05 18:19:33 -05:00
Tyler Wolf
f81ede1535 Issue #299 fixed x axis label 2012-11-05 17:56:37 -05:00
Tyler Wolf
b238834fd5 Issue #299 -fixed 2012-11-05 16:56:46 -05:00
Bob Monteverde
5eeb566626 Mke sure the sparklinePlus hover line does not show on initial render 2012-11-05 15:56:26 -05:00
Bob Monteverde
2cb1240441 Issue #305 disable tooltips until interactive layer updates to new position 2012-11-05 14:04:13 -05:00
Bob Monteverde
e630446033 Issue #302 made height2 accessible in the linePlusFocusChart 2012-11-02 17:23:59 -04:00
Bob Monteverde
3e5d1e4807 Issue #283 voronoi based point interaction now works with less than 3 points 2012-11-02 17:19:55 -04:00
Ricardo
abf23e3727 Duplicating the number of ticks on the x axis for the bullet chart 2012-11-02 14:34:51 -04:00
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
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
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
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
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
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
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
xkizer
73107b2ecf Fixed a typo 2012-10-22 00:51:07 +02: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
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
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