You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
nvd3/src/models
Bob Monteverde 6c66e371e5 fix default height on bulletChart 12 years ago
..
axis.js 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
bullet.js fixing variable name 12 years ago
bulletChart.js fix default height on bulletChart 12 years ago
cumulativeLineChart.js 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
discreteBar.js Colors no longer have a ahrd limit of 10 or 20, they are dependant on how many colors are fed to teh chart, the default being 10 or 20, but suer can difine as many as they want 12 years ago
discreteBarChart.js Added rotate labels functionality, but text-anchor: end is not working, auto switches to middle 12 years ago
distribution.js Issue #9 Fixed issue with distributions not accurate when series are disabled. Also made distributions fade out when removed 12 years ago
historicalBar.js Updates to linePlusBarChart 12 years ago
indentedTree.js options is now columns in the indentedTree, but still considering breaking this down further 12 years ago
legend.js Added legendDblclick event in legend.dispatch 12 years ago
line.js updated line implementation to be consistent with other models 12 years ago
lineChart.js 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
linePlusBarChart.js 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
lineWithFisheye.js lineWithFisheye... first try.. SUPER SLOW 12 years ago
lineWithFisheyeChart.js lineWithFisheye... first try.. SUPER SLOW 12 years ago
lineWithFocusChart.js 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
multiBar.js Colors no longer have a ahrd limit of 10 or 20, they are dependant on how many colors are fed to teh chart, the default being 10 or 20, but suer can difine as many as they want 12 years ago
multiBarChart.js 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
multiBarHorizontal.js removing the delay on the horizontal bar for now, also making sure 0 ticks are never removed from the axis 12 years ago
multiBarHorizontalChart.js 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
pie.js Issue #18 added labelThreshold to pie to disable showing the label under a given percent, defaults to 2% 12 years ago
pieChart.js Issue #18 added labelThreshold to pie to disable showing the label under a given percent, defaults to 2% 12 years ago
scatter.js removing old fishey code from scatter, and updating to new fisheye 12 years ago
scatterChart.js 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
scatterFisheyeChart.js new fisheye code... somewhat sloppy.. will be re-writing some components in order to do things more 'correctly' 12 years ago
sparkline.js Colors no longer have a ahrd limit of 10 or 20, they are dependant on how many colors are fed to teh chart, the default being 10 or 20, but suer can difine as many as they want 12 years ago
sparklinePlus.js Colors no longer have a ahrd limit of 10 or 20, they are dependant on how many colors are fed to teh chart, the default being 10 or 20, but suer can difine as many as they want 12 years ago
stackedArea.js Issue #11 major refactor of stackedArea, still need to tweak some things, BUT now works with custom accessors 12 years ago
stackedAreaChart.js 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