Commit Graph

40 Commits (master)

Author SHA1 Message Date
frank shao 8afe71bf76 Added zero line for discreteBarChart and multiBarHorizontalChart 11 years ago
Robin Hu 91f7a8631f Adding optionsFunc to all charts. 11 years ago
Robin Hu acef1926f0 Fixing up transitions on discreteBar chart. 11 years ago
Robin Hu 9fbe68c8d8 Adding "use strict"; in all chart code.
Fixed any exceptions thrown when "use strict" was added.
11 years ago
Robin Hu 9e947d4aec Added transitionDuration to discreteBarChart. 11 years ago
Rusty Bailey fa43a8388d Add xRange and yRange methods to compliment {x,y}Domain methods. 11 years ago
Tyler Wolf f84a1bfaa9 fixed bug on previous push 11 years ago
Tyler Wolf 45e5efa82c fixed discrete bar chart y bleeding on ydomain min >0 11 years ago
Robin Hu 6b63db67d0 Updated several charts so that the showXAxis, showYAxis and rightAlignYAxis options are available for use. 11 years ago
Tyler Wolf bd0aab25ca lots of changes 11 years ago
Ricardo db9778e7d5 Added a 'beforeUpdate' dispatch event to the discreteBarChart 12 years ago
Ricardo be07849c01 X axis space rework 12 years ago
Tyler Wolf ff6309d37b discreteBarChart labels shifted down 12 years ago
Tyler Wolf 6c456bf92b updated discreteBarChart to not cut off 0.00 labels 12 years ago
Bob Monteverde 7f0459cac6 Fixed Issues #161 and #166 in the discreteBarChart 12 years ago
Bob Monteverde 3933b3da69 Issue #68 updated discreteBarChart model to standard format 12 years ago
Eric Rosenberg f0d60709a8 Updated all nv.tooltip.show() calls to use the offsetElement as the parentElement 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
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 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 3b81d8aeed Added nv- to almost all classes and IDs.. will need to recheck everything, but I think I got them all 12 years ago
Jyry Suvilehto ca6e2c589b update models to use new colors 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 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 a61bdfc2b2 new pieChart, and lots of updates to pie implementation... still need to tweak a few things, including animation when series are disabled 12 years ago
Bob Monteverde d1c2f59cd9 trying out a chart.container idea to get a reference to the DOM element the chart is plotted in to help with a auto resize functionality, and may have other uses 12 years ago
Bob Monteverde c494172fe2 Added Max/Min to horizontal axes, on by default, but can be disabled with showMaxMin(false) on the axis component 12 years ago
Bob Monteverde 8bbf9f1631 Issue #7 - Fixed tooltip positions in Firefox (and hopefully in IE9) 12 years ago
Bob Monteverde a10101744d discrete bar chart no longer animates horizontally, only vertically 12 years ago
Bob Monteverde 04c11e3bde Fixed height and width getter/setters and started working on linePlusBarChart, halfway done 12 years ago
Bob Monteverde b9f39f6b0e Major re-write of stackedArea, series are now disabled in the exact same way as the other charts, among other critical fixes 12 years ago
Bob Monteverde 867b030fe3 Clipping labels on discreteBarChart to prevent overlapping text 12 years ago
Bob Monteverde 5f03bd8232 minor updates for consistency throughout new Chart Models 12 years ago
Bob Monteverde 3dab32a401 Fixed tooltip offset position 12 years ago
Bob Monteverde 5ad03d6dee minor whitespace cleanup 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 c85020dcef Added missing source file from last commit, merged into makefile 12 years ago