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
|
6fcee4e17d
|
Removed some line breaks that were added.
|
2013-05-07 11:59:29 -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 |
|
Robin Hu
|
c5d7a63cfb
|
For issue 77. Changed some code in multiBar.js to use selection.transition() instead of d3.transition(selection) syntax.
|
2013-05-07 09:48:08 -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 |
|
twolfnovus
|
16ba25c7f1
|
Merge branch 'development' of https://github.com/novus/nvd3 into development
|
2013-05-02 11:59:54 -04:00 |
|
frank shao
|
ba59c9e019
|
#128 fixed
|
2013-05-02 11:52:47 -04:00 |
|
twolfnovus
|
034d7f8b50
|
updated readme
|
2013-05-01 11:26:26 -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
|
6a6e0d7329
|
Merge branch 'development' into d3v3_Upgrade
Conflicts:
examples/parallelCoordinates.html
lib/d3.v3.js
|
2013-04-19 10:04:52 -04:00 |
|
Tyler Wolf
|
7e9b8c013c
|
added d3 v3 to lib folder
|
2013-04-19 10:02:11 -04: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 |
|
Tyler Wolf
|
d6a3043a98
|
Merge pull request #112 from ruzz311/development
fixed invalid html in parallel coordinate example
|
2013-04-17 09:38:34 -07:00 |
|
Dingo
|
76b97fde13
|
all models updated to run examples using d3.v3
|
2013-04-16 15:54:46 -07:00 |
|
Dingo
|
dd94b599fe
|
Merge branch 'development' into d3v3_Upgrade
|
2013-04-16 10:23:46 -07:00 |
|
Dingo
|
ad288b96f4
|
Merge branch 'master' of https://github.com/novus/nvd3 into d3v3_Upgrade
|
2013-04-16 10:23:20 -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 |
|
Dingo
|
80dd13db90
|
Merge branch 'development' of https://github.com/novus/nvd3 into development
|
2013-04-16 10:14:16 -07:00 |
|
Dingo
|
833d4391f4
|
changes to linePlusBar and linePlusBarWithFocus
|
2013-04-16 10:14:03 -07:00 |
|
Bob Monteverde
|
0983d3a40a
|
Issue #109: minifying pull request
|
2013-04-15 07:13:52 -04:00 |
|
ciaranj
|
b2ef5f2254
|
Fixes Issue #109 - Prototype.js breaks StackedAreaChart
It appears the specification of the sizeDomain as a single element
array causes d3.js to use the wrong interpolatin function internally.
|
2013-04-15 12:06:39 +01:00 |
|
Russell Madsen
|
6bb9a2dd97
|
fixed invalid html in parallel coordinate example
|
2013-04-11 15:57:08 -05:00 |
|
Tyler Wolf
|
93ed2ad226
|
added a few semicolons
|
2013-04-08 17:04:33 -04:00 |
|
Tyler Wolf
|
36d4e999f6
|
removed logging from multibar.js
|
2013-04-08 15:29:57 -04:00 |
|
Tyler Wolf
|
aecb504863
|
Merge branch 'development' of https://github.com/novus/nvd3 into development
|
2013-04-08 12:41:08 -04:00 |
|
Tyler Wolf
|
218f284f1e
|
Merge branch 'master' of https://github.com/novus/nvd3 into development
|
2013-04-08 12:40:16 -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 |
|
Dingo
|
d1aeaaa9e0
|
Added lineplusbarwithfocuschart to makefile
|
2013-04-06 23:19:31 -04:00 |
|
Dingo
|
f41a4db9b9
|
updating alphabetically, working on indentedTree.js
|
2013-04-06 11:46:51 -04:00 |
|
Dingo
|
0593a97d44
|
fixing issue with lineWithFocusChart.js
|
2013-04-06 11:19:12 -04:00 |
|
Dingo
|
f74b4def45
|
updated README.md
|
2013-04-06 10:48:49 -04:00 |
|
Dingo
|
aeb3011711
|
Merge branch 'master' of https://github.com/novus/nvd3 into development
|
2013-04-06 10:45:12 -04:00 |
|
Dingo
|
1440722a09
|
Updated README.md
|
2013-04-06 10:39:30 -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
|
aad23db0f0
|
Merge branch 'master' of https://github.com/novus/nvd3
|
2013-04-03 14:02:25 -04:00 |
|
Tyler Wolf
|
fb8bfe4a6a
|
Merge pull request #6 from kapep/master
Fixed rotateLabels option for multiBarCharts
|
2013-04-03 10:59:33 -07:00 |
|
Tyler Wolf
|
9c40278049
|
Merge pull request #104 from areski/master
Fix Display of the PieChart example
|
2013-04-03 10:57:38 -07:00 |
|
Tyler Wolf
|
37353cb7c2
|
Merge branch 'master' of https://github.com/novus/nvd3
|
2013-04-03 13:51:22 -04:00 |
|