Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: d3/d3-shape Loading
base: v3.0.1
Choose a base ref
...
head repository: d3/d3-shape Loading
compare: main
Choose a head ref
  • 15 commits
  • 36 files changed
  • 4 contributors

Commits on Nov 12, 2021

  1. link to updated notebook

    https://observablehq.com/@d3/pie-settings illustrates corner radius, pad angle, and centroids.
    Fil committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    67436be View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2022

  1. preattentive symbols (#189)

    * preattentive symbols
    
    Symbols with preattentive features aid pattern detection and reduce overlap.  This symbol set implements ideas of Cleveland, Wilkinson, and others, and has been tested for popularity and discriminability, and adjusted for approximately equal weight.
    
    Many products support up to a dozen different symbol sets.  This is analogous to multiple color schemes, such as Dr. Cindy Brewer's recently supported in d3.
    
    Not knowing d3's plans for symbol sets, I've only made a bare attempt at integrating these, but would be happy to continue this work along whatever lines are appropriate.
    
    * export new symbols
    
    * add tests for new symbols
    
    * PreTieR
    
    * Update README
    
    * Update README.md
    
    Co-authored-by: Philippe Rivière <fil@rezo.net>
    
    * Update README.md
    
    Co-authored-by: Philippe Rivière <fil@rezo.net>
    
    Co-authored-by: Heman Robinson <heman.robinson@gmail.com>
    Co-authored-by: Philippe Rivière <fil@rezo.net>
    3 people committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    1bf1f67 View commit details
    Browse the repository at this point in the history
  2. clarify direction of the sector (#188)

    * clarify that the direction of the sector depends on the sign of the angle span
    
    closes #187
    
    * version 2
    
    * Update README.md
    
    Co-authored-by: Mike Bostock <mbostock@gmail.com>
    Fil and mbostock committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    bfbfba5 View commit details
    Browse the repository at this point in the history
  3. curve option for linkHorizontal and linkVertical (#177)

    * curve option for linkHorizontal and linkVertical
    
    * if we're doing this, let's use d3.line
    
    * d3.link(curve) instead of link.curve(curve) (#190)
    
    * d3.link(curve) instead of link.curve(curve)
    
    * invoke curve directly
    
    * link.js
    
    * add link tests
    
    * more link tests
    
    Co-authored-by: Mike Bostock <mbostock@gmail.com>
    Fil and mbostock committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    3999c56 View commit details
    Browse the repository at this point in the history
  4. Update README

    mbostock committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    a761b8c View commit details
    Browse the repository at this point in the history
  5. upgrade dependencies

    mbostock committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    893cbd2 View commit details
    Browse the repository at this point in the history
  6. 3.1.0

    mbostock committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    cf776d3 View commit details
    Browse the repository at this point in the history
  7. Update README

    mbostock committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    289b6ca View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2022

  1. Configuration menu
    Copy the full SHA
    c95704e View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2022

  1. Configuration menu
    Copy the full SHA
    77fce6d View commit details
    Browse the repository at this point in the history
  2. shape.digits (#205)

    * shape.digits
    
    * document _shape_.digits
    
    * Update README
    
    * Update README
    
    * update dependencies
    
    Co-authored-by: Philippe Rivière <fil@rezo.net>
    mbostock and Fil committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    6f05305 View commit details
    Browse the repository at this point in the history
  3. bumpRadial could be used with multiple points (#193)

    * bumpRadial could be used with multiple points
    fixes #191
    
    since bumpRadial is not exported, a visual test is available at https://observablehq.com/@d3/bumpradial-191
    
    * only increment once
    
    * style
    
    Co-authored-by: Mike Bostock <mbostock@gmail.com>
    Fil and mbostock committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    8fe68eb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    439713e View commit details
    Browse the repository at this point in the history
  5. 3.2.0

    mbostock committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    8ec8265 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. restructure README (#210)

    Fil committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    a82254a View commit details
    Browse the repository at this point in the history
Loading