Commit Graph

1244 Commits (master)
 

Author SHA1 Message Date
Bob Monteverde c5dad2c36a fixing variable name 12 years ago
Bob Monteverde d57bd67074 reworked bullet a little bit and created bulletChart 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 df34fb7bad minifying 12 years ago
Bob Monteverde d79f39915b Issue #18 added labelThreshold to pie to disable showing the label under a given percent, defaults to 2% 12 years ago
Bob Monteverde fac355e319 showing donut as well as pie in pie examples 12 years ago
Bob Monteverde d36721ceb8 updating left margins because FF text is a little larger than chrome's 12 years ago
Bob Monteverde 4ab57cb38f Issue #19 Fixing label offset for FF, and increasing the disatnce from vertical axis maxand min from 8 to 10 to prevent overlap 12 years ago
Bob Monteverde daee31b61a minifying new pie and pieChart 12 years ago
Bob Monteverde e4d62172d9 updates to pie chart, removed initial transition, but updated disabled/enable transition 12 years ago
Will McKenzie 8a26f292f1 Enabled configuration of open and close icons in indentedTree
Added chart.iconOpen and chart.iconClose in the same format as
chart.tableClass etc that will return the current setting for either
icon value unless an argument is supplied, in which case they will
replace the settng with the new value and return the chart.
12 years ago
Bob Monteverde 42aa8ad2ca if no offset element is given, assume 0 on pieChart, because pieChart uses mouse position for tooltips right now 12 years ago
Bob Monteverde 3071b32de3 added pieChart.js to makefile and minifying 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 feca679816 loading the correct pie.js in the example 12 years ago
Bob Monteverde f5db7e43a8 Cleaned up the pie implementation a little more, and moved the old pie to deprecated. Will be making pieChart.js shortly that will have an optional legend and tooltips built in. 12 years ago
Bob Monteverde 59072dde9b Issue #5 Setting position absolute and pointer-evetns none in the JS (as well as css) on the tooltip, appears to fix both issues I was having with them 12 years ago
Bob Monteverde 777280bcd6 cleaning up new pie chart implementation 12 years ago
Bob Monteverde 251d8f69dd Merge branch 'master' of github.com:novus/nvd3 12 years ago
Bob Monteverde ddf49f809a updating the pie chart to be consistent with others... will end up zsplitting ti to pie.js and pieChart.js shortly 12 years ago
Tsyren Ochirov eb8f9f48fb tooltip optional base container 12 years ago
Tsyren Ochirov d06d04ebed define optional parametr parentID for tooltip element 12 years ago
Tsyren Ochirov 1ea04ec428 fix: get Date instead of get Month 12 years ago
Tsyren Ochirov a10eac2af6 days in month refactor 12 years ago
Bob Monteverde f244c8a771 fixing x axis formatter on line with focus 12 years ago
Bob Monteverde 3ea0467c28 updating cumualtiveLine formatter in example from ,.02p to ,.1% to prevent rounding error on 0 12 years ago
Bob Monteverde 8dffa94e6c updated cumualtive line example, removed the unnecessary map 12 years ago
Bob Monteverde debb64def2 updated indexify function, instead of returning a new data object stores the new cumulative y value at d.display.y, keeping the original at d.y 12 years ago
Bob Monteverde f2cd0ed629 Moved cumulativeLine.js to deprecared, cumulativeLineChart.js is the up to date version of it 12 years ago
Bob Monteverde b396b0e155 updated line implementation to be consistent with other models 12 years ago
Bob Monteverde 37f8f42c3e cleaning up line.js to be consistent with eevrythign else, and hopefully perform a litttle better 12 years ago
Bob Monteverde 8e00a8060d lineWithFisheye... first try.. SUPER SLOW 12 years ago
Bob Monteverde 25883d2a5e removing the delay on the horizontal bar for now, also making sure 0 ticks are never removed from the axis 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 755af6e9d4 Issue #11 major refactor of stackedArea, still need to tweak some things, BUT now works with custom accessors 12 years ago
Bob Monteverde 7065557fde scatterWithFisheyeChart is now scatterChart 12 years ago
Bob Monteverde ea31b3ab1c Issue #10 fixed distributions from showing disabled points 12 years ago
Bob Monteverde 135be08bde axis max and min now fades in 12 years ago
Bob Monteverde 1ff25d0bfe trickling down the tickFormatter from the main y and x axes to the view finder axes - minifying 12 years ago
Bob Monteverde 6395011805 trickling down the tickFormatter from the main y and x axes to the view finder axes 12 years ago
Bob Monteverde 72c91548de don't hide axis on horizontal bar 12 years ago
Bob Monteverde a72645dbe4 Issue #9 Fixed issue with distributions not accurate when series are disabled. Also made distributions fade out when removed 12 years ago
Bob Monteverde 879c1db200 turning off showMaxMin on the ordinal horizontlal bar axis 12 years ago
Bob Monteverde c856a295e4 axis Max and Min now animate from where they would have appeared wih previous scale 12 years ago
Bob Monteverde 131b47cd95 Much cleaner scatterWithFisheye code this time. Will likely merge into scatterChart soon. 12 years ago
Jeremy Grosser 6132155dc2 Expose x2Axis and y2Axis for lineWithFocusChart instances 12 years ago
Bob Monteverde b55910786d Axes now show Max and Min by default... need to rebind this on all the charts.. will do that soon 12 years ago
Bob Monteverde cf0d7bb799 fixed distributions and scatter hover 12 years ago
Bob Monteverde 48a0e7c5b0 Intial distribution abstraction complete and implemented into the scatterChart 12 years ago