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
Breadcrumbs
History for
d3
src
scale
on
geo-path-length
User selector
All users
All time
Commit history
Commits on Sep 21, 2013
Restrict implicit domains to explicit ranges.
Show description for 113032b
mbostock
committed
113032b
View commit details
Copy full SHA for 113032b
View code at this point
Browse repository at this point
Commits on Aug 2, 2013
Fix #1435 - use ten ticks by default.
Show description for 7169511
mbostock
committed
7169511
View commit details
Copy full SHA for 7169511
View code at this point
Browse repository at this point
Commits on Jul 24, 2013
Fix #1420 - regression with degenerate log ticks.
Show description for 0015231
mbostock
committed
0015231
View commit details
Copy full SHA for 0015231
View code at this point
Browse repository at this point
Commits on Jul 19, 2013
Minify color strings.
mbostock
committed
9be1fa2
View commit details
Copy full SHA for 9be1fa2
View code at this point
Browse repository at this point
Commits on Jul 12, 2013
Fix log.nice.
mbostock
committed
95bc9f4
View commit details
Copy full SHA for 95bc9f4
View code at this point
Browse repository at this point
Commits on Jul 11, 2013
Simplify.
mbostock
committed
5aba2e6
View commit details
Copy full SHA for 5aba2e6
View code at this point
Browse repository at this point
Fix another rounding bug in log.ticks.
mbostock
committed
5955473
View commit details
Copy full SHA for 5955473
View code at this point
Browse repository at this point
Fix rounding problems with log scale nicing.
mbostock
committed
4162116
View commit details
Copy full SHA for 4162116
View code at this point
Browse repository at this point
Commits on Jul 5, 2013
Add missing quantile.invertExtent.
Show description for 5818789
mbostock
committed
5818789
View commit details
Copy full SHA for 5818789
View code at this point
Browse repository at this point
Commits on Jun 18, 2013
Restore undefined behavior for d3.bisect.
Show description for 301b6d3
mbostock
committed
301b6d3
View commit details
Copy full SHA for 301b6d3
View code at this point
Browse repository at this point
Return undefined, not NaN.
Show description for 0edad18
mbostock
committed
0edad18
View commit details
Copy full SHA for 0edad18
View code at this point
Browse repository at this point
Commits on Jun 13, 2013
Condense code.
mbostock
committed
239d794
View commit details
Copy full SHA for 239d794
View code at this point
Browse repository at this point
More flexible scale.nice. Fixes #1088.
mbostock
committed
60576ba
View commit details
Copy full SHA for 60576ba
View code at this point
Browse repository at this point
Commits on May 30, 2013
Merge branch 'quantize-invert' of github.com:scottcheng/d3 into invert-extent
mbostock
committed
d976c80
View commit details
Copy full SHA for d976c80
View code at this point
Browse repository at this point
Add threshold scale invertExtent. Related #1201.
mbostock
committed
34633ae
View commit details
Copy full SHA for 34633ae
View code at this point
Browse repository at this point
Commits on May 28, 2013
Accept string as log scale tickFormat.
Show description for 662ff02
mbostock
committed
662ff02
View commit details
Copy full SHA for 662ff02
View code at this point
Browse repository at this point
Commits on May 20, 2013
Revert "Define rangeBand in context of rangePoints."
Show description for eb38418
mbostock
committed
eb38418
View commit details
Copy full SHA for eb38418
View code at this point
Browse repository at this point
Define rangeBand in context of rangePoints.
Show description for b7f5f30
mbostock
committed
b7f5f30
View commit details
Copy full SHA for b7f5f30
View code at this point
Browse repository at this point
Commits on May 13, 2013
Preserve domains exactly.
Show description for 36ab0dc
mbostock
committed
36ab0dc
View commit details
Copy full SHA for 36ab0dc
View code at this point
Browse repository at this point
Commits on Apr 18, 2013
scale.quantize.invertExtent returns null when y is not in the range
Scott Cheng
committed
7a070fe
View commit details
Copy full SHA for 7a070fe
View code at this point
Browse repository at this point
Commits on Apr 17, 2013
Implement scale.quantize.invertExtent with Array.indexOf
Scott Cheng
committed
ff7aace
View commit details
Copy full SHA for ff7aace
View code at this point
Browse repository at this point
Use d3_Map instead of scale.ordinal in scale.quantize.invertExtent
Scott Cheng
committed
e69ff10
View commit details
Copy full SHA for e69ff10
View code at this point
Browse repository at this point
Rename quantize.invert to quantize.invertExtent
Scott Cheng
committed
12f1b8a
View commit details
Copy full SHA for 12f1b8a
View code at this point
Browse repository at this point
Commits on Apr 15, 2013
Add scale.quantize.invert
Scott Cheng
committed
468dcbc
View commit details
Copy full SHA for 468dcbc
View code at this point
Browse repository at this point
Commits on Mar 14, 2013
Refactor scale tests for minimal load.
mbostock
committed
e1842fc
View commit details
Copy full SHA for e1842fc
View code at this point
Browse repository at this point
Refactor interpolate tests for minimal loading.
mbostock
committed
697db52
View commit details
Copy full SHA for 697db52
View code at this point
Browse repository at this point
Commits on Mar 13, 2013
Better logical grouping of files.
mbostock
committed
05e4916
View commit details
Copy full SHA for 05e4916
View code at this point
Browse repository at this point
Smashing scales and svg.
mbostock
committed
0682c18
View commit details
Copy full SHA for 0682c18
View code at this point
Browse repository at this point
Smashing.
mbostock
committed
83d72a2
View commit details
Copy full SHA for 83d72a2
View code at this point
Browse repository at this point
Commits on Mar 12, 2013
Automatic precision for custom tick formats.
Show description for d0441e6
mbostock
committed
d0441e6
View commit details
Copy full SHA for d0441e6
View code at this point
Browse repository at this point
Commits on Mar 5, 2013
More sensible ticks when not base 10.
mbostock
committed
04e4b57
View commit details
Copy full SHA for 04e4b57
View code at this point
Browse repository at this point
Add d3.scale.log base. Fixes #928.
Show description for 5ef9dcd
mbostock
committed
5ef9dcd
View commit details
Copy full SHA for 5ef9dcd
View code at this point
Browse repository at this point
Commits on Nov 11, 2012
Squash warnings.
mbostock
committed
8ee6c12
View commit details
Copy full SHA for 8ee6c12
View code at this point
Browse repository at this point
Commits on Sep 6, 2012
Simplify a few arguments.length checks.
jasondavies
committed
c0f2775
View commit details
Copy full SHA for c0f2775
View code at this point
Browse repository at this point
Commits on Aug 16, 2012
Fix #771 for singleton ordinal domains.
mbostock
committed
05da7af
View commit details
Copy full SHA for 05da7af
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.