https://github.com/d3/d3

sort by:
Revision Author Date Message Commit Date
626ea33 documentation for https://github.com/d3/d3-time/pull/66 02 November 2023, 12:57:57 UTC
6e37f0a Edit sentence to fix potential typo and for consistency (#3780) I believe that the word should have been "radians", not "radius". Instead of fixing this (potential) typo, however, maybe deleting this part of the sentence altogether is the better option? Deleting it makes the `arc.startAngle(angle)` description match the `arc.endAngle(angle)` description (which does not mention radius/radians in the corresponding sentence). Radians are addressed elsewhere, so mentioning them in the edited sentence is, perhaps, not necessary. 30 October 2023, 14:43:05 UTC
1c3a2eb scaleTime example (#3785) use scaleTime in the d3.scaleTime example (the results are unchanged since the domain is specified). 23 October 2023, 16:33:40 UTC
3f4a2d7 always have exactly two/three elements (#3782) * always has exactly three elements * always have exactly two/three elements 15 October 2023, 07:17:55 UTC
a7108de Update Slack invite links (#3781) 12 October 2023, 23:19:58 UTC
cda2c99 Fix small typo (#3779) 11 October 2023, 13:04:01 UTC
5fbac55 restructure README, redirect API (#3776) * restructure README, redirect API https://github.com/d3/d3/issues/3775 * Update README.md --------- Co-authored-by: Mike Bostock <mbostock@gmail.com> 06 October 2023, 16:59:52 UTC
e4682f1 single module (#3773) * add an example of how to load from a single module (using the recommended ESM method & destructuring) * apply suggestions from review 05 October 2023, 19:25:28 UTC
356b826 remove newsletter link for now (#3774) 05 October 2023, 19:12:59 UTC
a1453fa Ref. https://github.com/d3/d3-force/pull/222 04 October 2023, 14:13:36 UTC
2e5c7ec remove unused import 24 August 2023, 17:06:55 UTC
3158ddd fix link to example (#3758) * fix link to example * Update docs/d3-force.md --------- Co-authored-by: Mike Bostock <mbostock@gmail.com> 23 August 2023, 15:46:11 UTC
af562ed add mutation warnings (#3755) * docs: warn about impure fn in `simulation.md` * mutation warnings --------- Co-authored-by: Hamir Mahal <hamirmahal@gmail.com> 21 August 2023, 21:05:06 UTC
fa4553c Fix d3-time example (#3750) 21 August 2023, 18:09:14 UTC
ae90f87 fix broken link (#3747) 08 August 2023, 14:06:06 UTC
a6e1f7e more rel=external; sitemap 31 July 2023, 20:38:10 UTC
5bab785 rel=external (#3746) 29 July 2023, 17:08:37 UTC
0eb853b a few links to notebooks that have been refreshed (#3698) * a few links to notebooks that have been refreshed * more deprecated links * blocks closes #3696 29 July 2023, 16:44:36 UTC
a0e4616 remove line hash (#3695) 25 June 2023, 15:02:26 UTC
77c986d fix margin 23 June 2023, 00:08:36 UTC
d84fc71 link contours example 22 June 2023, 23:55:36 UTC
4bb258e fix example link 22 June 2023, 23:41:53 UTC
987a2f2 link force example 22 June 2023, 23:23:47 UTC
95ddc9b update Slack invite 22 June 2023, 22:22:49 UTC
1d059f1 axis edits 22 June 2023, 21:55:33 UTC
cb1f893 how does preload even 🤷 21 June 2023, 16:42:17 UTC
3659bae json, default crossorigin? 21 June 2023, 16:39:08 UTC
9968144 octet-stream? 21 June 2023, 16:32:08 UTC
eef4742 preload data; optimize logo 21 June 2023, 16:17:38 UTC
d114670 tweak chord example 20 June 2023, 16:33:11 UTC
57dd13b computeTreeWidth 19 June 2023, 15:26:55 UTC
5fa55f0 Revert "posthog" This reverts commit fd5b6b1ad4c15e51780abdd913ddbd15bc60f4da. 18 June 2023, 20:16:40 UTC
fd5b6b1 posthog 18 June 2023, 19:58:48 UTC
44329f2 remove issue template 17 June 2023, 20:35:58 UTC
8536272 logo diagram 17 June 2023, 19:27:00 UTC
d331c14 open by default 17 June 2023, 15:49:13 UTC
0d29e08 Update README.md 17 June 2023, 15:47:37 UTC
5a65568 who 17 June 2023, 15:07:42 UTC
69be72d better wrap 17 June 2023, 14:32:48 UTC
1896491 more utms 16 June 2023, 23:37:47 UTC
fb0f578 utm for promo 16 June 2023, 23:25:55 UTC
30d0ad6 remove base path 16 June 2023, 23:08:24 UTC
9e65768 an intro for axis, and a clickable easter egg (#3680) * an intro for axis, and a clickable easter egg * Update docs/components/ExampleAnimatedAxis.vue Co-authored-by: Mike Bostock <mbostock@gmail.com> * simpler axes * d3-axis instead of plot * g element --------- Co-authored-by: Mike Bostock <mbostock@gmail.com> 16 June 2023, 20:41:47 UTC
991cbdd left-align when single column 16 June 2023, 19:56:40 UTC
87d8285 build on observable 16 June 2023, 18:30:23 UTC
df08ef8 sandbox ↗︎ 16 June 2023, 15:21:20 UTC
65ec8e5 link to the chord example https://observablehq.com/@d3/chord-diagram/2 (#3682) complement to https://github.com/d3/d3/pull/3670#issuecomment-1594625531 16 June 2023, 12:55:26 UTC
9f88f02 fix dark tree 15 June 2023, 23:35:29 UTC
fbf24bb tree diagram 15 June 2023, 23:33:01 UTC
ef348fc tweak what is 15 June 2023, 18:53:27 UTC
8edd8d3 example chord (#3670) * example chord * ssr chord diagram --------- Co-authored-by: Mike Bostock <mbostock@gmail.com> 15 June 2023, 18:43:45 UTC
5e1ef93 add color (#3669) * add color * border-bottom: solid 2px color * ColorSpan component * more ColorSpan * fix ColorSpan --------- Co-authored-by: Mike Bostock <mbostock@gmail.com> 15 June 2023, 18:02:33 UTC
f19b4bc variety of (#3681) 15 June 2023, 06:58:48 UTC
5d817f6 tweak what is 15 June 2023, 04:09:59 UTC
9604bea plot loc 14 June 2023, 23:07:38 UTC
27c7a95 more what is 14 June 2023, 23:00:39 UTC
ec5916d fixes radio button alignment on Safari (#3678) 14 June 2023, 16:43:16 UTC
1582f4a “let it breathe” 14 June 2023, 02:34:39 UTC
e9b2d69 custom footer 14 June 2023, 02:31:28 UTC
b43304d dial it down a bit 14 June 2023, 01:42:20 UTC
fe06e9a no drop-shadow for logo 14 June 2023, 01:35:28 UTC
79e6048 observable logo 14 June 2023, 01:28:47 UTC
b331c1f fix animation blur clip 14 June 2023, 01:27:14 UTC
0cae850 what is d3 13 June 2023, 23:15:07 UTC
cd09a14 test documentation links (#3673) * test documentation links * fix hard errors (non-existing files) * more links (force is now defined in d3-force/simulation.md) * this version is a bit more complicated but it doesn't crawl, and it works with the plot project too * move eslint env * async test --------- Co-authored-by: Mike Bostock <mbostock@gmail.com> 13 June 2023, 16:57:28 UTC
8e27e65 avoid rotation jumpiness (#3677) * avoid rotation jumpiness * tweak logic --------- Co-authored-by: Mike Bostock <mbostock@gmail.com> 13 June 2023, 16:33:02 UTC
c24fc8a State a general principle for which d3 modules compete with React (#3676) Not sure about the exact phrasing but I think something like this would be nice. It'd be overwhelming to list every module that touches the DOM, but it may be frustratingly vague to just say "most don't, some do". Is there a general principle by which the uninitiated reader might spot which do and don't? As a beginner programmer learning D3 I know I didn't have a good mental model of where the DOM fit in, but I think I'd at least be able to spot "does this take a selection". 12 June 2023, 19:35:49 UTC
fcb5924 fix for ultrawide screens 12 June 2023, 16:14:16 UTC
8f507cb fix textStroke (#3672) 12 June 2023, 13:36:50 UTC
d151858 sequenced quadtree animation 12 June 2023, 00:49:49 UTC
33a98e8 better quadtree animation 12 June 2023, 00:39:33 UTC
2b511cd icon 12 June 2023, 00:04:06 UTC
4a8fd2e a clip-path 11 June 2023, 21:13:19 UTC
fe59f04 upgrade vitepress to beta.2 (#3671) 11 June 2023, 20:16:51 UTC
b1b794c live graticule 11 June 2023, 06:15:47 UTC
5bfd60d animated quadtree 11 June 2023, 05:29:07 UTC
995f525 new tag line 11 June 2023, 03:06:48 UTC
92a7235 responsive grid size 11 June 2023, 02:45:39 UTC
5ad2902 tweak animation timing 10 June 2023, 21:55:01 UTC
33bb658 hex grid 10 June 2023, 19:21:03 UTC
fac6d23 ssr volcano 10 June 2023, 04:43:44 UTC
b341b5f fix link 10 June 2023, 04:36:28 UTC
0ba7e39 example improvements 10 June 2023, 03:58:41 UTC
8a3c566 disjoint force example 10 June 2023, 03:01:35 UTC
97b66d8 reorder content 10 June 2023, 02:41:51 UTC
a8c9156 fix viewBox serialization? 09 June 2023, 22:38:01 UTC
d25faf9 gratuitous rotate effect 09 June 2023, 19:19:25 UTC
31d60cc fix disconnect scope 09 June 2023, 19:09:44 UTC
e9446d9 better maps 09 June 2023, 17:56:04 UTC
089efb3 more live maps 09 June 2023, 17:37:51 UTC
a5df94e Merge branch 'main' of github.com:d3/d3 09 June 2023, 16:55:28 UTC
a4fe425 live azimuthal maps 09 June 2023, 16:55:25 UTC
03e3307 two more anchors… hopefully the last (#3666) 09 June 2023, 16:08:58 UTC
664c058 Merge branch 'main' of github.com:d3/d3 09 June 2023, 15:56:51 UTC
79d569e debounce pointermove 09 June 2023, 15:56:47 UTC
1497db2 more anchor fixes & restructure API/geo (#3662) * more fixes * remove raw * restructure API/geo * fix broken headers 09 June 2023, 14:22:35 UTC
fafe69f tweak transitions 09 June 2023, 14:16:43 UTC
f9787e9 fork link 09 June 2023, 05:03:15 UTC
f933615 forceCollide interactive 09 June 2023, 04:51:51 UTC
efd5cf1 fix broken anchors (#3660) * d3-geo/azimuthal#geoGnomonic * bin * ribbon, contour * voronoi * drag * dsv * a batch of api * api * force * geo * color * diverging * linear * more scales * time * Fixing broken links in docs (#3661) * symlog_constant * fix voronoi links * more link fixes --------- Co-authored-by: Toph Tucker <tophtucker@gmail.com> Co-authored-by: Mike Bostock <mbostock@gmail.com> 09 June 2023, 02:36:35 UTC
back to top