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

12 Коммитов

Автор SHA1 Сообщение Дата
Mike Bostock 84a6255236 Checkpoint example cleanup. 2012-10-11 16:34:17 -07:00
Mike Bostock d3f855ae01 Rename d3.v3.js to d3.js.
We'll still use the major-versioned name file for d3js.org, but this is simpler.
2012-10-05 18:46:05 -07:00
Mike Bostock 540d3ace3e Fix polar clock example.
The shortest-path interpolation for HSL was causing all the bars to be the same
color. Switching to string-interpolation preserves the original behavior.
2012-07-31 14:54:04 -07:00
Kristofer Monisit cdaf99e663 Bring clock example up-to-date 2012-04-06 12:16:33 +08:00
Mike Bostock 3081dd45ef Consolidate everything into d3.v2.js.
Rather than producing separate files for each module, the default build now
produces a single file. This should encourage better page-load performance as
the files were relatively small. Also, it's easier to deal with only one file
rather than many, especially if you're not quite sure what the dependencies are.
You may still create minimized builds, if you don't want every feature.

This commit also demotes the chart components to the examples directory, rather
than keeping them as part of the core library. As always, D3 is not a charting
library, and these were ever only intended to serve as examples.
2012-02-18 14:04:01 -08:00
Jason Davies 5a87998694 Examples: namespaces are optional as of v2.6.0. 2011-11-23 22:48:13 +00:00
Mike Bostock 16c40a1b3e Merge remote-tracking branch 'jasondavies/new-parens' into release 2011-05-27 14:54:15 -07:00
Mike Bostock 98ef2d185f Prefer style over attr. 2011-05-26 21:15:28 -07:00
Jason Davies 3941be193a Remove extraneous parentheses from `new` operator.
Parentheses are optional if there are no arguments.
2011-05-22 10:22:28 +01:00
Mike Bostock 93ac0c0b14 Add pixelbreaker link. 2011-04-30 13:19:28 -07:00
Mike Bostock c293fde197 Prettify clock example. 2011-04-30 13:13:51 -07:00
Jason Davies 392bcab8f8 Add polar clock example. 2011-04-30 00:19:42 +01:00