Commit Graph

354 Commits (e53a029dd72b79246f141d66f394749b40506bed)

Author SHA1 Message Date
Bob Monteverde ef2a89a193 minified scatter size fix 12 years ago
unknown 396a778c0d scatter points will show up without specifying .size(1) 12 years ago
Ricardo 33e0ef4812 again tweaking the no data 12 years ago
Ricardo 8e7758fe9a little fix on indented tree: it should not check for 'key' 12 years ago
Bob Monteverde f7861ebb08 Increasing default left and right margin on sparklinePlus to prevent hover value from being clipped 12 years ago
Bob Monteverde 02b0487236 Issue #269 fixed issue with scatter not showing background grid 12 years ago
Bob Monteverde c8ef258c5c Issue #260 fixed FF interaction issuew ith spoarklinePLus 12 years ago
Bob Monteverde 1a878bed85 Fixed issue with points in sparkline multiplying on update 12 years ago
Bob Monteverde 751b7e661d Issue #272 Bullet chart color method 12 years ago
Bob Monteverde 01f9afa8de Issue #273 sparkline can now have custom color 12 years ago
Conor Mongey 55804ab32d Fix scatter bug 12 years ago
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. 12 years ago
Bob Monteverde f8141c046e Fix issue with sparkline min and max dots incorrectly positioned 12 years ago
Bob Monteverde 98907a5556 Cumualtive line clicking on points updates zero line 12 years ago
Bob Monteverde b7cb7b4b33 Issue #253 cumulative line re-zero's on click 12 years ago
Bob Monteverde d47ced5ee0 Update as you drag on cumulativeLineChart... turned off animation so update would be fluid 12 years ago
Bob Monteverde c09602e3c2 Clip regression lines to within data view in scatterPlusLineChart.js 12 years ago
Bob Monteverde 7e66e3c53d Issue #251 Fixed tooltip calculations on bulletChart 12 years ago
Bob Monteverde d470771777 Issue #252 number of ticks on bullet chart now based on width 12 years ago
Bob Monteverde 391d53e6b1 Issue #246 axis now has default identity tickFormat 12 years ago
Bob Monteverde 9d8d707641 Issue #254 extend window.nv instead of overriding 12 years ago
Bob Monteverde d756d27f4c Issue #235 fixed issue with text-anchor not being set to middle on x axis max and min values 12 years ago
Bob Monteverde d11abf1308 Some minor tweaks removing duplicate calculations in scatterChart 12 years ago
Bob Monteverde f1968f389a Added xPadding and yPadding options to scatterChart 12 years ago
Bob Monteverde 67485bdd33 Issue #240 line plus bar no longer throws error when line is disabled 12 years ago
Bob Monteverde a09ae23e52 Added scatterPlusLine model to Makefile and minifying 12 years ago
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 12 years ago
Bob Monteverde a364ca0b9c Initial customTheme code for using consistant colors for series of the same key 12 years ago
Tyler Wolf 6c456bf92b updated discreteBarChart to not cut off 0.00 labels 12 years ago
Bob Monteverde b53977efaf Added staggerLabels to axis so it can be used in all models 12 years ago
Bob Monteverde 65d1d3eff5 Issue #237 when a series in the stacked area has 0 value, make point NOT active 12 years ago
Bob Monteverde 4b11bec994 Minifying 12 years ago
Bob Monteverde 10d0a6e5fa Historical bar sets class and color on update, not enter 12 years ago
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 12 years ago
unknown 22b4724dc5 expanded vertical space for X-axis label (bottom margin) 12 years ago
Bob Monteverde 6da6dbc5c4 Manually editted linWithFocus to copy Pull Request #226 12 years ago
Bob Monteverde 8c5b8229a0 Issue #218 allow bars within series to have customized color 12 years ago
Bob Monteverde 1c67464234 Moving Pull Request #202 to backup until we iron out some problems 12 years ago
Bob Monteverde 4cd94ff5d8 Minifying Pull Request #214 12 years ago
Bob Monteverde f123fe7f23 Minifying Pull Request #212 and removing a log statement from bullet model 12 years ago
Bob Monteverde cfb84209f2 Minifying Pull Request #213 12 years ago
Christopher Nelson 44a3430ef2 Rebuilt with last bugfix. 12 years ago
Christopher Nelson f742c07347 Added utils.js to build.sh 12 years ago
Christopher Nelson 5e5cc7994e Rebuilt nv.d3.js and nv.d3.min.js from previous commit. 12 years ago
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.
12 years ago
Bob Monteverde 87c7e3bb1e Added forceX to bulletchart, still needs to br implrmrnte 12 years ago
Marsup 4ae1745274 Fix issue #198 12 years ago
Bob Monteverde dffe67d4dc Issue #121 Bullet titles now get added once, and update after that.. no more duplicates 12 years ago
Bob Monteverde f6cd67910b Tweaked the fix for Issue #198 to prevent valid areas from being removed 12 years ago
Bob Monteverde 6ac9238e59 Fixed issue #198 removing empty paths 12 years ago