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
Itay Neeman 0355c9cbe5 Make lineWithFocusChart have consistent x and y value getters
lineWithFocusChart uses two separate line charts, and this change
ensures that any x/y value getter (e.g. `chart.x(...)`) set on the main
line chart is also migrated to the focus chart.
12 years ago
..
axis.js 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
bullet.js fixing variable name 12 years ago
bulletChart.js fix default height on bulletChart 12 years ago
cumulativeLineChart.js Stage one of major code cleanup / consistency check 12 years ago
discreteBar.js Stage 1 of cleanup continued 12 years ago
discreteBarChart.js 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
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 Enabled configuration of open and close icons in indentedTree 12 years ago
legend.js Pie charts should use the same data as discreteBar for ease of switching between 12 years ago
line.js Stage one of major code cleanup / consistency check 12 years ago
lineChart.js Stage one of major code cleanup / consistency check 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 updated lineWithFisheye example, and boosted max zoom to 5x 12 years ago
lineWithFocusChart.js Make lineWithFocusChart have consistent x and y value getters 12 years ago
multiBar.js Stage 1 of cleanup continued 12 years ago
multiBarChart.js Stage 1 of cleanup continued 12 years ago
multiBarHorizontal.js fixing issues with labels not being positions correctly in firefox 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 some updates to the pie css to make interaction sexier 12 years ago
pieChart.js Fix issue where pie chart lets you disable all series then series doesn;t come back when re-enabled 12 years ago
scatter.js Cleaning up scatterChart, fixed a few issues that had no tickets 12 years ago
scatterChart.js whitespace cleanup in scatterChart 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 Stage one of major code cleanup / consistency check 12 years ago
stackedAreaChart.js Stage one of major code cleanup / consistency check 12 years ago