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/examples
Bob Monteverde 5beda82c05 Issue #29 removing deprected bar example 12 years ago
..
images Created the initial code for an HTML indented tree... will be changing API and styles for it shortly 12 years ago
bullet.html reworked bullet a little bit and created bulletChart 12 years ago
bulletChart.html reworked bullet a little bit and created bulletChart 12 years ago
cumulativeLineChart.html updating cumualtiveLine formatter in example from ,.02p to ,.1% to prevent rounding error on 0 12 years ago
discreteBarChart.html 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
historicalBar.html updates to linePlusBar, and some fixes to historicalBar. Also moved nv.utils into utils.js 12 years ago
indentedtree.html options is now columns in the indentedTree, but still considering breaking this down further 12 years ago
legend.html Reworked library to remove jquery dependancies 12 years ago
line.html Cleaned up the core scatter and line implementations, made consistent with each other, sped things up a bit by delaying rendering and updating of the interactive layer 12 years ago
lineChart.html Fixed legend height and margin.top issue in the ready to go charts. Also re organized code a little bit for consistency 12 years ago
linePlusBarChart.html updating left margins because FF text is a little larger than chrome's 12 years ago
lineWithFisheyeChart.html updated lineWithFisheye example, and boosted max zoom to 5x 12 years ago
lineWithFocusChart.html fixing x axis formatter on line with focus 12 years ago
monthendAxis.html Reworked library to remove jquery dependancies 12 years ago
multiBar.html Updated axis component to deal with non linear scales, made a multiBarWithLegend model and example with transitions to and from grouped and stacked, and tooltips 12 years ago
multiBarChart.html Added multiBarChart and example 12 years ago
multiBarHorizontalChart.html updating left margins because FF text is a little larger than chrome's 12 years ago
pie.html showing donut as well as pie in pie examples 12 years ago
pieChart.html updatd pie example to show how to use new value accessor to get the pie chart to accept the previous data format 12 years ago
scatter.html Implemented d3 fisheye plugin on the scatter. Defaults to off. Does not work with Axes, so may not be useful. Also prevents otehr interaction when on. 12 years ago
scatterChart.html scatterWithFisheyeChart is now scatterChart 12 years ago
sparkline.html Added new interactive sparklinePlus example, updated sparkline model and bullet model 12 years ago
sparklineplus.html Refactored the core line and scatter models to make them consistent, then worked on a lineWithScatter model in an attempt to replace the line model with one that utilized the scatter directly instead of having similar point detection code. Almost worked, minor problems when animating and resizing 12 years ago
stackedArea.html updated chart examples to work with new no-jQuery tooltips and resizing 12 years ago
stackedAreaChart.html Added Max/Min to horizontal axes, on by default, but can be disabled with showMaxMin(false) on the axis component 12 years ago
stream_layers.js lineWithFocus now rescales the Y (needs optimization). Added different testing data. Added cumulative line example (still needs work, but functions). 12 years ago