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 535993aa7c Adding real time bar chart test example. Updating historicalBar.js
to add a data key function for each bar <rect>.
Added transition to historicalBarChart.update, just like lineChart.
11 years ago
..
backup Moving Pull Request #202 to backup until we iron out some problems 12 years ago
axis.js almost there 11 years ago
boilerplate.js Added parallelCoords.js model from the NYC d3.js meetup 11 years ago
bullet.js Change bullet labels check to be more idiomatic JS. 11 years ago
bulletChart.js Fixed issue #76. Tooltips were not rendering for bullet charts. 11 years ago
cumulativeLineChart.js Overhauling the logic for creating an interactive layer. 11 years ago
discreteBar.js fixed discrete bar chart y bleeding on ydomain min >0 11 years ago
discreteBarChart.js fixed bug on previous push 11 years ago
distribution.js Fixed Issues #161 in the distribution 12 years ago
historicalBar.js Adding real time bar chart test example. Updating historicalBar.js 11 years ago
historicalBarChart.js Adding real time bar chart test example. Updating historicalBar.js 11 years ago
indentedTree.js udpated indented tree to have links instead of handling click events 11 years ago
legend.js Adding try/catch block around getComputedtextLength. 11 years ago
line.js Instead of using a dispatch for handling 'highlightPoint' and 'clearHighlights', I am making 11 years ago
lineChart.js To make the interactive layer work on Chrome, need 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 11 years ago
lineWithFisheye.js Grammar police: fixing typos 12 years ago
lineWithFisheyeChart.js all models updated to run examples using d3.v3 11 years ago
lineWithFocusChart.js updating alphabetically, working on indentedTree.js 11 years ago
multiBar.js Merge branch 'master' of https://github.com/novus/nvd3 into development 11 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 11 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 11 years ago
pie.js The whole concept of specifying a pie.values() function is 11 years ago
pieChart.js The whole concept of specifying a pie.values() function is 11 years ago
scatter.js Fixing bug on cumulative line chart where point hover circles 11 years ago
scatterChart.js Putting back chart.container=this, in scatterChart.js. 11 years ago
scatterPlusLineChart.js Fixed update issue with scatterplusline 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. 11 years ago
stackedArea.js Instead of using a dispatch for handling 'highlightPoint' and 'clearHighlights', I am making 11 years ago
stackedAreaChart.js To make the interactive layer work on Chrome, need 11 years ago