nvd3/src/models
2012-09-20 15:45:01 -04:00
..
axis.js Fixed linePlusBarChart so that it uses the xAxis scale instead of inventing a new one. Also optimized the axis object a little by creating a format object once per axis draw, not once per tick mark draw. Also removed redundant calls to the formatter. 2012-09-20 14:02:42 -04:00
bullet.js Added forceX to bulletchart, still needs to br implrmrnte 2012-09-18 17:17:45 -04:00
bulletChart.js Issue #121 Bullet titles now get added once, and update after that.. no more duplicates 2012-09-13 17:41:59 -04:00
cumulativeLineChart.js Fixed Issues #161 and #166 in the cumulativeLineChart 2012-08-27 13:54:18 -04:00
discreteBar.js Bar color is now set up update selection instead of enter selection so it can be changed on update 2012-08-27 14:54:36 -04:00
discreteBarChart.js Fixed Issues #161 and #166 in the discreteBarChart 2012-08-27 13:52:41 -04:00
distribution.js Fixed Issues #161 in the distribution 2012-08-27 13:51:59 -04:00
historicalBar.js Defaulting to forcing 0 on historical bar to be consistent with other bar models 2012-08-27 16:42:53 -04:00
indentedTree.js Fixed Issues #161 in the indentedTree 2012-08-27 13:41:35 -04:00
legend.js Fixed Issues #161 in the legend 2012-08-27 13:40:34 -04:00
line.js Fix issue #198 2012-09-14 15:05:39 +02:00
lineChart.js Fixed Issues #161 in the lineChart 2012-08-27 13:39:23 -04:00
linePlusBarChart.js Fix bug in linePLusBarChart where clipEdge was not enabled. 2012-09-20 15:45:01 -04:00
lineWithFisheye.js Merging in Pull Request #109 2012-07-27 03:03:59 -04:00
lineWithFisheyeChart.js Updated all nv.tooltip.show() calls to use the offsetElement as the parentElement 2012-08-07 15:04:24 -07:00
lineWithFocusChart.js Changing event handling in lineWithFocusChart to use dispatch to handle the event, and merging in Pull Request #179 2012-08-31 15:37:07 -04:00
multiBar.js Fixed Issues #161 in the multibar 2012-08-27 13:36:11 -04:00
multiBarChart.js Fixed Issues #161 and #166 in the multibarChart 2012-08-27 13:35:36 -04:00
multiBarHorizontal.js Fixed Issues #161 in the multibarHorizontal 2012-08-27 13:34:04 -04:00
multiBarHorizontalChart.js Fixed Issues #161 and #166 in the multibarHorizontalChart 2012-08-27 13:33:12 -04:00
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. 2012-09-20 08:36:41 -04:00
multiBarTimeSeriesChart.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. 2012-09-20 08:36:41 -04:00
multiChart.js little bit more cleanup 2012-07-27 11:45:00 -04:00
ohlcBar.js Fixed Issues #161 in the ohlcBar 2012-08-27 13:31:33 -04:00
pie.js Issue #189 fixed pie.html example 2012-09-10 17:55:32 -04:00
pieChart.js Fixed Issues #161 and #166 in the pieChart 2012-08-27 13:29:31 -04:00
scatter.js Issue #161 implemented new margin setting in scatter.js will implement into the others later 2012-08-21 10:35:04 -04:00
scatterChart.js Issue #192 fixed position of distributions after amrgin changes 2012-09-10 17:59:48 -04:00
sparkline.js Fixed Issues #161 in the sparkline 2012-08-27 13:25:58 -04:00
sparklinePlus.js Fixed Issues #161 in the sparklinePlus 2012-08-27 13:25:32 -04:00
stackedArea.js Expose d3.svg.area().interpolate() as public member in stackedArea and 2012-09-08 17:26:36 +02:00
stackedAreaChart.js Expose d3.svg.area().interpolate() as public member in stackedArea and 2012-09-08 17:26:36 +02:00