.. |
bar.html
|
Fix for Bar/Pie chart not showing updated data...
|
2012-05-14 12:14:12 -05:00 |
bullet.html
|
Added nvd3 class to the parent wrap of all graphs, fixed some colors and css
|
2012-06-01 17:11:19 -04:00 |
cumulativeLine.html
|
Added nvd3 class to the parent wrap of all graphs, fixed some colors and css
|
2012-06-01 17:11:19 -04:00 |
cumulativeLineChart.html
|
fixed typo in lineWithFocus, removed cumulativeLineChartDaily, replaced with cumulativeLineChart that does daily and monthend
|
2012-06-05 15:51:15 -04:00 |
discreteBarChart.html
|
minor updates for consistency throughout new Chart Models
|
2012-06-12 15:26:23 -04:00 |
discreteBarWithAxes.html
|
Some modification to discreteBar charts, fixed resize and added staggeredLabel option to x axis labels to prevent overlap
|
2012-06-09 05:11:05 -04:00 |
historicalBar.html
|
updates to linePlusBar, and some fixes to historicalBar. Also moved nv.utils into utils.js
|
2012-05-24 02:22:58 -04:00 |
legend.html
|
Reworked library to remove jquery dependancies
|
2012-05-07 07:53:51 -05:00 |
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
|
2012-05-24 07:48:35 -04:00 |
lineChart-old.html
|
Fixed legend height and margin.top issue in the ready to go charts. Also re organized code a little bit for consistency
|
2012-06-15 12:47:47 -04:00 |
lineChart.html
|
Fixed legend height and margin.top issue in the ready to go charts. Also re organized code a little bit for consistency
|
2012-06-15 12:47:47 -04:00 |
lineChartDaily.html
|
updated chart examples to work with new no-jQuery tooltips and resizing
|
2012-05-17 17:11:01 -04:00 |
linePlusBar.html
|
Added nvd3 class to the parent wrap of all graphs, fixed some colors and css
|
2012-06-01 17:11:19 -04:00 |
lineWithFocus.html
|
Fixed error with color in scatterWithLegend, and used category10 instea d of category20 in scatterWithLegend example.
|
2012-05-29 04:12:28 -04:00 |
lineWithFourAxes.html
|
updated chart examples to work with new no-jQuery tooltips and resizing
|
2012-05-17 17:11:01 -04:00 |
lineWithLegend.html
|
Getting rid of charts collection, merging tooltips directly in complete charts, no need for separate charts collection
|
2012-06-09 02:51:41 -04:00 |
monthendAxis.html
|
Reworked library to remove jquery dependancies
|
2012-05-07 07:53:51 -05:00 |
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
|
2012-05-30 15:18:18 -04:00 |
multiBarChart.html
|
Added multiBarChart and example
|
2012-06-15 16:16:08 -04:00 |
multiBarHorizontalChart.html
|
minor updates for consistency throughout new Chart Models
|
2012-06-12 15:26:23 -04:00 |
multiBarHorizontalWithLegend.html
|
Some minor naming fixes, also made forceY = '[0]' on bar charts by default
|
2012-06-07 16:58:53 -04:00 |
multiBarWithLegend.html
|
Split up the multibar to a discrete bar and multi bar implementations
|
2012-06-08 17:21:08 -04:00 |
pie.html
|
Fix for Bar/Pie chart not showing updated data...
|
2012-05-14 12:14:12 -05:00 |
scatter.html
|
Reworked library to remove jquery dependancies
|
2012-05-07 07:53:51 -05:00 |
scatterWithLegend.html
|
Fixed error with color in scatterWithLegend, and used category10 instea d of category20 in scatterWithLegend example.
|
2012-05-29 04:12:28 -04:00 |
sparkline.html
|
Added new interactive sparklinePlus example, updated sparkline model and bullet model
|
2012-05-26 13:26:47 -04:00 |
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
|
2012-05-27 22:11:43 -04:00 |
stackedArea.html
|
updated chart examples to work with new no-jQuery tooltips and resizing
|
2012-05-17 17:11:01 -04:00 |
stackedAreaChart_old.html
|
Major re-write of stackedArea, series are now disabled in the exact same way as the other charts, among other critical fixes
|
2012-06-14 14:34:20 -04:00 |
stackedAreaChart.html
|
Major re-write of stackedArea, series are now disabled in the exact same way as the other charts, among other critical fixes
|
2012-06-14 14:34:20 -04:00 |
stackedAreaWithLegend.html
|
Cleaning up some code in stackedArea, minor changes to new lineChart, fixed stacked error when toggling series by clicking area then legend
|
2012-06-09 03:58:14 -04:00 |
stream_layers.js
|
lineWithFocus now rescales the Y (needs optimization). Added different testing data. Added cumulative line example (still needs work, but functions).
|
2012-03-22 19:26:02 -04:00 |