Commit Graph

347 Commits (aca8838f529ccad304a120ac12bb1b2a5432193c)

Author SHA1 Message Date
Bob Monteverde aca8838f52 Issue #161 implemented new margin setting in scatter.js will implement into the others later 12 years ago
Bob Monteverde 44c0e21a87 Issue #68 updated multiBarHorizontalChart model to standard format 12 years ago
Bob Monteverde 0ef2908ffc Issue #68 updated multiBarChart model to standard format 12 years ago
Bob Monteverde cac81e7405 Issue #68 updated multiBarHorizontal model to standard format 12 years ago
Bob Monteverde d8678f966d Issue #68 updated lineChart model to standard format 12 years ago
Bob Monteverde 5f95ee7a95 Issue #68 updated scatterChart model to standard format 12 years ago
Bob Monteverde e767359018 Issue #68 updated discreteBar model to standard format 12 years ago
Bob Monteverde 4f6e678def Issue #68 updated distribution rug model to standard format 12 years ago
Bob Monteverde 9d4b0fb6a7 Issue #68 updated axis model to standard format 12 years ago
Bob Monteverde 8349dea0aa Issue #68 updated legend model to standard format 12 years ago
Bob Monteverde 3a08bc78e0 Issue #68 updated bullet model to standard format 12 years ago
Bob Monteverde 7ffc993a5d Issue #68 updated pie model to standard format 12 years ago
Bob Monteverde 6b5e4390ca Issue #68 updated sparkline model to standard format 12 years ago
Bob Monteverde bd24b87f62 Issue #68 updated historicalBar model to standard format 12 years ago
Bob Monteverde 7956f70b92 Issue #68 updated stackedArea model to standard format 12 years ago
Bob Monteverde e0487f52c7 Issue #68 updated ohlcBar model to standard format 12 years ago
Bob Monteverde 33823fe24d Issue #68 updated multibar model to standard format 12 years ago
Bob Monteverde bdab7c5b50 Minor whitespace cleanup 12 years ago
Bob Monteverde 7e22613004 Issue #68 updated line model to standard format 12 years ago
Bob Monteverde f1a25d2637 fix minor spelling error 12 years ago
Bob Monteverde 33e1b6bb15 Remove a trailing comma in an event object in the bullet model 12 years ago
Bob Monteverde 134ad1d49d Fix cumulative line chart, color should have been set to default color 12 years ago
Stefan Gojan bee5902dab added ticks parameter because rebind didn't work 12 years ago
Stefan Gojan 3db503ecce fixed #147 added switch to use voronoi or circles for mouse events 12 years ago
Bob Monteverde 0588aa057f Minor clean up of axis.js.. it still needs more 12 years ago
Bob Monteverde 4254f4ab34 Removed no data check from the bulletChart until I modify it to work with the bullet chart code 12 years ago
Eric Rosenberg f0d60709a8 Updated all nv.tooltip.show() calls to use the offsetElement as the parentElement 12 years ago
ffleandro 55553a7524 showDist properties were never used 12 years ago
ffleandro 590b6c81e5 Added sizeRange property for more dynamic point customization
Exposed sizeRange
12 years ago
Bob Monteverde ad622bb512 Fixing merge conflict 12 years ago
Bob Monteverde 70f2d22952 Fixed issue with scatter p[lot distributions with custom data format 12 years ago
Bob Monteverde 41472dd103 Rebound x and y to scatterChart for custom getX and getY behavior. 12 years ago
Luke Steensen 6a05eb6189 allow programmatic stacking of horizontal multibar charts 12 years ago
Bob Monteverde c0c19c2cd0 make lines and lines2 public ion the lineWithFocus chart 12 years ago
Bob Monteverde 0dfa90dd2f Fix last Pull Request, get rid of unneeded jQuery 12 years ago
Bob Monteverde 97954cad84 Mergin in and minifying Pull Request #127 12 years ago
Tomasz Werbicki 0c82e3c76c Remove scatter points on exit. 12 years ago
Eric Rosenberg 9b20638cce Merge branch 'master' of https://github.com/novus/nvd3 12 years ago
Eric Rosenberg 12d0bf3612 Added x-axis label rotation to the Axis Model and removed it from discrete bar chart 12 years ago
Tomasz Werbicki a597d3ee36 Allow to put labels outside donut. 12 years ago
Bob Monteverde e4fb08fc58 Fitler out disabled series before doing Y axis domain calculating when rescale is disabled 12 years ago
Bob Monteverde 8d8b5d00f1 Implemented the resize y-axis toggle on cumualtive line, now the user can turn or rescaling the y axis 12 years ago
Bob Monteverde 7de6971105 Merging in, slightly modifying, and minifying Pull Request #118 12 years ago
Tomasz Werbicki 93f960652c Set colors in stackedAreaChart. 12 years ago
Bob Monteverde 6534cb622f making tooltip public on multiBarHortizontalChart model 12 years ago
Bob Monteverde 4ed747791a Fixing Issue #119 by making tooltip public on multiBarChart model 12 years ago
Eric Rosenberg f4e92d2b68 Bottom axis will computed the longest tick length - still does nothing with this data 12 years ago
Tomasz Werbicki d6006ad911 Expose pie valueFormat in pieChart. 12 years ago
Tomasz Werbicki 9535dba170 Allow to set yAxis format in stackedAreaChart. 12 years ago
Ger Hobbelt 9b5a9f55b8 bugfix for .x() and .y() - see gist / http://bl.ocks.org/3192376 - clone that one, replace the
<script src="./nvd3/src/models/lineWithFocusChart.js"></script>
in there which points at a clone of this commit to the nvd3 code repo without this fix and see the NaN's flying thick.
12 years ago