Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
blehman
/
d3
Public
forked from
d3/d3
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
d3
src
on
v2.9.5
User selector
All users
All time
Commit history
Commits on Jun 24, 2012
Merge branch '2.9.5'
mbostock
committed
e71de33
View commit details
Copy full SHA for e71de33
View code at this point
Browse repository at this point
Merge branch 'fix-interpolate-rotate' into 2.9.5
mbostock
committed
a3ab896
View commit details
Copy full SHA for a3ab896
View code at this point
Browse repository at this point
Merge branch 'fix-classed-whitespace' into 2.9.5
mbostock
committed
9f96939
View commit details
Copy full SHA for 9f96939
View code at this point
Browse repository at this point
More robust fix to d3.interpolateTransform.
mbostock
committed
8598dc4
View commit details
Copy full SHA for 8598dc4
View code at this point
Browse repository at this point
Remove extraneous parens.
mbostock
committed
4142e43
View commit details
Copy full SHA for 4142e43
View code at this point
Browse repository at this point
Fix bug with unexpected transition inheritance.
Show description for cc359a9
mbostock
committed
cc359a9
View commit details
Copy full SHA for cc359a9
View code at this point
Browse repository at this point
Commits on Jun 22, 2012
Merge branch 'master' into fix-interpolate-rotate
mbostock
committed
e4f4a31
View commit details
Copy full SHA for e4f4a31
View code at this point
Browse repository at this point
Fix #661; d3.interpolateTransform for rotate.
mbostock
committed
4059d3b
View commit details
Copy full SHA for 4059d3b
View code at this point
Browse repository at this point
Commits on Jun 20, 2012
Remove spurious whitespace from class name list before splitting to eliminate null strings, which generate an error from classed(value, false). Fixes #675.
krid
committed
7e0daf2
View commit details
Copy full SHA for 7e0daf2
View code at this point
Browse repository at this point
Commits on Jun 19, 2012
Merge branch '2.9.4'
mbostock
committed
ad43a2e
View commit details
Copy full SHA for ad43a2e
View code at this point
Browse repository at this point
Merge branch 'master' of https://github.com/geowa4/d3 into 2.9.4
mbostock
committed
4ff1d66
View commit details
Copy full SHA for 4ff1d66
View code at this point
Browse repository at this point
Merge branch 'xhr' of https://github.com/jasondavies/d3 into 2.9.4
mbostock
committed
554f26b
View commit details
Copy full SHA for 554f26b
View code at this point
Browse repository at this point
Commits on Jun 14, 2012
Merge branch '2.9.3'
mbostock
committed
b6153d2
View commit details
Copy full SHA for b6153d2
View code at this point
Browse repository at this point
Merge branch 'fix-log-ticks' into 2.9.3
mbostock
committed
0d31c17
View commit details
Copy full SHA for 0d31c17
View code at this point
Browse repository at this point
Always display powers-of-ten tick labels.
Show description for 0f12c1b
mbostock
committed
0f12c1b
View commit details
Copy full SHA for 0f12c1b
View code at this point
Browse repository at this point
Merge branch 'master' of https://github.com/bdon/d3 into 2.9.3
mbostock
committed
83c6f20
View commit details
Copy full SHA for 83c6f20
View code at this point
Browse repository at this point
Merge branch 'line-bundle' of https://github.com/jasondavies/d3 into 2.9.3
mbostock
committed
bc9ac2d
View commit details
Copy full SHA for bc9ac2d
View code at this point
Browse repository at this point
Commits on Jun 1, 2012
Return value of parsing invalid ISO 8601 date is consistent with other formats.
bdon
committed
3594c39
View commit details
Copy full SHA for 3594c39
View code at this point
Browse repository at this point
Commits on May 29, 2012
When using Sizzle, the API for `d3_select` changes when there is no element to select. When using Sizzle, `undefined` is returned since `[][0] === undefined`. Without Sizzle, `d3_select` returns `n…
Show description for 8e17e0f
geowa4
committed
8e17e0f
View commit details
Copy full SHA for 8e17e0f
View code at this point
Browse repository at this point
Commits on May 16, 2012
Merge branch '2.9.2'
mbostock
committed
dd2a424
View commit details
Copy full SHA for dd2a424
View code at this point
Browse repository at this point
Merge branch 'fix-si-format-rounding' into 2.9.2
mbostock
committed
5fff2c3
View commit details
Copy full SHA for 5fff2c3
View code at this point
Browse repository at this point
Commits on May 11, 2012
Fix dangling global in d3.layout.pie.
jasondavies
committed
7827bdc
View commit details
Copy full SHA for 7827bdc
View code at this point
Browse repository at this point
Fix dangling global in d3.layout.hierarchy.
jasondavies
committed
4860ec0
View commit details
Copy full SHA for 4860ec0
View code at this point
Browse repository at this point
Commits on May 9, 2012
"Bundle" interpolation for single-element arrays.
Show description for fe6d0fd
jasondavies
committed
fe6d0fd
View commit details
Copy full SHA for fe6d0fd
View code at this point
Browse repository at this point
Fix commit 637896b to use src/package.js.
mbostock
committed
1affcd2
View commit details
Copy full SHA for 1affcd2
View code at this point
Browse repository at this point
Commits on May 4, 2012
Simpler workaround for local d3.xhr.
Show description for 53d117e
jasondavies
committed
53d117e
View commit details
Copy full SHA for 53d117e
View code at this point
Browse repository at this point
Commits on May 3, 2012
Fix d3.xhr for local URIs.
Show description for 95b1eaa
jasondavies
committed
95b1eaa
View commit details
Copy full SHA for 95b1eaa
View code at this point
Browse repository at this point
Commits on Apr 26, 2012
removing .js from core require
webmonarch
committed
c36891e
View commit details
Copy full SHA for c36891e
View code at this point
Browse repository at this point
Fix another rounding bug with SI-format.
Show description for 00bc3f0
mbostock
committed
00bc3f0
View commit details
Copy full SHA for 00bc3f0
View code at this point
Browse repository at this point
Commits on Apr 25, 2012
removing dependency on index.js: makes bootstrapping the build from git checkout much easier
webmonarch
committed
e5abda5
View commit details
Copy full SHA for e5abda5
View code at this point
Browse repository at this point
Commits on Apr 19, 2012
Fix background events for d3.svg.brush.
Show description for d3bad29
mbostock
committed
d3bad29
View commit details
Copy full SHA for d3bad29
View code at this point
Browse repository at this point
Commits on Apr 15, 2012
Merge branch '2.9.0'
mbostock
committed
907c5a5
View commit details
Copy full SHA for 907c5a5
View code at this point
Browse repository at this point
Revert X-Requested-With header.
Show description for d165879
mbostock
committed
d165879
View commit details
Copy full SHA for d165879
View code at this point
Browse repository at this point
Merge branch 'jsdom' of https://github.com/jasondavies/d3 into 2.9.0
mbostock
committed
c9b77a1
View commit details
Copy full SHA for c9b77a1
View code at this point
Browse repository at this point
Update jsdom to v0.2.14.
Show description for e7025c7
jasondavies
committed
e7025c7
View commit details
Copy full SHA for e7025c7
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.