Commit Graph

18 Commits (master)

Author SHA1 Message Date
Robin Hu 9e947d4aec Added transitionDuration to discreteBarChart. 11 years ago
Dingo f41a4db9b9 updating alphabetically, working on indentedTree.js 11 years ago
Tyler Wolf ff6309d37b discreteBarChart labels shifted down 12 years ago
Bob Monteverde e53a029dd7 Update example data 12 years ago
Bob Monteverde e767359018 Issue #68 updated discreteBar model to standard format 12 years ago
Jyry Suvilehto 3c9cb18afe add utils.js dependency to examples to avoid having to compile while developing 12 years ago
Itay Neeman 46033a06cf Add e.pointIndex to all chart tooltip calculations 12 years ago
Itay Neeman 18713b6b19 Fix the ability to rotate labels (#22)
It turns out there was a bug in d3 2.9.2 that made the transition
continuously override the text-anchor property. This was fixed here:
https://github.com/mbostock/d3/pull/684

This pull request contains d3 2.9.6, and also makes a small fix to
handle both negative and positive rotations. Finally, it updates the
discreteBarChart sample to use it.
12 years ago
Bob Monteverde 199ec2aed8 renaming d3.css to nv.d3.css 12 years ago
Bob Monteverde 6a35569ca2 LOTS of tweaks to discreteBar and Axis. Only pad for the correct values if showValues, reduce unnused margins, prevent overlapping labels on axis with showMaxMin 12 years ago
Bob Monteverde e07921f473 Added rotate labels functionality, but text-anchor: end is not working, auto switches to middle 12 years ago
Bob Monteverde a10101744d discrete bar chart no longer animates horizontally, only vertically 12 years ago
Bob Monteverde 5f03bd8232 minor updates for consistency throughout new Chart Models 12 years ago
Bob Monteverde 0a92e82fd7 added showValues option, as well as tooltips (toggle, defaults true), and tooltipContent options to discreteBar 12 years ago
Bob Monteverde 6c75fd4f31 Fixed resize on windowResize in new bar chart example 12 years ago
Bob Monteverde b5cabe11d7 Replacing discreteBar chart with a model... getting rid of charts collection 12 years ago
Bob Monteverde a013082def Some modification to discreteBar charts, fixed resize and added staggeredLabel option to x axis labels to prevent overlap 12 years ago
Bob Monteverde 2a9642dccc Added discreteBarChart...ready to go chart wrapper for discrete bar. Initial cut. 12 years ago