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 e4d62172d9 updates to pie chart, removed initial transition, but updated disabled/enable transition 12 years ago
..
axis.js removing the delay on the horizontal bar for now, also making sure 0 ticks are never removed from the axis 12 years ago
bullet.js Added new interactive sparklinePlus example, updated sparkline model and bullet model 13 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 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
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 updates to pie chart, removed initial transition, but updated disabled/enable transition 12 years ago
pieChart.js updates to pie chart, removed initial transition, but updated disabled/enable transition 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