Граф коммитов

9 Коммитов

Автор SHA1 Сообщение Дата
Mike Bostock c2e37352ac Fix for IE9's style.setProperty.
IE9 does not string-coerce values, instead throwing an error. We now wrap IE9's
implementation to force string coercion. While it would be simpler to turn on
string-coercion for all browsers inside D3's style operator, this approach
avoids penalizing standards-compliant browsers.

This commit also moves language-compatibility code to a separate directory, and
deletes the obsolete Object.create polyfill, which is no longer needed by D3.
2011-08-28 19:35:53 -07:00
Mike Bostock 746ec74663 Add tests for xhr and friends. 2011-08-16 22:28:15 -07:00
Mike Bostock 9a2c6a0657 Add test for scale.linear.
Woot! Found a bug in d3.interpolate related to string coercion and colors.
2011-08-15 15:12:54 -07:00
Mike Bostock aa5ac0342e Add test for svg.arc. 2011-08-15 12:16:14 -07:00
Mike Bostock 3771bf5f64 Add test for hsl. 2011-08-14 11:16:03 -07:00
Mike Bostock 3685a428fe Add test for rgb. 2011-08-14 10:53:34 -07:00
Mike Bostock 94800d39d2 Add test for selection.sort. 2011-08-13 17:27:54 -07:00
Mike Bostock 1444698b22 Add tests for selection select and selectAll. 2011-08-12 23:26:46 -07:00
Mike Bostock 0e9589d1f2 Checkpoint new test framework using Vows. 2011-08-12 18:07:42 -07:00