Commit Graph

551 Commits

Author SHA1 Message Date
Robin Hu
07899e2654 Updating tooltip.js to accept a "footer" element. 2013-09-03 12:39:20 -04:00
Robin Hu
0e116c6b56 Adding interactive Guideline layer double click dispatch event. 2013-09-03 10:28:26 -04:00
Robin Hu
9315679dc7 Adding axisLabelDistance property to axis.js 2013-08-27 21:02:57 -04:00
Robin Hu
c6c00d4a34 Rebuilding nv.d3.js, version 1.1.10 2013-08-26 08:55:16 -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
Robin Hu
f63cd1b732 Merge remote-tracking branch 'origin/development' into development
Conflicts:
	nv.d3.min.js
2013-08-20 16:26:32 -04:00
Tyler Wolf
3bda8b90f2 added classing to links in indentedTree 2013-08-20 10:48:54 -04:00
Robin Hu
b102af9edd Removed a line from multibar chart that was referencing undefined variable
'singlePoint'.
2013-08-17 20:34:45 -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
eb117f90d9 Bumping to version 1.1.8b, because of removal of transitionDuration usage from axis. 2013-08-14 17:08:43 -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
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
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
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
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
Robin Hu
d8909d3217 Making default transitionDuration=250 for multibar. Rebuilding nv.d3.js 2013-08-12 14:10:30 -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
552758c876 Bumping version to 1.1.2b, due to changes in how legend width is calculated for scatter and stacked charts. 2013-08-09 18:01:13 -04:00
Robin Hu
f1d00a33be Rebuilding nv.d3.js 2013-08-09 17:59:57 -04:00
Robin Hu
b9a2d618cc historicalBar: Adding NaNtoZero check to bar height/y. 2013-08-09 16:38:45 -04:00
Robin Hu
39bd96ada4 Rebuilding nv.d3.js 2013-08-08 09:54:45 -04:00
Robin Hu
61ea02e264 Rebuilding nv.d3.js. Bumping version to 1.1.1b, due to stackedArea changes. 2013-08-07 12:57:28 -04:00
Robin Hu
229cbd5121 Fixing tooltip flickering on IE.
Bumping development version # to 1.1.0b, as new significant features have been added.
Rebuilding nv.d3.js
2013-08-06 09:14:47 -04:00
Robin Hu
d978f38436 Rebuilding nv.d3.js 2013-08-06 08:52:56 -04:00
Robin Hu
dc195e6e6e Fixing syntax error in historicalBar.js.
Rebuilding nv.d3.js
2013-08-05 13:21:34 -04:00
Robin Hu
b53101de01 Rebuilding nv.d3.js 2013-08-05 09:07:19 -04:00
Robin Hu
44ec8ab87a Fixing issue in interactiveGuideline, where mouseOut dispatch
should be fired when the user mouses out of the <svg> container,
and into a non-svg element.
2013-08-02 15:25:37 -04:00
Robin Hu
799b06254c To make the interactive layer work on Chrome, need
to put a transparent <rect> behind every chart.
2013-07-25 17:17:14 -04:00
Robin Hu
cbd8614d97 Rebuilding nv.d3.js 2013-07-25 16:04:09 -04:00
Robin Hu
579a9b1cf1 Rebuilding nv.d3.js 2013-07-22 12:58:37 -04:00
Tyler Wolf
e918466d57 Merge branch 'development' of https://github.com/novus/nvd3 into development
Conflicts:
	nv.d3.min.js
2013-07-22 10:46:13 -04:00
Tyler Wolf
e4b46f3c81 added case 'none' to tooltip code 2013-07-22 10:45:20 -04:00
Robin Hu
3fc286a3aa Adding try/catch block around getComputedtextLength.
Adding white-space:nowrap to nvtooltip.
2013-07-16 16:20:03 -04:00
Robin Hu
2725a44021 Adding with-3d-shadow style. This style class adds rounded corners and box shadow. 2013-07-15 14:13:14 -04:00
Robin Hu
c801cf2733 Putting back chart.container=this, in scatterChart.js.
A third party function we are using was referencing this property.
2013-07-15 13:44:24 -04:00
Robin Hu
493160f13b Rebuilding nv.d3.js 2013-07-12 18:13:55 -04:00
Robin Hu
7f24fe8d1f Rebuilding nv.d3.js 2013-07-12 17:56:19 -04:00
Robin Hu
d8ba26dc06 Cleaning up code for the MSIE svg.getScreenCTM issue.
REbuilding nv.d3.js
2013-07-11 17:42:28 -04:00
Robin Hu
729d57cda8 Rebuilding nv.d3.js 2013-07-10 12:24:19 -04:00
Robin Hu
e6ea912eb6 Merge branch 'development' of https://github.com/novus/nvd3 into development
Conflicts:
	nv.d3.min.js
2013-07-10 09:20:26 -04:00
frank shao
c0a0c8b2f0 make 2013-07-09 18:11:14 -04:00