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
Jacob Quant
9cac28a26a
Added type check for console.log to prevent IE8+modernizr issues
2013-07-27 14:49:54 -05: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
fa89918faf
Removed trailing commas in interactiveLayer code. Caused javascript error/warning.
2013-07-06 12:47:03 -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
705f7efb29
Merge branch 'master' into development
...
Conflicts:
nv.d3.js
2013-06-28 11:26:43 -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
Robin Hu
c57626ad9b
Merge branch 'master' of https://github.com/novus/nvd3
...
Conflicts:
examples/historicalBarChart.html
nv.d3.js
nv.d3.min.js
src/models/historicalBarChart.js
src/nv.d3.css
2013-06-21 15:48:43 -04:00
Tyler Wolf
abeac917da
fixed a merge conflict. No change to master code, so this commit is not tagged
2013-06-18 18:59:14 -04:00
Tyler Wolf
086e0e5d9e
Merge branch 'grunt' of https://github.com/lihongxun945/nvd3 into lihongxun945-grunt
...
Conflicts:
nv.d3.min.js
2013-06-18 18:54:34 -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
Robin Hu
1703cc428a
Adding historical bar chart code.
2013-06-07 16:24:51 -04:00
Robin Hu
65b97714fa
Merge branch 'master' of https://github.com/novus/nvd3
...
Conflicts:
nv.d3.min.js
2013-06-07 16:05:49 -04:00
Robin Hu
a9b6f3ab09
FIxing bug in line.js.
2013-06-07 15:34:49 -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
twolfnovus
f108de0bd1
Merge branch 'master' of https://github.com/novus/nvd3 into development
...
Conflicts:
nv.d3.min.js
2013-05-09 11:47:46 -04:00
Robin Hu
d690c17a2b
Fixed issue #25 . Updated logic in tooltip.js, so that tooltips are not inserted into SVG containers.
2013-05-08 13:12:51 -04:00
Robin Hu
4ba155d733
For ticket AN-617. Added ability to create an 'average' horizontal line for cumulative line charts. Updated the example HTML file too.
2013-05-08 10:40:05 -04:00
Robin Hu
95b0459d27
Fixed issue #76 . Tooltips were not rendering for bullet charts.
2013-05-07 15:52:46 -04:00
Robin Hu
92df22993d
Added calcApproxTextWidth util function. Fixed overlapping legend, as noted in issue #107 .
2013-05-07 14:26:00 -04:00
Robin Hu
0c422148d9
Merge branch 'master' into development
...
Conflicts:
nv.d3.min.js
2013-05-07 12:04:13 -04:00
Robin Hu
7662281809
Rebuilt nv.d3.js
2013-05-07 12:00:17 -04:00
Robin Hu
0894152def
Fixed issue #131 . Was able to remove errors:
...
d='MZ', cx="NaN", cy="NaN". The error "Problem parsing d=''" remains.
2013-05-07 11:56:42 -04:00
twolfnovus
f00781535b
Merge branch 'master' of https://github.com/novus/nvd3 into development
...
Conflicts:
nv.d3.js
nv.d3.min.js
src/models/multiBar.js
2013-05-07 11:06:52 -04:00
Robin Hu
2350f4a60b
Rebuilt nv.d3.js and nv.d3.min.js, for issue #77 fix.
2013-05-07 10:27:34 -04:00
twolfnovus
a10c25b333
a few changes for v3 upgrade
2013-05-06 18:02:23 -04:00
twolfnovus
0d5f297d61
updated cumulativeLineChart.js
2013-05-02 13:34:36 -04:00
twolfnovus
d3c44f7f00
ran make on 'development'
2013-05-02 12:00:29 -04:00
lihongxun
2a394feab3
add grunt, see more in README.md about how to use intstall and use grunt
2013-04-24 21:14:11 +08:00
Tyler Wolf
b682cf6ad3
Merge branch 'master' into development
...
Conflicts:
nv.d3.min.js
2013-04-19 09:59:11 -04:00
Tyler Wolf
43e86f5405
fixed some small, but problematic issues with indented tree
2013-04-19 09:53:29 -04:00
Dingo
76b97fde13
all models updated to run examples using d3.v3
2013-04-16 15:54:46 -07:00
Dingo
05ba82c0da
ran make on merge with master
2013-04-16 10:17:48 -07:00
Dingo
18b6fd4cbf
Merge branch 'master' of https://github.com/novus/nvd3 into development
...
Conflicts:
nv.d3.min.js
2013-04-16 10:17:05 -07:00
Bob Monteverde
0983d3a40a
Issue #109 : minifying pull request
2013-04-15 07:13:52 -04:00
Tyler Wolf
36d4e999f6
removed logging from multibar.js
2013-04-08 15:29:57 -04:00
Tyler Wolf
7d69723a2d
added hideable attribute to multiBar.js so that the bars can be hidden the multibar is part of a larger chart
2013-04-08 12:39:33 -04:00
Tyler Wolf
db144a9290
updated many models for state management
2013-04-04 15:45:26 -04:00
Tyler Wolf
7335631472
merged mookie5dc-master pull request into master
2013-04-03 14:07:18 -04:00
Tyler Wolf
e092bac1c2
fixed update for parallelCoords.js, ran make for all merged pull requests
2013-04-03 14:03:25 -04:00
Tyler Wolf
ae0a00c877
ran make on latest merges
2013-03-28 09:38:05 -04:00
Tyler Wolf
2572a1ed21
Merge branch 'changes' of https://github.com/pfeffer/nvd3 into pfeffer-changes
2013-03-27 17:17:54 -04:00
Tyler Wolf
1327ca3f86
Added filter functionality to indentedtree model (can be used to filter values besides zero)
2013-03-26 19:45:56 -04:00
Bob Monteverde
a52eddf761
Made state.disabled always set on charts that keep state
2013-03-20 17:46:10 -04:00
Bob Monteverde
859b97a9d3
Fixed padData on scatter, added padDataOuter to account for outerPadding on ordinal scales
2013-03-20 14:40:03 -04:00
Bob Monteverde
88c4157d0e
Minor fix to scatter to allow all series to be disabled and padData set to true without error
2013-03-19 16:30:13 -04:00
Maria
61fbf4ce27
add key description to display in tooltip
2013-03-14 17:43:44 -04:00
Maria
072af64a25
keep the size of pie chart when change the svg size
2013-03-14 12:19:00 -04:00
Maria
fa765c970b
add property for label radius
2013-03-05 12:15:32 -05:00
Bob Monteverde
d376d86d5b
Fixed max and min calculations for multibar stacked
2013-02-28 18:38:33 -05:00
Bob Monteverde
11d504c6cd
Added barColor fucntionality to multibar to imitate what I did for multibarHorizontal
2013-02-28 17:34:02 -05:00
Bob Monteverde
d4566d25e7
Horizontal barcan nopw stack with both positive and negative, verticaly aligned values with center of bar
2013-02-26 17:10:12 -05:00
Ricardo
4fccaa8cb7
#69 : adding a way to color individual bars (rather than the whole series as it is done right now). Leaving the previous behavior as the default.
2013-02-22 15:57:42 -05:00
Ricardo
5079b67649
#68 : giving the controls additional space on the stacked area chart
2013-02-14 13:27:33 -05:00