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
test
on
v2.8.1
User selector
All users
All time
Commit history
Commits on Mar 2, 2012
Merge branch 'fix-time-format-leap-year' into release
mbostock
committed
4b40103
View commit details
Copy full SHA for 4b40103
View code at this point
Browse repository at this point
Commits on Feb 29, 2012
Fixes #576: leap year bug in d3.time.format.
Show description for 41371ad
mbostock
committed
41371ad
View commit details
Copy full SHA for 41371ad
View code at this point
Browse repository at this point
Fix drift in brush extent.
Show description for 93c78c6
mbostock
committed
93c78c6
View commit details
Copy full SHA for 93c78c6
View code at this point
Browse repository at this point
Commits on Feb 23, 2012
Add tests for d3.scale.identity.
Show description for b59f117
mbostock
committed
b59f117
View commit details
Copy full SHA for b59f117
View code at this point
Browse repository at this point
Fix a bug when clearing event listeners.
Show description for 74be6c1
mbostock
committed
74be6c1
View commit details
Copy full SHA for 74be6c1
View code at this point
Browse repository at this point
Commits on Feb 22, 2012
Fix a bug with descending rangeBands.
mbostock
committed
cb97b4a
View commit details
Copy full SHA for cb97b4a
View code at this point
Browse repository at this point
Merge branch 'customticks' of https://github.com/larskotthoff/d3 into v2.8.0
mbostock
committed
0aed1e4
View commit details
Copy full SHA for 0aed1e4
View code at this point
Browse repository at this point
Merge branch 'master' of https://github.com/ZeeAgency/d3 into v2.8.0
mbostock
committed
34667bf
View commit details
Copy full SHA for 34667bf
View code at this point
Browse repository at this point
Merge branch 'bisect_accessors' of https://github.com/natevw/d3 into v2.8.0
mbostock
committed
589b12f
View commit details
Copy full SHA for 589b12f
View code at this point
Browse repository at this point
Force transition duration of at least 1ms.
Show description for f13d60b
mbostock
committed
f13d60b
View commit details
Copy full SHA for f13d60b
View code at this point
Browse repository at this point
Commits on Feb 21, 2012
Query data via selection.data(). Fixes #525.
Show description for 0cf999b
mbostock
committed
0cf999b
View commit details
Copy full SHA for 0cf999b
View code at this point
Browse repository at this point
Add selection.datum. Fixes #489.
mbostock
committed
f80b1cf
View commit details
Copy full SHA for f80b1cf
View code at this point
Browse repository at this point
Slight simplification to d3.ns.qualify.
Show description for 31b0d3f
mbostock
committed
31b0d3f
View commit details
Copy full SHA for 31b0d3f
View code at this point
Browse repository at this point
Adopt d3.map for d3.time.format.
mbostock
committed
2c52936
View commit details
Copy full SHA for 2c52936
View code at this point
Browse repository at this point
Adopt d3.map for d3.svg.line and d3.svg.area.
mbostock
committed
d69cbbd
View commit details
Copy full SHA for d69cbbd
View code at this point
Browse repository at this point
Harden d3_geo_type against object built-ins.
mbostock
committed
0daedb2
View commit details
Copy full SHA for 0daedb2
View code at this point
Browse repository at this point
Adopt d3.map for d3.ease.
Show description for 003c45e
mbostock
committed
003c45e
View commit details
Copy full SHA for 003c45e
View code at this point
Browse repository at this point
Rename map.delete to map.remove.
Show description for 1e10e2c
mbostock
committed
1e10e2c
View commit details
Copy full SHA for 1e10e2c
View code at this point
Browse repository at this point
Don't support interpolating non-enumerables.
Show description for a528559
mbostock
committed
a528559
View commit details
Copy full SHA for a528559
View code at this point
Browse repository at this point
Use d3.map for d3.scale.ordinal.
mbostock
committed
7187082
View commit details
Copy full SHA for 7187082
View code at this point
Browse repository at this point
map.set returns the set value.
Show description for da43cf2
mbostock
committed
da43cf2
View commit details
Copy full SHA for da43cf2
View code at this point
Browse repository at this point
Use d3.map for d3_svg_symbols.
Show description for f1197ed
mbostock
committed
f1197ed
View commit details
Copy full SHA for f1197ed
View code at this point
Browse repository at this point
Use a map for d3_rgb_names.
Show description for 7069da0
mbostock
committed
7069da0
View commit details
Copy full SHA for 7069da0
View code at this point
Browse repository at this point
Commits on Feb 20, 2012
Use d3.map instead of Object.hasOwnProperty.call.
jasondavies
committed
ebab983
View commit details
Copy full SHA for ebab983
View code at this point
Browse repository at this point
Add d3.map.
Show description for 738b634
mbostock
committed
738b634
View commit details
Copy full SHA for 738b634
View code at this point
Browse repository at this point
Fix interpolation of inherited object properties.
jasondavies
committed
bb61f88
View commit details
Copy full SHA for bb61f88
View code at this point
Browse repository at this point
Simplify.
jasondavies
committed
2314b2a
View commit details
Copy full SHA for 2314b2a
View code at this point
Browse repository at this point
Merge remote-tracking branch 'mbostock/v2.8.0' into builtin-properties
Show description for 4889a08
jasondavies
committed
4889a08
View commit details
Copy full SHA for 4889a08
View code at this point
Browse repository at this point
Fix another edge case for data binding.
jasondavies
committed
2dbe80f
View commit details
Copy full SHA for 2dbe80f
View code at this point
Browse repository at this point
Fix d3.nest and d3.ns for built-in properties.
jasondavies
committed
19dd294
View commit details
Copy full SHA for 19dd294
View code at this point
Browse repository at this point
Fix d3.interpolate for built-in prototype properties.
jasondavies
committed
1030db1
View commit details
Copy full SHA for 1030db1
View code at this point
Browse repository at this point
Add d3.time.{interval}.round.
mbostock
committed
b9170fb
View commit details
Copy full SHA for b9170fb
View code at this point
Browse repository at this point
Handle keys that are in the default object's prototype chain.
Show description for 1e63be0
jasondavies
committed
1e63be0
View commit details
Copy full SHA for 1e63be0
View code at this point
Browse repository at this point
Commits on Feb 19, 2012
Add tests for interval.offset.
Show description for 4af8633
mbostock
committed
4af8633
View commit details
Copy full SHA for 4af8633
View code at this point
Browse repository at this point
Add interval.range, and time.scale.nice.
Show description for 077411a
mbostock
committed
077411a
View commit details
Copy full SHA for 077411a
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.