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
Branch selector
v2.7.1
User selector
All users
All time
Commit history
Commits on Dec 30, 2011
Merge branch '2.7.1'
mbostock
committed
a92f8b3
View commit details
Copy full SHA for a92f8b3
Browse repository at this point
Merge branch 'package' of https://github.com/jasondavies/d3 into 2.7.1
mbostock
committed
1a8e875
View commit details
Copy full SHA for 1a8e875
Browse repository at this point
Merge branch 'cluster' of https://github.com/jasondavies/d3 into 2.7.1
mbostock
committed
f7c98d1
View commit details
Copy full SHA for f7c98d1
Browse repository at this point
Merge branch 'pie' of https://github.com/jasondavies/d3 into 2.7.1
mbostock
committed
394d384
View commit details
Copy full SHA for 394d384
Browse repository at this point
Merge branch 'axis-ordinal' of https://github.com/jasondavies/d3 into 2.7.1
mbostock
committed
6220d30
View commit details
Copy full SHA for 6220d30
Browse repository at this point
Merge branch 'html-text-undefined' of https://github.com/jasondavies/d3 into 2.7.1
mbostock
committed
22cdb64
View commit details
Copy full SHA for 22cdb64
Browse repository at this point
Don't initialize svg:g until d3.transform is called.
Show description for 6c80963
mbostock
committed
6c80963
View commit details
Copy full SHA for 6c80963
Browse repository at this point
Use mime type for accept header.
Show description for 09c6e51
mbostock
committed
09c6e51
View commit details
Copy full SHA for 09c6e51
Browse repository at this point
Merge branch 'chord' into 2.7.1
mbostock
committed
3e6969d
View commit details
Copy full SHA for 3e6969d
Browse repository at this point
Reinstate JSDOM as a primary npm dependency.
Show description for f217c23
jasondavies
committed
f217c23
View commit details
Copy full SHA for f217c23
Browse repository at this point
Commits on Dec 28, 2011
Update dependency versions.
jasondavies
committed
0fc6b90
View commit details
Copy full SHA for 0fc6b90
Browse repository at this point
Commits on Dec 27, 2011
Use filter for class and title.
mbostock
committed
2d66075
View commit details
Copy full SHA for 2d66075
Browse repository at this point
Merge branch 'master' of https://github.com/andycjw/d3 into fix-calendar
mbostock
committed
5804a83
View commit details
Copy full SHA for 5804a83
Browse repository at this point
corrected fix for the calendar example: do NOT mix UTC and Local TimeZone date operations in calculations which depend on identifying day/month transitions - default JavaScript Date object works wi…
Show description for 7d298c0
GerHobbelt
committed
7d298c0
View commit details
Copy full SHA for 7d298c0
Browse repository at this point
the use of getUTCxxx() instead of getXxx() draw the wrong path for some timezone, the t1 will be previous year instead since t0 is not UTC timezoned
andycjw
committed
2aecd70
View commit details
Copy full SHA for 2aecd70
Browse repository at this point
Commits on Dec 20, 2011
bugfix for D3.JS bug in calendar demo: edge around months was drawn incorrectly; this was apparent at each December month.
GerardHundman
committed
da76aa2
View commit details
Copy full SHA for da76aa2
Browse repository at this point
Fix a bug in SPLOM axes.
Show description for 7d2ce55
mbostock
committed
7d2ce55
View commit details
Copy full SHA for 7d2ce55
Browse repository at this point
Commits on Dec 15, 2011
Slightly shorter syntax.
Show description for adb57e2
jasondavies
committed
adb57e2
View commit details
Copy full SHA for adb57e2
Browse repository at this point
Treat undefined like null when setting html/text.
Show description for bb47c10
jasondavies
committed
bb47c10
View commit details
Copy full SHA for bb47c10
Browse repository at this point
Commits on Dec 14, 2011
Test ordinal rangeExtent with explicit range.
jasondavies
committed
ac7e87e
View commit details
Copy full SHA for ac7e87e
Browse repository at this point
Fix d3.scale.ordinal().rangeExtent().
jasondavies
committed
beab196
View commit details
Copy full SHA for beab196
Browse repository at this point
Fix d3.svg.axis path for explicit ordinal range.
jasondavies
committed
1a98398
View commit details
Copy full SHA for 1a98398
Browse repository at this point
Commits on Dec 13, 2011
Update generated files.
jasondavies
committed
23bb946
View commit details
Copy full SHA for 23bb946
Browse repository at this point
Remove unused variable.
jasondavies
committed
f13f3b5
View commit details
Copy full SHA for f13f3b5
Browse repository at this point
Simplification to previous commit.
jasondavies
committed
8efedd5
View commit details
Copy full SHA for 8efedd5
Browse repository at this point
d3.layout.pie: return arcs in original data order.
Show description for c603af8
jasondavies
committed
c603af8
View commit details
Copy full SHA for c603af8
Browse repository at this point
Handle single node in d3.layout.cluster.
Show description for d49c499
jasondavies
committed
d49c499
View commit details
Copy full SHA for d49c499
Browse repository at this point
Commits on Dec 11, 2011
Fix #403 - big chords.
mbostock
committed
6477daa
View commit details
Copy full SHA for 6477daa
Browse repository at this point
Commits on Dec 10, 2011
Update dependencies and use "devDependencies".
Show description for 5166102
jasondavies
committed
5166102
View commit details
Copy full SHA for 5166102
Browse repository at this point
Commits on Dec 9, 2011
Merge branch 'order'
mbostock
committed
05d871b
View commit details
Copy full SHA for 05d871b
Browse repository at this point
Fix minified file.
mbostock
committed
b3848af
View commit details
Copy full SHA for b3848af
Browse repository at this point
Merge branch 'geomcollection_bounds' of https://github.com/natevw/d3 into order
mbostock
committed
1c1cb35
View commit details
Copy full SHA for 1c1cb35
Browse repository at this point
Allow selectors for selection.filter.
Show description for a6f87e7
mbostock
committed
a6f87e7
View commit details
Copy full SHA for a6f87e7
Browse repository at this point
Add selection.order.
Show description for 4a35d78
mbostock
committed
4a35d78
View commit details
Copy full SHA for 4a35d78
Browse repository at this point
Commits on Dec 7, 2011
add GeometryCollection support to d3.geo.bounds
natevw
committed
9ae8fee
View commit details
Copy full SHA for 9ae8fee
Browse repository at this point
Previous
Next
You can’t perform that action at this time.