.. |
images
|
Created the initial code for an HTML indented tree... will be changing API and styles for it shortly
|
2012-06-20 20:25:04 -04:00 |
bullet.html
|
reworked bullet a little bit and created bulletChart
|
2012-06-30 03:17:21 -04:00 |
bulletChart.html
|
reworked bullet a little bit and created bulletChart
|
2012-06-30 03:17:21 -04:00 |
cumulativeLineChart.html
|
updating cumualtiveLine formatter in example from ,.02p to ,.1% to prevent rounding error on 0
|
2012-06-27 17:43:11 -04:00 |
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
|
2012-07-03 17:14:52 -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 |
indentedtree.html
|
options is now columns in the indentedTree, but still considering breaking this down further
|
2012-06-21 15:33:40 -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.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 |
linePlusBarChart.html
|
updating left margins because FF text is a little larger than chrome's
|
2012-06-29 15:03:25 -04:00 |
lineWithFisheyeChart.html
|
updated lineWithFisheye example, and boosted max zoom to 5x
|
2012-07-02 01:22:49 -04:00 |
lineWithFocusChart.html
|
fixing x axis formatter on line with focus
|
2012-06-27 23:35:14 -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
|
updating left margins because FF text is a little larger than chrome's
|
2012-06-29 15:03:25 -04:00 |
pie.html
|
showing donut as well as pie in pie examples
|
2012-06-29 15:28:08 -04:00 |
pieChart.html
|
updatd pie example to show how to use new value accessor to get the pie chart to accept the previous data format
|
2012-07-01 01:46:39 -04:00 |
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.
|
2012-06-20 02:00:25 -04:00 |
scatterChart.html
|
scatterWithFisheyeChart is now scatterChart
|
2012-06-26 01:54:59 -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.html
|
Added Max/Min to horizontal axes, on by default, but can be disabled with showMaxMin(false) on the axis component
|
2012-06-26 12:31:16 -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 |