Commit Graph

859 Commits

Author SHA1 Message Date
Robin Hu
aaf46a48ff Updated multiBar enter() data to use key equal to the data index. 2013-08-23 23:31:18 -04:00
Robin Hu
3e78184006 Fixed multibar transitions. Removed the bar.transition.delay. It was
annoying.
2013-08-23 23:28:47 -04:00
Robin Hu
13e7d4c688 Updating historicalBar chart transitionDuration. 2013-08-23 23:19:43 -04:00
Robin Hu
acef1926f0 Fixing up transitions on discreteBar chart. 2013-08-23 22:58:11 -04:00
Robin Hu
9a9e34bb30 Updating cumulativeLineChart to use transitionDuration differently. 2013-08-23 22:50:08 -04:00
Robin Hu
7adc37f1f8 Removed transitionDuration from line.js and axis.js, and modified
lineChart.js to pass transition in via inheritance.
2013-08-23 22:44:57 -04:00
Robin Hu
1a86e271c1 The <rect> inside lineChart and stackedAreaChart needs to have its
width/height updated on redraw, so the new tooltips can be interacted
with.
2013-08-23 19:58:22 -04:00
Robin Hu
42c155eb1b Merge remote-tracking branch 'origin/development' into development 2013-08-23 15:12:45 -04:00
Robin Hu
3c5990d815 Issue #226. Changing multibarHorizontalBar nv-group to use index as key when entering. 2013-08-23 15:11:50 -04:00
Tyler Wolf
e7782c1a08 another fixed to controls on stackedareachart 2013-08-22 14:21:18 -04:00
Tyler Wolf
cfc706bfa9 fix to previous fix 2013-08-22 12:57:19 -04:00
Robin Hu
caa6b56c73 Merge branch 'group_spacing' of https://github.com/dimagi/nvd3 into development
Conflicts:
	src/models/multiBar.js
2013-08-20 16:28:59 -04:00
Tyler Wolf
3bda8b90f2 added classing to links in indentedTree 2013-08-20 10:48:54 -04:00
Robin Hu
4ea8115a6a Fixing issue in multibarChart where the axisLabel was being
rotated along with the xAxis tick labels, when rotateLabels
was set.
2013-08-18 22:42:59 -04:00
Robin Hu
8c6b6eb643 Removed a line from multibar chart that was referencing undefined variable
'singlePoint'.
2013-08-17 16:56:04 -04:00
Robin Hu
7d5a3ac209 Adding transitionDuration to axis showMaxMin. 2013-08-16 16:45:32 -04:00
Robin Hu
6f6a472ed1 Removing transition() chaining in multibar. 2013-08-16 16:39:23 -04:00
Robin Hu
58d60f9cb5 Added back the transitionDuration property to nv.models.axis. Added transitionDuration to historicalBar. 2013-08-16 16:28:58 -04:00
Robin Hu
e2ef9489da Added transitionDuration to multiBarHorizontal. Bumped version to 1.1.9b 2013-08-16 16:14:15 -04:00
Robin Hu
c2cc7772d1 Added nv-legend-* class to legend text and circle icon.
Fixing some IE bugs related to the tooltip.
2013-08-14 22:25:28 -04:00
Robin Hu
eb117f90d9 Bumping to version 1.1.8b, because of removal of transitionDuration usage from axis. 2013-08-14 17:08:43 -04:00
Robin Hu
17a21cc0f4 Found an issue when using transition().duration() with axis.
It was causing a certain kind of 'flickering' with historicalBars. Removing that usage for now.
2013-08-14 17:06:44 -04:00
Tyler Wolf
c0db335539 Merge branch 'development' of https://github.com/novus/nvd3 into development
Conflicts:
	nv.d3.min.js
2013-08-14 14:49:48 -04:00
Tyler Wolf
8099796792 changes to tooltip. removed 3d shadow 2013-08-14 14:46:40 -04:00
Robin Hu
6ff087584d Bumping to version 1.1.7b, due to removal of with-3d-shadow from tooltips.
Updating all example charts to include with-3d-shadow.
2013-08-14 12:00:15 -04:00
Robin Hu
c2b32f2909 Removing with-3d-shadow from tooltips by default. Need to add it manually back.
Updating .with-3d-shadow CSS rule to include nvtooltip.
Updated lineChart example.
2013-08-14 11:56:06 -04:00
Robin Hu
7b24a9c2f6 Bumping to version 1.1.6b, due to change in scatter.js jitter hack. This can affect many charts. 2013-08-14 10:11:29 -04:00
Robin Hu
9f2280bee7 Fixing issue #219. Moving the jitter logic to after the scatter point's scale
has been determined.
Added line chart and scatter chart tests.
2013-08-14 09:09:31 -04:00
Tyler Wolf
aea9036ee2 Merge branch 'development' of https://github.com/novus/nvd3 into development 2013-08-13 14:31:36 -04:00
Robin Hu
0ead511d72 [cumulativeLineChart] Fixed bug where clicking on a point in the chart
would not move the index line.
2013-08-13 14:08:39 -04:00
Robin Hu
281f6cfbce Fixed bug in tooltip.js, for situations where parentContainer is undefined.
Added tooltip.js script to pieChartTest.html
2013-08-13 09:28:23 -04:00
Robin Hu
16d0a843fc [cumulativeLineChart] Fixing chart so that dragging index line turns off chart transitions. 2013-08-13 09:02:55 -04:00
Robin Hu
e33e102952 Bumping to version 1.1.5b, due to the addition of 'use strict' everywhere. 2013-08-13 08:54:45 -04:00
Robin Hu
f78caa70fa Removing previousXCoordinate variable from interactiveLayer.js because it was not being referenced. 2013-08-13 08:54:01 -04:00
Robin Hu
7133a13d85 Fixed conflicts in tooltip.js when merging with origin/development. 2013-08-13 08:48:27 -04:00
Robin Hu
1522fee378 Merge branch 'development' of https://github.com/novus/nvd3 into development 2013-08-13 08:47:27 -04:00
Robin Hu
9fbe68c8d8 Adding "use strict"; in all chart code.
Fixed any exceptions thrown when "use strict" was added.
2013-08-12 21:58:17 -04:00
Robin Hu
6d0b196892 Fixing issue #139. Logic in scatter.js for
when yDomain is a constant range (ie, [10,10]) is opposite
of what it should be. Added test cases in lineChartTest and
scatterChartTest.html.
2013-08-12 21:35:00 -04:00
Robin Hu
9770970f79 Fixing issue #190. Changing logic inside scatterChart.js
so that scatter.xDomain and yDomain are not altered
unless xPadding and yPadding are non-zero.
2013-08-12 21:18:17 -04:00
Robin Hu
cdb7e3e271 Fixing bug where tooltips don't show up in right position
if the chart is inside a <div> with overflow:scroll
2013-08-12 21:05:53 -04:00
Robin Hu
efeba92bc8 Bumping to version 1.1.4b. This is because of the transitionDuration property added to many charts. 2013-08-12 14:41:31 -04:00
Tyler Wolf
d9cca0320f lines are now 1.5px wide instead of 2.5px wide 2013-08-12 14:16:45 -04:00
Robin Hu
d8909d3217 Making default transitionDuration=250 for multibar. Rebuilding nv.d3.js 2013-08-12 14:10:30 -04:00
Robin Hu
435cea2cf7 Updated scatterChart with transitionDuration property. 2013-08-12 13:40:43 -04:00
Robin Hu
1f3f3589c3 Added transitionDuration to multiBarChart. 2013-08-12 12:38:38 -04:00
Robin Hu
9e947d4aec Added transitionDuration to discreteBarChart. 2013-08-12 12:20:40 -04:00
Robin Hu
d57fa841ca Added transitioDuration property to stackedAreaChart, lineChart, cumulativeLineChart. 2013-08-12 12:14:43 -04:00
Robin Hu
178700c896 Adding transitionDuration property to line.js 2013-08-12 11:51:47 -04:00
Robin Hu
1969a038d3 Merge branch 'development' of https://github.com/novus/nvd3 into development 2013-08-12 08:57:25 -04:00
Robin Hu
4fe7606c04 Updating scatterPlusLineChart.js to use legend.stateChange. 2013-08-11 22:43:16 -04:00