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
scale
on
v1.29.2
User selector
All users
All time
Commit history
Commits on Aug 1, 2011
Fix #236 - scale.pow accepts negative values.
mbostock
committed
9cd6a46
View commit details
Copy full SHA for 9cd6a46
View code at this point
Browse repository at this point
Fix #66 - setting domain recomputes range.
mbostock
committed
7590713
View commit details
Copy full SHA for 7590713
View code at this point
Browse repository at this point
Commits on Jul 20, 2011
Add d3.time.scale.
mbostock
committed
e2187aa
View commit details
Copy full SHA for e2187aa
View code at this point
Browse repository at this point
Commits on Jul 9, 2011
Add d3.quantile.
mbostock
committed
075a878
View commit details
Copy full SHA for 075a878
View code at this point
Browse repository at this point
Commits on Jun 27, 2011
removing trailing commas inside object
vthiagu
committed
6b9d033
View commit details
Copy full SHA for 6b9d033
View code at this point
Browse repository at this point
Commits on Jun 24, 2011
Refactor ticks implementation.
Show description for 2eba032
mbostock
committed
2eba032
View commit details
Copy full SHA for 2eba032
View code at this point
Browse repository at this point
Commits on Jun 17, 2011
Linear and log ticks: support descending domains.
Show description for c159980
jasondavies
committed
c159980
View commit details
Copy full SHA for c159980
View code at this point
Browse repository at this point
Commits on Jun 12, 2011
Better nicing for pow scales.
mbostock
committed
1dfcda4
View commit details
Copy full SHA for 1dfcda4
View code at this point
Browse repository at this point
Commits on Jun 11, 2011
Reduce code duplication.
Show description for 0607c58
mbostock
committed
0607c58
View commit details
Copy full SHA for 0607c58
View code at this point
Browse repository at this point
Commits on Jun 7, 2011
Add semicolons.
jasondavies
committed
aeb1212
View commit details
Copy full SHA for aeb1212
View code at this point
Browse repository at this point
Support for nice polylinear log scales.
jasondavies
committed
dc792de
View commit details
Copy full SHA for dc792de
View code at this point
Browse repository at this point
Fix nice pow scale.
Show description for 943e2d5
jasondavies
committed
943e2d5
View commit details
Copy full SHA for 943e2d5
View code at this point
Browse repository at this point
Support for "nice" polylinear scales.
jasondavies
committed
ea8e878
View commit details
Copy full SHA for ea8e878
View code at this point
Browse repository at this point
Commits on Jun 6, 2011
Fix "nice" log scales.
Show description for 8421fca
jasondavies
committed
8421fca
View commit details
Copy full SHA for 8421fca
View code at this point
Browse repository at this point
Add d3.scale.log().nice().
Show description for e1daa47
jasondavies
committed
e1daa47
View commit details
Copy full SHA for e1daa47
View code at this point
Browse repository at this point
Add d3.scale.linear().nice().
Show description for cdf5f2f
jasondavies
committed
cdf5f2f
View commit details
Copy full SHA for cdf5f2f
View code at this point
Browse repository at this point
Commits on May 21, 2011
Slightly shorter.
mbostock
committed
0e75d27
View commit details
Copy full SHA for 0e75d27
View code at this point
Browse repository at this point
Add d3.bisect.
Show description for 6ba3097
mbostock
committed
6ba3097
View commit details
Copy full SHA for 6ba3097
View code at this point
Browse repository at this point
Commits on May 8, 2011
Rename a variable.
mbostock
committed
c99678e
View commit details
Copy full SHA for c99678e
View code at this point
Browse repository at this point
Refactor polylinear scales.
Show description for e67e7d7
mbostock
committed
e67e7d7
View commit details
Copy full SHA for e67e7d7
View code at this point
Browse repository at this point
Commits on May 5, 2011
Polylinear scales. Fixes #61.
Show description for 1a83029
jasondavies
committed
1a83029
View commit details
Copy full SHA for 1a83029
View code at this point
Browse repository at this point
Commits on Apr 14, 2011
Rename private variable `clamp`.
mbostock
committed
7f31d33
View commit details
Copy full SHA for 7f31d33
View code at this point
Browse repository at this point
Commits on Apr 12, 2011
rename clamped() method to clamp()
NelsonMinar
committed
c7c9e7f
View commit details
Copy full SHA for c7c9e7f
View code at this point
Browse repository at this point
Commits on Apr 10, 2011
shorter clamp implementation suggested by mbostock
NelsonMinar
committed
2603082
View commit details
Copy full SHA for 2603082
View code at this point
Browse repository at this point
add clamped() to numeric scales
NelsonMinar
committed
a5055b4
View commit details
Copy full SHA for a5055b4
View code at this point
Browse repository at this point
Commits on Mar 30, 2011
Fix a bug in d3.scale.log ticks.
mbostock
committed
29efd2a
View commit details
Copy full SHA for 29efd2a
View code at this point
Browse repository at this point
Commits on Mar 13, 2011
Fix a type-coercion bug with scale domains.
mbostock
committed
723a531
View commit details
Copy full SHA for 723a531
View code at this point
Browse repository at this point
Commits on Mar 12, 2011
Add hierarchy & partition layouts.
Show description for abae3f9
mbostock
committed
abae3f9
View commit details
Copy full SHA for abae3f9
View code at this point
Browse repository at this point
Commits on Mar 11, 2011
Fix typo in d3.scale.pow. Add tests.
mbostock
committed
996e21e
View commit details
Copy full SHA for 996e21e
View code at this point
Browse repository at this point
Commits on Feb 14, 2011
Add d3.svg.symbol.
Show description for 77a061f
mbostock
committed
77a061f
View commit details
Copy full SHA for 77a061f
View code at this point
Browse repository at this point
Commits on Feb 11, 2011
Add d3.behavior module.
Show description for d215ace
mbostock
committed
d215ace
View commit details
Copy full SHA for d215ace
View code at this point
Browse repository at this point
Commits on Jan 28, 2011
Scale interpolators & range rounding.
Show description for 811aa10
mbostock
committed
811aa10
View commit details
Copy full SHA for 811aa10
View code at this point
Browse repository at this point
Commits on Jan 25, 2011
Add d3.scale.quantize.
Show description for 5748994
mbostock
committed
5748994
View commit details
Copy full SHA for 5748994
View code at this point
Browse repository at this point
Commits on Jan 4, 2011
Ignore NaN in d3.scale.quantile.
Show description for bfed47b
mbostock
committed
bfed47b
View commit details
Copy full SHA for bfed47b
View code at this point
Browse repository at this point
Commits on Jan 3, 2011
Add quantile scale.
mbostock
committed
19d478f
View commit details
Copy full SHA for 19d478f
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.