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
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