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
Robin Hu
874e068d9f
The code to create the interactive guideline is now placed after
...
the code that creates the legend.
This fixes an issue where the guideline would extend past
the X-axis, when the legend was more than two lines.
2013-07-09 17:20:20 -04:00
Robin Hu
5e5ba5c34b
Merge branch 'development' into nvd3-UI-134
...
Conflicts:
nv.d3.min.js
2013-07-09 11:06:44 -04:00
Robin Hu
4c3554db5d
Rebuilt nv.d3.js
2013-07-09 11:05:51 -04:00
Robin Hu
3a75b583ca
Created more robust tooltip solution. Tooltips render inside the SVG's parent DIV.
...
They can be positioned, even if there are relative positioned elements above it.
2013-07-08 17:19:10 -04:00
Robin Hu
8dea03da44
Converted tooltip.js getTooltipContainer function to use d3.select.
...
Rebuilt nv.d3.js
2013-07-08 15:38:56 -04:00
Robin Hu
e1e9144e5f
Updating lineChartSVGResize example to use interactive guideline.
...
Rebuilding nv.d3.js.
2013-07-08 11:25:58 -04:00
Robin Hu
c13be39c12
Added inline comments.
...
Changed style td.legend to td.legend-color-guide, becuase it conflicts with another .legend style being used elsewhere.
2013-07-08 09:36:29 -04:00
Robin Hu
65edf27199
Fixed bug in nv.interactiveBisect, for situations where the xAccessor is
...
function(d,i) { return i}
2013-07-06 13:25:52 -04:00
Robin Hu
3c6d1b65ee
Added historicalBar.interactive. If set to false, tooltips/hoverovers don't work.
2013-07-06 11:25:29 -04:00
Robin Hu
b07d1f2a87
Added back the 'tooltips' boolean flag to lineChart.dispatch.tooltipShow.
...
REbuilt nv.d3.js and minified version.
2013-07-06 10:46:17 -04:00
Tyler Wolf
f84a1bfaa9
fixed bug on previous push
2013-07-03 15:46:12 -04:00
Tyler Wolf
45e5efa82c
fixed discrete bar chart y bleeding on ydomain min >0
2013-07-03 15:33:34 -04:00
Robin Hu
9122285ae5
Merge branch 'development' of https://github.com/novus/nvd3 into development
...
Conflicts:
nv.d3.min.js
2013-07-01 10:32:04 -04:00
Tyler Wolf
c1db474991
Merge branch 'development' of https://github.com/novus/nvd3 into development
...
Conflicts:
nv.d3.min.js
2013-06-28 11:27:46 -04:00
Tyler Wolf
9d13fb73a4
updated multiChart to allow changing yDomain on yscales
2013-06-28 11:26:12 -04:00
Robin Hu
d10350455e
Added 'rightAlign' property to legend.js (defaults to true). If set to 'false', legends become left aligned.
2013-06-27 15:39:18 -04:00
Robin Hu
24b949d931
Fixed two stacked area chart issues:
...
1. When in expanded view in stacked area chart, if there is missing data (zero data), 'holes' will be displayed in the chart where data is missing.
2. Tooltips used to be disabled if the stacked area showed values less than zero. This functionality has been disabled.
2013-06-25 12:06:14 -04:00
Tyler Wolf
a1e6ad4d8b
ran make
2013-06-18 18:36:56 -04:00
Robin Hu
104921eb68
rebuilding nv.d3.js and minified version.
2013-06-17 10:26:38 -04:00
Robin Hu
0151cdccab
Made it so that double clicking a legend item will cause all other series' to be disabled.
2013-06-11 16:38:39 -04:00
Robin Hu
739b93fecf
Adding ability to right align the Y-axis for historical bar and line charts.
2013-06-11 12:59:33 -04:00
Robin Hu
319520513f
Updated historical bar chart so that the xAxis.ticks property must be set by the user of the chart. Also changed is so that the y-axis has 0 transition.
2013-06-10 12:02:56 -04:00
Robin Hu
62edb49ab8
Added showXAxis and showYAxis feature to lineChart and historicalBarChart.
2013-06-07 17:07:00 -04:00
Robin Hu
7bf1091f41
Adding historical bar chart.
2013-06-07 16:34:57 -04:00
Tyler Wolf
bb5146775e
minified nv.d3.js
2013-06-05 14:54:36 -04:00
Dingo
b0bc28cbe0
fixed cumulativeLineChart drag lag
2013-06-03 23:51:42 -04:00
Tyler Wolf
af8b13dd48
Merge branch 'master' of https://github.com/novus/nvd3 into development
...
Conflicts:
nv.d3.min.js
2013-05-31 10:00:03 -04:00
frank shao
90e4078941
Adjusted jitter in scatter.js
2013-05-31 09:57:33 -04:00
Tyler Wolf
a437d1ef0e
Merge branch 'master' of https://github.com/novus/nvd3 into development
...
Conflicts:
nv.d3.min.js
2013-05-31 09:48:48 -04:00
Robin Hu
577a57d405
Rebuilding nv.d3.js and nv.d3.min.js for Issue #140
2013-05-22 14:55:06 -04:00
Tyler Wolf
bd0aab25ca
lots of changes
2013-05-17 19:31:30 -04:00
Tyler Wolf
1ac80d87c8
Merge branch 'master' of https://github.com/novus/nvd3 into development
...
Conflicts:
nv.d3.min.js
2013-05-17 16:49:32 -04:00
Tyler Wolf
a6c18a730a
almost there
2013-05-17 16:48:52 -04:00
Robin Hu
1097586ec3
Rebuilding nv.d3.js and nv.d3.min.js
2013-05-15 13:15:58 -04:00
Tyler Wolf
fb5897eb52
progress
2013-05-13 19:09:23 -04:00
Tyler Wolf
a67a42333e
updates, on hperf pages
2013-05-13 15:14:32 -04:00
twolfnovus
a65b5c4988
Merge branch 'master' of https://github.com/novus/nvd3 into development
...
Conflicts:
nv.d3.min.js
2013-05-13 12:03:13 -04:00
Robin Hu
ba44aa3053
Fixing issue #136 . Improved logic in tooltip.js for handling <svg> and <g> tags.
2013-05-10 09:31:02 -04:00
Robin Hu
9fc096f3a4
Rebuilt nv.d3.js and nv.d3.min.js for issue #22
2013-05-09 17:11:46 -04:00