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
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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
JavaScriptCollection
/
d3
Public
forked from
d3/d3
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
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
undefined
User selector
All users
All time
Commit history
Commits on Oct 23, 2014
Remove references to undefined.
Show description for 688fd6d
jasondavies
committed
688fd6d
View commit details
Copy full SHA for 688fd6d
Browse repository at this point
Commits on Oct 17, 2014
Bump version.
jasondavies
committed
9364923
View commit details
Copy full SHA for 9364923
Browse repository at this point
Simplify benchmark.
mbostock
committed
1398d4d
View commit details
Copy full SHA for 1398d4d
Browse repository at this point
Use d3_numeric for !isNaN.
mbostock
committed
74aaf24
View commit details
Copy full SHA for 74aaf24
Browse repository at this point
Rename `array1` to `numbers`.
mbostock
committed
57e07f9
View commit details
Copy full SHA for 57e07f9
Browse repository at this point
Merge branch 'axis-finite' into 3.4.13
mbostock
committed
ad7e17d
View commit details
Copy full SHA for ad7e17d
Browse repository at this point
Merge branch 'fix-format' into 3.4.13
mbostock
committed
f1bb569
View commit details
Copy full SHA for f1bb569
Browse repository at this point
Merge branch 'interpolate-precision' into 3.4.13
mbostock
committed
2af1d30
View commit details
Copy full SHA for 2af1d30
Browse repository at this point
Merge branch 'stack-empty' into 3.4.13
mbostock
committed
669b934
View commit details
Copy full SHA for 669b934
Browse repository at this point
Merge branch 'fix-falsey-dsv-accessor' into 3.4.13
mbostock
committed
c4870f4
View commit details
Copy full SHA for c4870f4
Browse repository at this point
Merge branch 'fix-d3-global' into 3.4.13
mbostock
committed
8852a1c
View commit details
Copy full SHA for 8852a1c
Browse repository at this point
Merge branch 'fix-hcl-lab' into 3.4.13
mbostock
committed
4c62314
View commit details
Copy full SHA for 4c62314
Browse repository at this point
Merge branch 'fix-mean-string' into 3.4.13
mbostock
committed
a18b3f3
View commit details
Copy full SHA for a18b3f3
Browse repository at this point
Merge branch 'optimize-axis' into 3.4.13
mbostock
committed
84e242f
View commit details
Copy full SHA for 84e242f
Browse repository at this point
set.add should return the string-coerced value.
mbostock
committed
a64f6df
View commit details
Copy full SHA for a64f6df
Browse repository at this point
Object.defineProperty is now required.
Show description for a7cb015
mbostock
committed
a7cb015
View commit details
Copy full SHA for a7cb015
Browse repository at this point
Always escape __proto__ in d3.{map,set}.
Show description for d9f6288
mbostock
committed
d9f6288
View commit details
Copy full SHA for d9f6288
Browse repository at this point
Merge branch 'optimize-data' into optimize-map-create-null
Show description for 09f43b1
mbostock
committed
09f43b1
View commit details
Copy full SHA for 09f43b1
Browse repository at this point
Consolidate duplicate code.
mbostock
committed
cd21dea
View commit details
Copy full SHA for cd21dea
Browse repository at this point
Coerce quantile scale domain to numbers.
Show description for eaed66d
mbostock
committed
eaed66d
View commit details
Copy full SHA for eaed66d
Browse repository at this point
Commits on Oct 16, 2014
Fix d3.format with explicit "-" sign.
Show description for d3ed04d
jasondavies
committed
d3ed04d
View commit details
Copy full SHA for d3ed04d
Browse repository at this point
Fix d3.median: coerce strings to numbers.
Show description for 4e5deb0
jasondavies
committed
4e5deb0
View commit details
Copy full SHA for 4e5deb0
Browse repository at this point
Fix d3.mean: coerce strings to numbers.
Show description for dd1e916
jasondavies
committed
dd1e916
View commit details
Copy full SHA for dd1e916
Browse repository at this point
Commits on Oct 15, 2014
Fix for "__proto__" in Object.create(null).
Show description for 4c14f5f
mbostock
committed
4c14f5f
View commit details
Copy full SHA for 4c14f5f
Browse repository at this point
Use Object.create(null) for maps.
mbostock
committed
9bcc57c
View commit details
Copy full SHA for 9bcc57c
Browse repository at this point
Commits on Oct 14, 2014
Reformat slightly.
mbostock
committed
85e4c50
View commit details
Copy full SHA for 85e4c50
Browse repository at this point
Add @jfirebaugh’s benchmark.
mbostock
committed
4222a62
View commit details
Copy full SHA for 4222a62
Browse repository at this point
Slight simplification.
mbostock
committed
067de6d
View commit details
Copy full SHA for 067de6d
Browse repository at this point
Optimize d3.{map,set}.
Show description for 9a3de7d
mbostock
committed
9a3de7d
View commit details
Copy full SHA for 9a3de7d
Browse repository at this point
Optimize selection.data(values, key)
Show description for acfbdd4
jfirebaugh
committed
acfbdd4
View commit details
Copy full SHA for acfbdd4
Browse repository at this point
Commits on Oct 13, 2014
Fix d3.lab(d3.hcl(…)).
Show description for b6b80f7
mbostock
committed
b6b80f7
View commit details
Copy full SHA for b6b80f7
Browse repository at this point
Commits on Oct 10, 2014
Save a whopping 12 bytes!
jasondavies
committed
037063c
View commit details
Copy full SHA for 037063c
Browse repository at this point
No d3_zero.
mbostock
committed
9592f9b
View commit details
Copy full SHA for 9592f9b
Browse repository at this point
Add test for coercion of mixed range.
jasondavies
committed
205be78
View commit details
Copy full SHA for 205be78
Browse repository at this point
created Hebrew locale
davelandry
authored and
mbostock
committed
1fc660a
View commit details
Copy full SHA for 1fc660a
Browse repository at this point
Previous
Next
You can’t perform that action at this time.