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 b5cabe11d7 Replacing discreteBar chart with a model... getting rid of charts collection 12 years ago
..
bar.html
bullet.html Added nvd3 class to the parent wrap of all graphs, fixed some colors and css 13 years ago
cumulativeLine.html Added nvd3 class to the parent wrap of all graphs, fixed some colors and css 13 years ago
cumulativeLineChart.html fixed typo in lineWithFocus, removed cumulativeLineChartDaily, replaced with cumulativeLineChart that does daily and monthend 12 years ago
discreteBarChart.html Replacing discreteBar chart with a model... getting rid of charts collection 12 years ago
discreteBarWithAxes.html Some modification to discreteBar charts, fixed resize and added staggeredLabel option to x axis labels to prevent overlap 12 years ago
historicalBar.html
legend.html
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 13 years ago
lineChart.html
lineChartDaily.html
linePlusBar.html Added nvd3 class to the parent wrap of all graphs, fixed some colors and css 13 years ago
lineWithFocus.html Fixed error with color in scatterWithLegend, and used category10 instea d of category20 in scatterWithLegend example. 13 years ago
lineWithFourAxes.html
lineWithLegend.html Getting rid of charts collection, merging tooltips directly in complete charts, no need for separate charts collection 12 years ago
lineWithLegendChart.html Replacing discreteBar chart with a model... getting rid of charts collection 12 years ago
monthendAxis.html
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 13 years ago
multiBarHorizontalWithLegend.html Some minor naming fixes, also made forceY = '[0]' on bar charts by default 12 years ago
multiBarWithLegend.html Split up the multibar to a discrete bar and multi bar implementations 12 years ago
pie.html
scatter.html
scatterWithLegend.html Fixed error with color in scatterWithLegend, and used category10 instea d of category20 in scatterWithLegend example. 13 years ago
sparkline.html Added new interactive sparklinePlus example, updated sparkline model and bullet model 13 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 13 years ago
stackedArea.html
stackedAreaChart.html stackedArea chart now uses the scatter overlayed, not the line. Updates to examples, made the X and Y distrivutions on the scatter options, defaulting to off. Some minor changes to the sparklin example 13 years ago
stackedAreaWithLegend.html Cleaning up some code in stackedArea, minor changes to new lineChart, fixed stacked error when toggling series by clicking area then legend 12 years ago
stream_layers.js