Commit Graph

346 Commits (55553a7524433b456b3d49fbc90e1f4fc7a915f6)

Author SHA1 Message Date
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
Bob Monteverde 637815f4d8 Added nv.utils.pjax, while not a required function, its a convenient way of using d3 to do pjax in a VERY simple manor 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
Ger Hobbelt 5f2f7de19a CSS tweak to ensure that browsers (Chrome) don't adjust the page size / scrollbar due to the tooltip divs sitting at the bottom of the page while being removed. (You get some pretty 'odd' scrollbar 'animation' in Chrome when hovering over a graph line, where tooltips pop in and out of existence while you hover.) 12 years ago
Bob Monteverde ae1e42ea11 Merging in Pull Request #117 12 years ago
Ger Hobbelt ef3a7aefb0 added .xTickFormat() and .yTickFormat() API methods to make chart axis public I/F as capable as that of lineWithFocus.js - from which this code was ripped and then adjusted to compensate for the slightly different way the 2nd x and y axis are named internally. 12 years ago
Bob Monteverde 0c8cf9261d Added no data available message to sparklineplus 12 years ago
Bob Monteverde bded864229 Added a customizeable No Data Available. message to all the charts when they are fed no series, or all series have no points 12 years ago
Bob Monteverde 60f227dba0 Merge remote-tracking branch 'griphiam/master' 12 years ago
Mark Philpot eb1dda2b31 Adding rotate labels to multiBarChart, SVG greedy in height as well 12 years ago
Steven Noble d6789c0caa Merge branch 'master' of git://github.com/novus/nvd3 into multiChart 12 years ago
Steven Noble 4507e22d37 little bit more cleanup 12 years ago
Steven Noble 25c324b972 left axis doesn't need to be labelled in the names 12 years ago
Bob Monteverde 9deb24f0f2 tighten up lineWithFocus defautl margin 12 years ago
Bob Monteverde a40baa70af fix type in discreteBar and minify Pull Request #109 12 years ago
Bob Monteverde c1f546a5e7 Merging in Pull Request #109 12 years ago
Bob Monteverde 0bdd782132 make margin2 accessible in lineWithFocus model 12 years ago
Bob Monteverde 2f6c35e3ad Revamp of lineWithFocus model to only render data points within window range in main view instead of rendering the entire thing, and clipping 12 years ago
Bob Monteverde 3b81d8aeed Added nv- to almost all classes and IDs.. will need to recheck everything, but I think I got them all 12 years ago
Bob Monteverde eb1407a39a Merge remote-tracking branch 'Jyrsa/fixing' 12 years ago
Luke Steensen cfba3d623a fix stacking of horizontal multibar
addresses issue #39
12 years ago
Steven Noble 5fd88802ea improvements 12 years ago
Jyry Suvilehto a25459d2e7 crude fix to broken y axis handling in sparklinesPlys 12 years ago
Jyry Suvilehto afc1424e4a crude fix to broken y axis handling in sparklinesPlys 12 years ago
Jyry Suvilehto ca6e2c589b update models to use new colors 12 years ago
Jyry Suvilehto a4a022e212 use new color getting method in everything that's used in a stackedAreaChart 12 years ago
Jyry Suvilehto 8957680322 added two utility functions for color 12 years ago
Steven Noble 3730dffd8d getting tooltips and legend to work 12 years ago
Steven Noble 9d5b67e791 refactor how scale is used now that I kind of understand it 12 years ago