Felix Fung
79215bd245
Fix d3 Selection.node and update test
...
tsc d3-test.ts passes
2013-09-10 02:18:42 -04:00
Felix Fung
971a757638
D3's Selection.node() returns an HTMLElement
...
d3_documentElement = document.documentElement and d3_select is
initialized from a querySelection so node() will only ever return
HTMLElement or null. We mistook it for SVGLocatable because of the
following in d3-test.js:
var box = label.node().getBBox();
But that's a different node() function altogether.
2013-09-06 10:51:09 -04:00
Jonas
5524c9f258
toString on Color returns a string
2013-08-23 10:25:06 +02:00
Diullei Gomes
21e347b29b
Merge pull request #887 from ashwinr/master
...
update d3 and mocha definitions
2013-08-20 18:28:04 -07:00
ashwinr
eba1bc3c13
Update d3.d.ts
...
Fix transform definition.
2013-08-19 15:51:33 -04:00
Diullei Gomes
d300cf5a8a
Merge pull request #881 from ashwinr/master
...
add definition for d3.transform
2013-08-17 18:04:02 -07:00
Ashwin Ramaswamy
ef53454ef4
add definition for d3.transform
2013-08-17 16:36:44 -04:00
Ben Jackman
e2e81a42db
d3: Got rid of implicit any errors.
...
Signed-off-by: Ben Jackman <ben@jackman.biz >
2013-08-16 00:13:31 -05:00
Michael Miller
eb598fa197
Add support for d3.round to D3.Base
2013-08-15 05:00:06 -04:00
Michael Miller
79af0ec053
Add support for d3's tickPadding and tickValues functions.
2013-08-15 04:49:00 -04:00
Diullei Gomes
b0f8d75035
bug fix - d3
2013-07-22 12:28:19 -03:00
Utkarsh Upadhyay
fb2e396858
Fix issue #668 .
...
Change the spellings of Types/docs to American English.
2013-07-21 21:45:19 +02:00
Utkarsh Upadhyay
7525e6f5d4
Fix type of keyFunction in d3.nest().key(keyFunction)
2013-07-14 22:40:12 +02:00
Utkarsh Upadhyay
253488be2a
Replace HTMLelementSVGLocatable with SVGLocatable
2013-07-14 02:14:45 +02:00
Utkarsh Upadhyay
06c68fb372
Improve d3's types.
2013-07-14 02:00:35 +02:00
Neil Stalker
12116b890f
Update d3
2013-06-20 20:11:40 +01:00
Boris Yankov
3643a97a0f
Merge hansrwindhoff pull-request
2013-05-25 14:18:11 +03:00
Neil Stalker
e85d85f91a
Update d3 superformula definition
2013-05-18 08:01:20 +01:00
hansrwindhoff
9a255728e9
Force is part of Layout
...
I missed that ...
2013-04-30 08:15:27 -06:00
hansrwindhoff
1123b76048
force layout defs
2013-04-26 21:00:58 -06:00
Neil Stalker
54f6dbc7bf
Fix issues in d3 definition
2013-04-23 12:24:02 +01:00
Richard Birkby
a6975c8496
Add more D3 Transition methods
2013-03-27 23:10:11 +00:00
Neil Stalker
be0cf8a3d3
Update d3 definition
2013-02-25 20:18:28 +00:00
Neil Stalker
d9cb849184
Update d3 definition
2013-02-24 21:00:10 +00:00
Diullei Gomes
e4a13a007f
d3js header was normalized.
2013-02-16 18:22:53 -02:00
Neil Stalker
a259b8ee66
Update d3 definition
2013-02-14 19:57:14 +00:00
Neil Stalker
673cc322dd
Update d3 definition
2013-02-13 22:50:17 +00:00
Neil Stalker
725600bda7
Update d3 definition
2013-01-26 17:29:07 +00:00
Boris Yankov
8d16022cde
Move d3 superformula plugin to dedicated folder
2013-01-23 20:09:55 +02:00
hansrwindhoff
15f015047d
Create superformula.ts
...
definitions for the superformula.js d3 plugin
https://raw.github.com/d3/d3-plugins/master/superformula/superformula.js
2013-01-21 21:18:52 -08:00
Boris Yankov
c98eebb137
Rename all definition files, remove versions
2013-01-17 17:17:27 +02:00
hansrwindhoff
836bc2fc7b
translate type is number[]
2013-01-04 23:50:35 -07:00
hansrwindhoff
0f0565123e
Update d3/d3-2.10.d.ts
...
some more behavior and symbol definitions
2013-01-02 10:43:23 -07:00
hansrwindhoff
76cb25013d
Update d3/d3-2.10.d.ts
...
Adding some definitions for behavoir
2013-01-01 17:40:09 -07:00
Boris Yankov
8696ce11f8
Add D3 definitions from TypeScript project and few tests
2012-11-19 15:02:21 +02:00