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
Robin Hu 28d708d09d Adding unit test on lineChartTest.html for when points are NaN, undefined,
etc.
Found a few edge cases where errors happen. Creating nv.utils.NaNtoZero()
function, to be used in places where points and lines are rendered.

Using NantoZero in scatter.js and interactiveGuideline.
11 years ago
..
backup Moving Pull Request #202 to backup until we iron out some problems 12 years ago
axis.js almost there 12 years ago
boilerplate.js Added parallelCoords.js model from the NYC d3.js meetup 12 years ago
bullet.js allowing the bullet chart to hide the previous data point if the value is null 12 years ago
bulletChart.js Fixed issue #76. Tooltips were not rendering for bullet charts. 12 years ago
cumulativeLineChart.js Cleaned up interactive guideline dispatch code. 11 years ago
discreteBar.js Issue #319: reduced the bar width of the discrete bar by 10% 12 years ago
discreteBarChart.js Updated several charts so that the showXAxis, showYAxis and rightAlignYAxis options are available for use. 11 years ago
distribution.js Fixed Issues #161 in the distribution 12 years ago
historicalBar.js Added padData option to allow bars and lines to align correctly without cutting off half of the first and last bar 12 years ago
historicalBarChart.js Merge branch 'master' of https://github.com/novus/nvd3 11 years ago
indentedTree.js fixed a merge conflict. No change to master code, so this commit is not tagged 11 years ago
legend.js Added 'rightAlign' property to legend.js (defaults to true). If set to 'false', legends become left aligned. 11 years ago
line.js Adding unit test on lineChartTest.html for when points are NaN, undefined, 11 years ago
lineChart.js Cleaned up interactive guideline dispatch code. 11 years ago
linePlusBarChart.js Made it so that double clicking a legend item will cause all other series' to be disabled. 11 years ago
linePlusBarWithFocusChart.js all models updated to run examples using d3.v3 12 years ago
lineWithFisheye.js Grammar police: fixing typos 12 years ago
lineWithFisheyeChart.js all models updated to run examples using d3.v3 12 years ago
lineWithFocusChart.js updating alphabetically, working on indentedTree.js 12 years ago
multiBar.js Merge branch 'master' of https://github.com/novus/nvd3 into development 12 years ago
multiBarChart.js Updated several charts so that the showXAxis, showYAxis and rightAlignYAxis options are available for use. 11 years ago
multiBarHorizontal.js Fixed issue with custom group color and disabling series on the horiontal bar chart 12 years ago
multiBarHorizontalChart.js Made it so that double clicking a legend item will cause all other series' to be disabled. 11 years ago
multiBarTimeSeries.js Added a new chart: multiBarTimeSeries which makes essentially duplicates the multiBar functionality, but makes internal changes to put a d3.time.scale on the bottom. 12 years ago
multiBarTimeSeriesChart.js Issue #290 added tick 2 pixels to the default tick padding 12 years ago
multiChart.js updated multiChart to allow changing yDomain on yscales 11 years ago
ohlcBar.js Added padData option to allow bars and lines to align correctly without cutting off half of the first and last bar 12 years ago
parallelCoordinates.js fixed update for parallelCoords.js, ran make for all merged pull requests 12 years ago
pie.js #128 fixed 12 years ago
pieChart.js all models updated to run examples using d3.v3 12 years ago
scatter.js Adding unit test on lineChartTest.html for when points are NaN, undefined, 11 years ago
scatterChart.js Updated several charts so that the showXAxis, showYAxis and rightAlignYAxis options are available for use. 11 years ago
scatterPlusLineChart.js Updated several charts so that the showXAxis, showYAxis and rightAlignYAxis options are available for use. 11 years ago
sparkline.js Fix for #301: now it will display point only for the first min value, the last max value, and the current value. 12 years ago
sparklinePlus.js Fixed issue #22. 12 years ago
stackedArea.js Fixed two stacked area chart issues: 11 years ago
stackedAreaChart.js Integrated interactive guideline into stacked area charts. Updated the 11 years ago