Commit Graph

270 Commits (5beda82c05a9029564ef0b2cdf3a133daa5c3842)
 

Author SHA1 Message Date
Bob Monteverde 5beda82c05 Issue #29 removing deprected bar example 12 years ago
Bob Monteverde 53401adab5 Merging in Pull Request #43 fixiing Issue #42 MultibarChart set to stacked, the controls default value is wrong 12 years ago
Bob Monteverde 292256bab7 Merging in Pull Request #46 allow updating delay for multiBarChart 12 years ago
Bob Monteverde 35ba44bd9f Issue #38 let user set custom scales on the satckedAreaChart 12 years ago
Luke Steensen a7c4b0fe06 regenerate compiled files
also undo mistake deletion from last commit
12 years ago
Luke Steensen 575a4efce7 allow updating delay for multiBarChart 12 years ago
Jun Lin 7b489cf781 re-generate minified js 12 years ago
Jun Lin d1f7cdf286 fixed #42 set multibar default to stacked, the controls default value is wrong 12 years ago
Bob Monteverde e91cf0ac25 Merge pull request #36 from latentflip/fix-issue-35
Fix accidental semicolon in var list causing variables afterwards to be globals in multiBarChart.
12 years ago
Philip Roberts a04cc0fa07 Fix accidental semicolon in var list causing
variables afterwards to be globals in multiBarChart.

Fixes #35.
12 years ago
Bob Monteverde 253023d805 adding 1px white stroke to pir chart 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 5dcc2b7402 fixed incorrect api name, valueFormat, NOT valuesFormat 12 years ago
Bob Monteverde 04e68e9295 fixed issue with max and min labels overlapping on y axis 12 years ago
Bob Monteverde e7a8665705 fixing issues with labels not being positions correctly in firefox 12 years ago
Bob Monteverde feed538cee configurable open and close options now in api 12 years ago
Bob Monteverde c9011f5f22 updated lineWithFisheye example, and boosted max zoom to 5x 12 years ago
Bob Monteverde 016dc47bd9 update examples url 12 years ago
Bob Monteverde 879cf06e09 Removed shape from scatter, replaced with getShape, defaults to function(d) { return d.shape || 'circle' } 12 years ago
Bob Monteverde c4c2e8afde oops, CNAME should be in gh-pages 12 years ago
Bob Monteverde fc1424859c Adding CNAME file so you can use nvd3.com 12 years ago
Bob Monteverde 52eec9b46f working on fixing multibar x axis with showMaxMin is false 12 years ago
Bob Monteverde 7b780350fb working on fixing multibar x axis with showMaxMin is false 12 years ago
Bob Monteverde 5d5488dbb6 Fix issue where pie chart lets you disable all series then series doesn;t come back when re-enabled 12 years ago
Bob Monteverde 9d726ac9ab some updates to the pie css to make interaction sexier 12 years ago
Bob Monteverde 60ca9d6b2d updatd pie example to show how to use new value accessor to get the pie chart to accept the previous data format 12 years ago
Bob Monteverde 09a55af5f5 Pie charts should use the same data as discreteBar for ease of switching between 12 years ago
Bob Monteverde ecb80cb4b8 If Max / Min contains 'NaN' don't show it on axis 12 years ago
Bob Monteverde 6c66e371e5 fix default height on bulletChart 12 years ago
Bob Monteverde 6da248bd19 defined local variable container in bulletChart 12 years ago
Bob Monteverde 94d44b7cec If you don't set width, bullet chart gets container's.. height is static but can be changed manually 12 years ago
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